CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Public Attributes
edm::DetSet< T > Class Template Reference

#include <DetSet.h>

Public Types

typedef std::vector< Tcollection_type
 
typedef
collection_type::const_iterator 
const_iterator
 
typedef
collection_type::const_reference 
const_reference
 
typedef collection_type::iterator iterator
 
typedef collection_type::reference reference
 
typedef collection_type::size_type size_type
 
typedef collection_type::value_type value_type
 

Public Member Functions

iterator begin ()
 
const_iterator begin () const
 
void clear ()
 
det_id_type detId () const
 
 DetSet ()
 default constructor More...
 
 DetSet (det_id_type i)
 constructor by detector identifier More...
 
bool empty () const
 
iterator end ()
 
const_iterator end () const
 
reference operator[] (size_type i)
 
const_reference operator[] (size_type i) const
 
void push_back (const T &t)
 
void reserve (size_t s)
 
size_type size () const
 
void swap (DetSet< T > &other) noexcept
 

Public Attributes

collection_type data
 
det_id_type id
 

Detailed Description

template<class T>
class edm::DetSet< T >

Definition at line 25 of file DetSet.h.

Member Typedef Documentation

template<class T>
typedef std::vector<T> edm::DetSet< T >::collection_type

Definition at line 27 of file DetSet.h.

template<class T>
typedef collection_type::const_iterator edm::DetSet< T >::const_iterator

Definition at line 34 of file DetSet.h.

template<class T>
typedef collection_type::const_reference edm::DetSet< T >::const_reference

Definition at line 32 of file DetSet.h.

template<class T>
typedef collection_type::iterator edm::DetSet< T >::iterator

Definition at line 33 of file DetSet.h.

template<class T>
typedef collection_type::reference edm::DetSet< T >::reference

Definition at line 31 of file DetSet.h.

template<class T>
typedef collection_type::size_type edm::DetSet< T >::size_type

Definition at line 35 of file DetSet.h.

template<class T>
typedef collection_type::value_type edm::DetSet< T >::value_type

Definition at line 30 of file DetSet.h.

Constructor & Destructor Documentation

template<class T>
edm::DetSet< T >::DetSet ( )
inline

default constructor

Definition at line 38 of file DetSet.h.

38 : id(0), data() { }
collection_type data
Definition: DetSet.h:79
det_id_type id
Definition: DetSet.h:78
template<class T>
edm::DetSet< T >::DetSet ( det_id_type  i)
inlineexplicit

constructor by detector identifier

Definition at line 40 of file DetSet.h.

40 : id(i), data() { }
int i
Definition: DBlmapReader.cc:9
collection_type data
Definition: DetSet.h:79
det_id_type id
Definition: DetSet.h:78

Member Function Documentation

template<class T>
iterator edm::DetSet< T >::begin ( void  )
inline
template<class T>
const_iterator edm::DetSet< T >::begin ( void  ) const
inline

Definition at line 62 of file DetSet.h.

62 { return data.begin(); }
collection_type data
Definition: DetSet.h:79
template<class T>
void edm::DetSet< T >::clear ( void  )
inline
template<class T>
det_id_type edm::DetSet< T >::detId ( ) const
inline
template<class T>
bool edm::DetSet< T >::empty ( ) const
inline

Definition at line 65 of file DetSet.h.

Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().

65 { return data.empty(); }
collection_type data
Definition: DetSet.h:79
template<class T>
iterator edm::DetSet< T >::end ( void  )
inline
template<class T>
const_iterator edm::DetSet< T >::end ( void  ) const
inline

Definition at line 63 of file DetSet.h.

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

63 { return data.end(); }
collection_type data
Definition: DetSet.h:79
template<class T>
reference edm::DetSet< T >::operator[] ( size_type  i)
inline

Definition at line 66 of file DetSet.h.

66 { return data[ i ]; }
int i
Definition: DBlmapReader.cc:9
collection_type data
Definition: DetSet.h:79
template<class T>
const_reference edm::DetSet< T >::operator[] ( size_type  i) const
inline

Definition at line 67 of file DetSet.h.

67 { return data[ i ]; }
int i
Definition: DBlmapReader.cc:9
collection_type data
Definition: DetSet.h:79
template<class T>
void edm::DetSet< T >::push_back ( const T t)
inline
template<class T>
void edm::DetSet< T >::reserve ( size_t  s)
inline

Definition at line 68 of file DetSet.h.

68 { data.reserve(s); }
collection_type data
Definition: DetSet.h:79
template<class T>
size_type edm::DetSet< T >::size ( void  ) const
inline
template<class T>
void edm::DetSet< T >::swap ( DetSet< T > &  other)
inlinenoexcept

Definition at line 112 of file DetSet.h.

References edm::DetSet< T >::data, and std::swap().

Referenced by edm::swap().

112  {
113  data.swap(other.data);
114  std::swap(id, other.id);
115  }
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
collection_type data
Definition: DetSet.h:79

Member Data Documentation

template<class T>
collection_type edm::DetSet< T >::data

Definition at line 79 of file DetSet.h.

Referenced by SiStripMonitorDigi::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), TrackerHitAssociator::associatePixelRecHit(), TrackerHitAssociator::associateSimpleRecHitCluster(), edm::DetSet< StripDigiSimLink >::begin(), FWSiStripDigiProxyBuilder::build(), FWSiPixelDigiProxyBuilder::build(), edm::DetSet< StripDigiSimLink >::clear(), SiStripProcessedRawDigiProducer::common_process(), sistrip::DigiToRaw::createFedBuffers_(), confdb.HLTProcess::customize(), confdb.HLTProcess::dump(), edm::DetSet< StripDigiSimLink >::empty(), edm::DetSet< StripDigiSimLink >::end(), FastFedCablingTask::fill(), VpspScanTask::fill(), ApvTimingTask::fill(), DaqScopeModeTask::fill(), FedTimingTask::fill(), OptoScanTask::fill(), PedestalsTask::fill(), FineDelayTask::fill(), CalibrationScanTask::fill(), CalibrationTask::fill(), LatencyTask::fill(), PedsFullNoiseTask::fill(), confdb.HLTProcess::getRawConfigurationFromDB(), TT6PedestalCalculator::initializePedestal(), SimplePedestalCalculator::initializePedestal(), OptoScanTask::locateTicks(), SiStripSpyDisplayModule::MakeDigiHist_(), SiStripSpyDisplayModule::MakeProcessedRawDigiHist_(), SiStripSpyDisplayModule::MakeRawDigiHist_(), edm::dslv::LazyAdapter< T >::operator()(), edm::DetSet< StripDigiSimLink >::operator[](), SiStripClusterToDigiProducer::process(), SiPixelRawToDigi::produce(), cms::SiPixelDigitizer::produce(), SiClusterTranslator::produce(), SiPixelCalibDigiProducer::produce(), edm::DetSet< StripDigiSimLink >::push_back(), SimplePedestalCalculator::refinePedestal(), TT6PedestalCalculator::refinePedestal(), confdb.HLTProcess::releaseSpecificCustomize(), edm::DetSet< StripDigiSimLink >::reserve(), SiStripApvShotCleaner::reset(), SiStripDigitizerAlgorithm::run(), edm::DetSet< StripDigiSimLink >::size(), TrackClusterSplitter::splitCluster(), SiStripFedZeroSuppression::suppress(), edm::DetSet< T >::swap(), ApvAnalysisFactory::update(), ApvAnalysis::updateCalibration(), and ApvAnalysisFactory::updatePair().

template<class T>
det_id_type edm::DetSet< T >::id