ATLAS Offline Software
eEmNbhoodTOB.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "eEmNbhoodTOB.h"
6 
7 namespace GlobalSim::IOBitwise {
8 
10  const LArStripNeighborhood& nbhood) :eEmTOB(eFexTOB), m_neighbourhood(nbhood){}
12  const LArStripNeighborhood& nbhood) : eEmTOB(IeEmTOB), m_neighbourhood(nbhood){}
13 
15  return m_neighbourhood;
16  }
17 }
GlobalSim::IOBitwise::eEmNbhoodTOB::m_neighbourhood
LArStripNeighborhood m_neighbourhood
Property: LArStripNeighborhood associated with this eEmTOB.
Definition: eEmNbhoodTOB.h:62
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
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
eEmNbhoodTOB.h
GlobalSim::IOBitwise::IeEmTOB
Class to hold eFexROI TOB bits.
Definition: IeEmTOB.h:27
GlobalSim::LArStripNeighborhood
Definition: LArStripNeighborhood.h:28