#include <PixelDigiCollection.h>
Public Types | |
typedef std::vector< PixelDigi > ::const_iterator | ContainerIterator |
typedef std::pair< unsigned int, unsigned int > | IndexRange |
typedef std::pair < ContainerIterator, ContainerIterator > | Range |
typedef std::map< unsigned int, IndexRange > | Registry |
typedef std::map< unsigned int, IndexRange >::const_iterator | RegistryIterator |
Public Member Functions | |
const std::vector< unsigned int > | detIDs () const |
const Range | get (unsigned int detID) const |
PixelDigiCollection () | |
void | put (Range input, unsigned int detID) |
Private Attributes | |
std::vector< PixelDigi > | container_ |
Registry | map_ |
Definition at line 9 of file PixelDigiCollection.h.
typedef std::vector<PixelDigi>::const_iterator PixelDigiCollection::ContainerIterator |
Definition at line 13 of file PixelDigiCollection.h.
typedef std::pair<unsigned int, unsigned int> PixelDigiCollection::IndexRange |
Definition at line 15 of file PixelDigiCollection.h.
typedef std::pair<ContainerIterator, ContainerIterator> PixelDigiCollection::Range |
Definition at line 14 of file PixelDigiCollection.h.
typedef std::map<unsigned int, IndexRange> PixelDigiCollection::Registry |
Definition at line 16 of file PixelDigiCollection.h.
typedef std::map<unsigned int, IndexRange>::const_iterator PixelDigiCollection::RegistryIterator |
Definition at line 17 of file PixelDigiCollection.h.
|
inline |
Definition at line 19 of file PixelDigiCollection.h.
const std::vector< unsigned int > PixelDigiCollection::detIDs | ( | ) | const |
Definition at line 56 of file PixelDigiCollection.cc.
References begin, end, map_, and convertSQLitetoXML_cfg::output.
const PixelDigiCollection::Range PixelDigiCollection::get | ( | unsigned int | detID | ) | const |
Definition at line 40 of file PixelDigiCollection.cc.
References container_, newFWLiteAna::found, and map_.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
void PixelDigiCollection::put | ( | Range | input, |
unsigned int | detID | ||
) |
Definition at line 5 of file PixelDigiCollection.cc.
References begin, container_, end, first, estimatePileup::inputRange, map_, and python.multivaluedict::sort().
|
private |
Definition at line 26 of file PixelDigiCollection.h.