ATLAS Offline Software
eEmNbhoodTOB.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
12 #ifndef GLOBALSIM_EEMNBHOODTOB_H
13 #define GLOBALSIM_EEMNBHOODTOB_H
14 
15 #include "IeEmTOB.h"
16 #include "eEmTOB.h"
17 #include "AthenaKernel/CLASS_DEF.h"
18 
19 #include "../IO/LArStripNeighborhood.h"
20 
21 #include <bitset>
22 
23 namespace GlobalSim::IOBitwise {
28  class eEmNbhoodTOB : virtual public IeEmTOB, private eEmTOB {
29 
30  public:
41  eEmNbhoodTOB(const xAOD::eFexEMRoI& eFexTOB, const GlobalSim::LArStripNeighborhood& nbhood);
53 
55  virtual ~eEmNbhoodTOB(){};
56 
58  virtual const LArStripNeighborhood& Neighbourhood() const;
59 
60  private:
63  };
64 } //End of namespace
65 
67 
68 #endif //GLOBALSIM_EEMNBHOODTOB_H
GlobalSim::IOBitwise::eEmNbhoodTOB::m_neighbourhood
LArStripNeighborhood m_neighbourhood
Property: LArStripNeighborhood associated with this eEmTOB.
Definition: eEmNbhoodTOB.h:62
GlobalSim::IOBitwise::eEmNbhoodTOB::~eEmNbhoodTOB
virtual ~eEmNbhoodTOB()
Destructor.
Definition: eEmNbhoodTOB.h:55
GlobalSim::IOBitwise::eEmTOB
Class to hold eFexROI TOB bits.
Definition: Global/GlobalSimulation/src/IO/eEmTOB.h:23
GlobalSim::IOBitwise::eEmNbhoodTOB::Neighbourhood
virtual const LArStripNeighborhood & Neighbourhood() const
Returns the LArStripNeighborhood.
Definition: eEmNbhoodTOB.cxx:14
xAOD::eFexEMRoI_v1
Class describing a LVL1 eFEX EM region of interest.
Definition: eFexEMRoI_v1.h:33
eEmTOB.h
GlobalSim::IOBitwise::eEmNbhoodTOB
Class to hold eFexROI TOB bits.
Definition: eEmNbhoodTOB.h:28
GlobalSim::IOBitwise
Definition: eEmMultAlgTool.h:17
GlobalSim::IOBitwise::eEmNbhoodTOB::eEmNbhoodTOB
eEmNbhoodTOB(const xAOD::eFexEMRoI &eFexTOB, const GlobalSim::LArStripNeighborhood &nbhood)
Constructor taking an eFexROITOB and a LArStripNeighborhood.
Definition: eEmNbhoodTOB.cxx:9
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
GlobalSim::IOBitwise::IeEmTOB
Class to hold eFexROI TOB bits.
Definition: IeEmTOB.h:27
GlobalSim::LArStripNeighborhood
Definition: LArStripNeighborhood.h:28
IeEmTOB.h
CLASS_DEF.h
macros to associate a CLID to a type