Skip to content
Snippets Groups Projects
Forked from atlas / athena
82854 commits behind the upstream repository.
  • Scott Snyder's avatar
    40a9857b
    RingerSelectorTools: Use PATCoreAccept instead of PATCore · 40a9857b
    Scott Snyder authored and Walter Lampl's avatar Walter Lampl committed
    RingerSelectorToolsEnumDict is loaded during configuration, and cannot
    depend on Athena libraries or we may see failures with loading converters.
    It depends on PATCore, which used to have minimal dependencies, but now
    depends on AthenaBaseComps.
    
    The pieces we need from PATCore were split into a separate library,
    so depend on that instead.
    
    Also clean up the cmake file.
    40a9857b
    History
    RingerSelectorTools: Use PATCoreAccept instead of PATCore
    Scott Snyder authored and Walter Lampl's avatar Walter Lampl committed
    RingerSelectorToolsEnumDict is loaded during configuration, and cannot
    depend on Athena libraries or we may see failures with loading converters.
    It depends on PATCore, which used to have minimal dependencies, but now
    depends on AthenaBaseComps.
    
    The pieces we need from PATCore were split into a separate library,
    so depend on that instead.
    
    Also clean up the cmake file.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
AcceptData.cxx 442 B
/*
  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/


/******************************************************************************
Name:        AcceptData

Author:      Karsten Koeneke (CERN)
Created:     April 2011

Description: Object to encode the result of several cuts
******************************************************************************/

// This class' header
#include "PATCore/AcceptData.h"