ATLAS Offline Software
IeEmSelector.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_IEEMSELECTOR_H
6 #define GLOBALSIM_IEEMSELECTOR_H
7 
8 namespace GlobalSim {
9 
15  using IOBitwise::IeEmTOB;
16 
17  class IeEmSelector {
18  public:
19  virtual ~IeEmSelector() = default;
20  virtual bool select(const IeEmTOB&) const = 0;
21  };
22 }
23 #endif
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition: dump.h:8
GlobalSim::IeEmSelector::~IeEmSelector
virtual ~IeEmSelector()=default
GlobalSim::IeEmSelector::select
virtual bool select(const IeEmTOB &) const =0
GlobalSim::IeEmSelector
Definition: IeEmSelector.h:17
GlobalSim::IOBitwise::IeEmTOB
Class to hold eFexROI TOB bits.
Definition: IeEmTOB.h:27