#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 edm::EDCollection< T >::obj.
Referenced by EcalFEDMonitorTemp< SUBDET >::analyze(), CommonModeAnalyzer::analyze(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), FEDBadModuleFilter::filter(), MeasurementTrackerEventProducer::getInactiveStrips(), ReducedESRecHitCollectionProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), HcalHitSelection::produce(), ecaldqm::IntegrityTask::runOnElectronicsIdCollection(), ecaldqm::PNDiodeTask::runOnErrors(), and MeasurementTrackerEventProducer::updatePixels().
|
inline |
|
inline |
Definition at line 90 of file EDCollection.h.
References edm::EDCollection< T >::obj.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
Definition at line 153 of file EDCollection.h.
References edm::EDCollection< T >::obj.
Referenced by EcalFEDMonitorTemp< SUBDET >::analyze(), CommonModeAnalyzer::analyze(), Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), FEDBadModuleFilter::filter(), MeasurementTrackerEventProducer::getInactiveStrips(), ReducedESRecHitCollectionProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), HcalHitSelection::produce(), ecaldqm::IntegrityTask::runOnElectronicsIdCollection(), ecaldqm::PNDiodeTask::runOnErrors(), and MeasurementTrackerEventProducer::updatePixels().
|
inline |
Definition at line 81 of file EDCollection.h.
References edm::EDCollection< T >::swap(), and groupFilesInBlocks::temp.
|
inline |
Definition at line 118 of file EDCollection.h.
References mps_fire::i, and edm::EDCollection< T >::obj.
|
inline |
Definition at line 125 of file EDCollection.h.
References mps_fire::i, and edm::EDCollection< T >::obj.
|
inline |
Definition at line 67 of file EDCollection.h.
References edm::EDCollection< T >::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 edm::EDCollection< T >::obj.
Referenced by sistrip::RawToDigiUnpacker::createDigis(), and sistrip::ExcludedFEDListProducer::produce().
|
inline |
Definition at line 97 of file EDCollection.h.
References edm::EDCollection< T >::obj.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), HitEff::analyze(), sistrip::RawToDigiUnpacker::createDigis(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), FEDBadModuleFilter::filter(), sistrip::ExcludedFEDListProducer::produce(), EcalDetIdToBeRecoveredProducer::produce(), ecaldqm::IntegrityTask::runOnElectronicsIdCollection(), and ecaldqm::PNDiodeTask::runOnErrors().
|
inline |
Definition at line 74 of file EDCollection.h.
References edm::EDCollection< T >::obj.
Referenced by edm::EDCollection< T >::operator=(), sistrip::ExcludedFEDListProducer::produce(), and edm::swap().
|
private |
Definition at line 42 of file EDCollection.h.
Referenced by edm::EDCollection< T >::at(), edm::EDCollection< T >::begin(), edm::EDCollection< T >::capacity(), edm::EDCollection< T >::empty(), edm::EDCollection< T >::end(), edm::EDCollection< T >::operator[](), edm::EDCollection< T >::push_back(), edm::EDCollection< T >::reserve(), edm::EDCollection< T >::size(), and edm::EDCollection< T >::swap().