ATLAS Offline Software
ICommonSelector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GLOBALSIM_ICOMMONSELECTOR_H
6 #define GLOBALSIM_ICOMMONSELECTOR_H
7 
8 namespace GlobalSim {
14  using IOBitwise::ICommonTOB;
15 
17  public:
18  virtual ~ICommonSelector() = default;
19  virtual bool select(const ICommonTOB&) const = 0;
20  };
21 }
22 #endif
GlobalSim::IOBitwise::ICommonTOB
Class to hold common (eta/eta/phi) TOB bits.
Definition: ICommonTOB.h:26
GlobalSim::ICommonSelector::~ICommonSelector
virtual ~ICommonSelector()=default
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition: dump.h:8
GlobalSim::ICommonSelector
Definition: ICommonSelector.h:16
GlobalSim::ICommonSelector::select
virtual bool select(const ICommonTOB &) const =0