#include <EDCollection.h>
Public Types | |
typedef std::vector< T > ::const_iterator | const_iterator |
typedef std::vector< T >::size_type | size_type |
typedef T | value_type |
Public Member Functions | |
T & | at (size_type i) |
T const & | at (size_type i) const |
const_iterator | begin () const |
size_type | capacity () const |
EDCollection () | |
EDCollection (size_type n) | |
EDCollection (std::vector< T > const &vec) | |
EDCollection (EDCollection< T > const &h) | |
bool | empty () const |
const_iterator | end () const |
EDCollection< T > & | operator= (EDCollection< T > const &rhs) |
T & | operator[] (size_type i) |
T const & | operator[] (size_type i) const |
void | push_back (T const &t) |
void | reserve (size_type n) |
size_type | size () const |
void | swap (EDCollection< T > &other) |
virtual | ~EDCollection () |
Private Attributes | |
std::vector< T > | obj |
Definition at line 16 of file EDCollection.h.
typedef std::vector<T>::const_iterator edm::EDCollection< T >::const_iterator |
Definition at line 19 of file EDCollection.h.
typedef std::vector<T>::size_type edm::EDCollection< T >::size_type |
Definition at line 20 of file EDCollection.h.
typedef T edm::EDCollection< T >::value_type |
Definition at line 18 of file EDCollection.h.
|
inline |
Definition at line 45 of file EDCollection.h.
|
inlineexplicit |
Definition at line 48 of file EDCollection.h.
|
inlineexplicit |
Definition at line 51 of file EDCollection.h.
|
inline |
Definition at line 54 of file EDCollection.h.
|
virtual |
Definition at line 57 of file EDCollection.h.
|
inline |
|
inline |
|
inline |
Definition at line 117 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), EcalDetIdToBeRecoveredProducer::produce(), ecaldqm::IntegrityTask::runOnElectronicsIdCollection(), and ecaldqm::PNDiodeTask::runOnErrors().
|
inline |
|
inline |
Definition at line 77 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), ecaldqm::IntegrityTask::runOnElectronicsIdCollection(), and ecaldqm::PNDiodeTask::runOnErrors().
|
inline |
Definition at line 122 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), EcalDetIdToBeRecoveredProducer::produce(), ecaldqm::IntegrityTask::runOnElectronicsIdCollection(), and ecaldqm::PNDiodeTask::runOnErrors().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 60 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), EcalTBDaqFormatter::interpretRawData(), EcalTB07DaqFormatter::interpretRawData(), sistrip::ExcludedFEDListProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), and PixelDataFormatter::unpackFEDErrors().
|
inline |
Definition at line 92 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), and sistrip::ExcludedFEDListProducer::produce().
|
inline |
Definition at line 82 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), sistrip::RawToDigiUnpacker::createDigis(), SiStripHitEfficiencyWorker::fillForTraj(), sistrip::ExcludedFEDListProducer::produce(), and EcalDetIdToBeRecoveredProducer::produce().
|
inline |
Definition at line 65 of file EDCollection.h.
References getGTfromDQMFile::obj, and edm::EDCollection< T >::obj.
Referenced by sistrip::ExcludedFEDListProducer::produce(), and edm::swap().
|
private |
Definition at line 41 of file EDCollection.h.
Referenced by edm::EDCollection< T >::swap().