|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TrigT1TGC_TGCTMDB_H
6 #define TrigT1TGC_TGCTMDB_H
std::shared_ptr< const TGCTMDBOut > getOutput(const TGCSide side, unsigned int moduleID) const
TGCTMDB & operator=(const TGCTMDB &right)=delete
StatusCode retrieve(SG::ReadHandleKey< TileMuonReceiverContainer > key)
virtual ~TGCTMDB()=default
Property holding a SG store/key/clid from which a ReadHandle is made.
int operator==(const TGCTMDB &right) const =delete
int getInnerTileBits(const TGCSide side, int sectorID) const
::StatusCode StatusCode
StatusCode definition for legacy code.
Class to provide easy MsgStream access and capabilities.
int operator!=(const TGCTMDB &right) const =delete
std::array< std::array< std::shared_ptr< TGCTMDBOut >, kNTileModule >, TGCSide::kNSide > m_buffer
TGCTMDB(const TGCTMDB &right)=delete
TGCSide
The sides of TGC (A- or C-side)
void setOutput(const TGCSide side, const unsigned int module, const TGCTMDBOut::TileModuleHit hit56, const TGCTMDBOut::TileModuleHit hit6)
static constexpr unsigned int kNTileModule
Handle class for reading from StoreGate.