#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 47 of file EDCollection.h.
|
inlineexplicit |
Definition at line 51 of file EDCollection.h.
|
inlineexplicit |
Definition at line 55 of file EDCollection.h.
|
inline |
Definition at line 59 of file EDCollection.h.
|
virtual |
Definition at line 62 of file EDCollection.h.
|
inline |
|
inline |
|
inline |
Definition at line 146 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 90 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
Definition at line 153 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 67 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::interpretRawData(), EcalTBDaqFormatter::interpretRawData(), sistrip::ExcludedFEDListProducer::produce(), and EcalDetIdToBeRecoveredProducer::produce().
|
inline |
Definition at line 111 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), and sistrip::ExcludedFEDListProducer::produce().
|
inline |
Definition at line 97 of file EDCollection.h.
References getGTfromDQMFile::obj.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), sistrip::ExcludedFEDListProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), ecaldqm::IntegrityTask::runOnElectronicsIdCollection(), and ecaldqm::PNDiodeTask::runOnErrors().
|
inline |
Definition at line 74 of file EDCollection.h.
References getGTfromDQMFile::obj, and edm::EDCollection< T >::obj.
Referenced by sistrip::ExcludedFEDListProducer::produce(), and edm::swap().
|
private |
Definition at line 42 of file EDCollection.h.
Referenced by edm::EDCollection< T >::swap().