![]() |
![]() |
A container for a generic type of digis indexed by some index, implemented with a map<IndexType, vector<DigiType> > More...
#include "/MuonDigiCollection.h"
Public Types | |
typedef std::vector< DigiType >::const_iterator | const_iterator |
typedef DigiContainerIterator< IndexType, DigiType > | DigiRangeIterator |
typedef std::pair< const_iterator, const_iterator > | Range |
Public Member Functions | |
DigiRangeIterator | begin () const |
DigiRangeIterator | end () const |
Range | get (const IndexType &index) const |
return the digis for a given DetUnit More... | |
void | insertDigi (const IndexType &index, const DigiType &digi) |
insert a digi for a given DetUnit More... | |
MuonDigiCollection () | |
void | put (Range range, const IndexType &index) |
insert a range of digis for a given DetUnit More... | |
void | swap (MuonDigiCollection &rh) |
Private Types | |
typedef std::map< IndexType, std::vector< DigiType > > | container |
Private Attributes | |
container | data_ |
A container for a generic type of digis indexed by some index, implemented with a map<IndexType, vector<DigiType> >
Example:
Definition at line 88 of file MuonDigiCollection.h.
typedef std::vector<DigiType>::const_iterator MuonDigiCollection< IndexType, DigiType >::const_iterator |
Definition at line 95 of file MuonDigiCollection.h.
|
private |
Definition at line 140 of file MuonDigiCollection.h.
typedef DigiContainerIterator<IndexType, DigiType> MuonDigiCollection< IndexType, DigiType >::DigiRangeIterator |
Definition at line 133 of file MuonDigiCollection.h.
typedef std::pair<const_iterator, const_iterator> MuonDigiCollection< IndexType, DigiType >::Range |
Definition at line 96 of file MuonDigiCollection.h.
|
inline |
Definition at line 90 of file MuonDigiCollection.h.
|
inline |
Definition at line 135 of file MuonDigiCollection.h.
Referenced by GEMDQMStatusDigi::analyze(), and DTHitAssociator::initEvent().
|
inline |
Definition at line 137 of file MuonDigiCollection.h.
Referenced by GEMDQMStatusDigi::analyze(), Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), and DTHitAssociator::initEvent().
|
inline |
return the digis for a given DetUnit
Definition at line 122 of file MuonDigiCollection.h.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), CSCTriggerPrimitivesReader::compareCLCTs(), util.rrapi.RRApi::count(), rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), util.rrapi.RRApi::report(), util.rrapi.RRApi::reports(), rrapi.RRApi::reports(), util.rrapi.RRApi::tables(), rrapi.RRApi::tables(), util.rrapi.RRApi::tags(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().
|
inline |
insert a digi for a given DetUnit
Definition at line 99 of file MuonDigiCollection.h.
Referenced by ME0ReDigiProducer::buildDigis(), and DTDigitizer::storeDigis().
|
inline |
|
inline |
Definition at line 93 of file MuonDigiCollection.h.
Referenced by swap().
|
private |
Definition at line 141 of file MuonDigiCollection.h.
Referenced by MuonDigiCollection< RPCDetId, RPCDigi >::swap().