CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | Friends
edm::EDGetTokenT< T > Class Template Reference

#include <EDGetToken.h>

Public Member Functions

 EDGetTokenT ()
 
unsigned int index () const
 
bool isUninitialized () const
 

Private Member Functions

 EDGetTokenT (unsigned int iValue)
 

Private Attributes

unsigned int m_value
 

Static Private Attributes

static const unsigned int s_uninitializedValue = 0xFFFFFFFF
 

Friends

class EDConsumerBase
 
class EDGetToken
 
class TestEDGetToken
 

Detailed Description

template<typename T>
class edm::EDGetTokenT< T >

Definition at line 33 of file EDGetToken.h.

Constructor & Destructor Documentation

template<typename T>
edm::EDGetTokenT< T >::EDGetTokenT ( )
inline

Definition at line 66 of file EDGetToken.h.

static const unsigned int s_uninitializedValue
Definition: EDGetToken.h:76
unsigned int m_value
Definition: EDGetToken.h:81
template<typename T>
edm::EDGetTokenT< T >::EDGetTokenT ( unsigned int  iValue)
inlineexplicitprivate

Definition at line 78 of file EDGetToken.h.

78 : m_value(iValue) {}
unsigned int m_value
Definition: EDGetToken.h:81

Member Function Documentation

template<typename T>
unsigned int edm::EDGetTokenT< T >::index ( ) const
inline
template<typename T>
bool edm::EDGetTokenT< T >::isUninitialized ( ) const
inline

Definition at line 70 of file EDGetToken.h.

Referenced by CSCChamberMasker::ageDigis(), EcalPileUpDepMonitor::analyze(), L1EventTreeProducer::analyze(), L1CaloTowerTreeProducer::analyze(), TrackingMonitor::analyze(), SingleTopTChannelLeptonDQM_miniAOD::analyze(), TopSingleLeptonDQM_miniAOD::analyze(), TopSingleLeptonDQM::analyze(), SingleTopTChannelLeptonDQM::analyze(), TopDiLeptonOfflineDQM::analyze(), TrackingNtuple::analyze(), AreaSeededTrackingRegionsBuilder::beginEvent(), CSCChamberMasker::copyDigis(), MultiTrackValidatorGenPs::dqmAnalyze(), MultiTrackValidator::dqmAnalyze(), EGFull5x5ShowerShapeModifierFromValueMaps::EGFull5x5ShowerShapeModifierFromValueMaps(), SingleTopTChannelLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton::MonitorEnsemble::fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), GEDPhotonProducer::fillPhotonCollection(), GEDPhotonProducer::GEDPhotonProducer(), tnp::BaseTreeFiller::init(), EGFull5x5ShowerShapeModifierFromValueMaps::modifyObject(), L1GtUtilsHelper::operator()(), ElectronSeedMerger::produce(), FastTrackerRecHitMaskProducer::produce(), KFBasedPixelFitterProducer::produce(), RPCDigiMerger::produce(), HitPairEDProducer::produce(), CTPPSLocalTrackLiteProducer::produce(), TrackCandidateProducer::produce(), NoPileUpPFMEtDataProducer::produce(), GEDPhotonProducer::produce(), ReducedEGProducer::produce(), pat::PATPhotonProducer::produce(), DTChamberMasker::produce(), TrajectorySeedProducer::produce(), ReducedEGProducer::ReducedEGProducer(), MuonTrackingRegionBuilder::region(), L3MumuTrackingRegion::regions(), CosmicRegionalSeedGenerator::regions(), TrackingRegionsFromBeamSpotAndL2Tau::regions(), TauRegionalPixelSeedGenerator::regions(), TrackingRegionsFromSuperClustersProducer::regions(), CandidateSeededTrackingRegionsProducer::regions(), PointSeededTrackingRegionsProducer::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), PixelTrackReconstruction::run(), SelectionStep< Object >::select(), SelectionStep< Object >::selectVertex(), L1Analysis::L1AnalysisEvent::Set(), EGFull5x5ShowerShapeModifierFromValueMaps::setEvent(), TrackingMonitor::TrackingMonitor(), MeasurementTrackerEventProducer::updatePhase2OT(), MeasurementTrackerEventProducer::updatePixels(), and MeasurementTrackerEventProducer::updateStrips().

70 { return m_value == s_uninitializedValue; }
static const unsigned int s_uninitializedValue
Definition: EDGetToken.h:76
unsigned int m_value
Definition: EDGetToken.h:81

Friends And Related Function Documentation

template<typename T>
friend class EDConsumerBase
friend

Definition at line 62 of file EDGetToken.h.

template<typename T>
friend class EDGetToken
friend

Definition at line 63 of file EDGetToken.h.

template<typename T>
friend class TestEDGetToken
friend

Definition at line 74 of file EDGetToken.h.

Member Data Documentation

template<typename T>
unsigned int edm::EDGetTokenT< T >::m_value
private

Definition at line 81 of file EDGetToken.h.

Referenced by edm::EDGetToken::EDGetToken().

template<typename T>
const unsigned int edm::EDGetTokenT< T >::s_uninitializedValue = 0xFFFFFFFF
staticprivate

Definition at line 76 of file EDGetToken.h.