5#ifndef MUONRDO_RPCSECTORLOGICCONTAINER_H
6#define MUONRDO_RPCSECTORLOGICCONTAINER_H
33 bool findSector(
const uint16_t sectorId,
const uint16_t side=0)
const;
36 bool setSector(uint16_t sectorId,
const uint16_t side=0);
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
void setSectorList(const SectorList_t §orList)
SectorListElement_t SectorList_t[2]
const SectorListElement_t * sectorList() const
bool setSector(uint16_t sectorId, const uint16_t side=0)
Flag the sector as already decoded.
~RpcSectorLogicContainer()
Destructor.
SectorList_t m_sectorList
uint32_t SectorListElement_t
bool findSector(const uint16_t sectorId, const uint16_t side=0) const
Check if the sector has already been decoded.
RpcSectorLogicContainer()
Default constructor.