Public Member Functions | |
virtual void | produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override |
TrackTimeValueMapProducer (const edm::ParameterSet &) | |
~TrackTimeValueMapProducer () | |
Public Member Functions inherited from edm::global::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::global::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Member Functions | |
void | calculateTrackTimes (const edm::View< reco::Track > &, const std::vector< reco::RecoToSimCollection > &, std::vector< float > &) const |
std::pair< float, float > | extractTrackVertexTime (const std::vector< std::pair< TrackingParticleRef, double > > &) const |
Private Attributes | |
const std::vector< edm::EDGetTokenT< reco::TrackToTrackingParticleAssociator > > | associators_ |
const edm::EDGetTokenT< edm::View< reco::Track > > | gsfTracks_ |
const edm::EDGetTokenT< edm::HepMCProduct > | hepMCProduct_ |
std::vector< std::unique_ptr< const ResolutionModel > > | resolutions_ |
const edm::EDGetTokenT< TrackingParticleCollection > | trackingParticles_ |
const edm::EDGetTokenT< TrackingVertexCollection > | trackingVertices_ |
const edm::EDGetTokenT< edm::View< reco::Track > > | tracks_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 41 of file TrackTimeValueMapProducer.cc.
TrackTimeValueMapProducer::TrackTimeValueMapProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 87 of file TrackTimeValueMapProducer.cc.
References Exception, reco::get(), dataset::name, ctppsDiamondLocalTracks_cfi::resolution, resolutions_, AlCaHLTBitMon_QueryRunRegistry::string, and GlobalPosition_Frontier_DevDB_cff::tag.
|
inline |
|
private |
Definition at line 200 of file TrackTimeValueMapProducer.cc.
References TrackValidation_cff::association, edm::AssociationMap< Tag >::const_iterator, constexpr, extractTrackVertexTime(), edm::View< T >::refAt(), and edm::View< T >::size().
Referenced by produce().
|
private |
Definition at line 226 of file TrackTimeValueMapProducer.cc.
References LogDebug, mps_fire::result, and edm::second().
Referenced by calculateTrackTimes().
|
overridevirtual |
Definition at line 119 of file TrackTimeValueMapProducer.cc.
References ctfWithMaterialTrackMCMatch_cfi::associator, simPFProducer_cfi::associators, associators_, calculateTrackTimes(), edm::Event::getByToken(), edm::RandomNumberGenerator::getEngine(), gsfTracks_, mps_fire::i, edm::isFinite(), dataset::name, ctppsDiamondLocalTracks_cfi::resolution, resolutions_, edm::View< T >::size(), AlCaHLTBitMon_QueryRunRegistry::string, create_public_lumi_plots::times, trackingParticles_, and tracks_.
Referenced by ~TrackTimeValueMapProducer().
|
private |
Definition at line 56 of file TrackTimeValueMapProducer.cc.
Referenced by produce().
|
private |
Definition at line 51 of file TrackTimeValueMapProducer.cc.
Referenced by produce().
|
private |
Definition at line 54 of file TrackTimeValueMapProducer.cc.
|
private |
Definition at line 58 of file TrackTimeValueMapProducer.cc.
Referenced by produce(), and TrackTimeValueMapProducer().
|
private |
Definition at line 52 of file TrackTimeValueMapProducer.cc.
Referenced by produce().
|
private |
Definition at line 53 of file TrackTimeValueMapProducer.cc.
|
private |
Definition at line 50 of file TrackTimeValueMapProducer.cc.
Referenced by produce().