CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
TrackTimeValueMapProducer Class Reference
Inheritance diagram for TrackTimeValueMapProducer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 
 TrackTimeValueMapProducer (const edm::ParameterSet &)
 
 ~TrackTimeValueMapProducer () override
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- 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 ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
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, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () 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
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

float extractTrackVertexTime (const TrackingParticle &, const reco::TransientTrack &) const
 

Private Attributes

const std::vector< edm::EDGetTokenT< reco::TrackToTrackingParticleAssociator > > associators_
 
const edm::ESGetToken< TransientTrackBuilder, TransientTrackRecordbuilderToken_
 
const float etaMax_
 
const float etaMaxForPtThreshold_
 
const float etaMin_
 
const edm::EDGetTokenT< std::vector< PileupSummaryInfo > > pileupSummaryInfo_
 
const float pMin_
 
const float ptMin_
 
std::vector< std::unique_ptr< const ResolutionModel > > resolutions_
 
const edm::EDGetTokenT< TrackingParticleCollectiontrackingParticles_
 
const edm::EDGetTokenT< TrackingVertexCollectiontrackingVertices_
 
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_
 
const std::string tracksName_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > >
 
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::ProducerBase
template<Transition Tr = Transition::Event>
auto produces (std::string instanceName) noexcept
 declare what type of product will make and with which optional label More...
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
template<Transition Tr = Transition::Event>
auto produces () noexcept
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 41 of file TrackTimeValueMapProducer.cc.

Constructor & Destructor Documentation

◆ TrackTimeValueMapProducer()

TrackTimeValueMapProducer::TrackTimeValueMapProducer ( const edm::ParameterSet conf)

Definition at line 85 of file TrackTimeValueMapProducer.cc.

References makeGlobalPositionRcd_cfg::tag.

87  tracksName_(conf.getParameter<edm::InputTag>("trackSrc").label()),
88  trackingParticles_(consumes<TrackingParticleCollection>(conf.getParameter<edm::InputTag>("trackingParticleSrc"))),
89  trackingVertices_(consumes<TrackingVertexCollection>(conf.getParameter<edm::InputTag>("trackingVertexSrc"))),
91  consumes<std::vector<PileupSummaryInfo>>(conf.getParameter<edm::InputTag>("pileupSummaryInfo"))),
92  builderToken_(esConsumes(edm::ESInputTag("", "TransientTrackBuilder"))),
94  conf.getParameter<std::vector<edm::InputTag>>("associators"),
95  [this](const edm::InputTag &tag) { return this->consumes<reco::TrackToTrackingParticleAssociator>(tag); })),
96  etaMin_(conf.getParameter<double>("etaMin")),
97  etaMax_(conf.getParameter<double>("etaMax")),
98  ptMin_(conf.getParameter<double>("ptMin")),
99  pMin_(conf.getParameter<double>("pMin")),
100  etaMaxForPtThreshold_(conf.getParameter<double>("etaMaxForPtThreshold")) {
101  // setup resolution models
102  const std::vector<edm::ParameterSet> &resos = conf.getParameterSetVector("resolutionModels");
103  for (const auto &reso : resos) {
104  const std::string &name = reso.getParameter<std::string>("modelName");
105  resolutions_.emplace_back(ResolutionModelFactory::get()->create(name, reso));
106 
107  // times and time resolutions for general tracks
108  produces<edm::ValueMap<float>>(tracksName_ + name);
109  produces<edm::ValueMap<float>>(tracksName_ + name + resolution);
110  }
111 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
const edm::EDGetTokenT< TrackingVertexCollection > trackingVertices_
def create(alignables, pedeDump, additionalData, outputFile, config)
std::string const & label() const
Definition: InputTag.h:36
auto vector_transform(std::vector< InputType > const &input, Function predicate) -> std::vector< typename std::remove_cv< typename std::remove_reference< decltype(predicate(input.front()))>::type >::type >
Definition: transform.h:11
std::vector< std::unique_ptr< const ResolutionModel > > resolutions_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::ESGetToken< TransientTrackBuilder, TransientTrackRecord > builderToken_
const edm::EDGetTokenT< TrackingParticleCollection > trackingParticles_
const std::vector< edm::EDGetTokenT< reco::TrackToTrackingParticleAssociator > > associators_
VParameterSet const & getParameterSetVector(std::string const &name) const
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_
#define get
const edm::EDGetTokenT< std::vector< PileupSummaryInfo > > pileupSummaryInfo_

◆ ~TrackTimeValueMapProducer()

TrackTimeValueMapProducer::~TrackTimeValueMapProducer ( )
inlineoverride

Definition at line 44 of file TrackTimeValueMapProducer.cc.

44 {}

Member Function Documentation

◆ extractTrackVertexTime()

float TrackTimeValueMapProducer::extractTrackVertexTime ( const TrackingParticle tp,
const reco::TransientTrack tt 
) const
private

Definition at line 226 of file TrackTimeValueMapProducer.cc.

References reco::deltaPhi(), dt, PVValHelper::dz, ph2tkdigialgo::m_pion, AlCaHLTBitMon_ParallelJobs::p, EgammaValidation_cff::pdgid, CosmicsPD_Skims::radius, mps_fire::result, edm::second(), HLTSiStripMonitoring_cff::speed, mathSSE::sqrt(), protons_cff::time, cmsswSequenceInfo::tp, and groupFilesInBlocks::tt.

Referenced by produce().

227  {
228  int pdgid = tp.pdgId();
229  const auto &tvertex = tp.parentVertex();
230  math::XYZTLorentzVectorD result = tvertex->position();
231 
232  // account for secondary vertices...
233  if (tvertex->nSourceTracks() && tvertex->sourceTracks()[0]->pdgId() == pdgid) {
234  auto pvertex = tvertex->sourceTracks()[0]->parentVertex();
235  result = pvertex->position();
236  while (pvertex->nSourceTracks() && pvertex->sourceTracks()[0]->pdgId() == pdgid) {
237  pvertex = pvertex->sourceTracks()[0]->parentVertex();
238  result = pvertex->position();
239  }
240  }
241 
242  float time = result.T() * CLHEP::second;
243  // correct for time of flight from track reference position
244  GlobalPoint result_pos(result.x(), result.y(), result.z());
245  const auto &tkstate = tt.trajectoryStateClosestToPoint(result_pos);
246  float tkphi = tkstate.momentum().phi();
247  float tkz = tkstate.position().z();
248  float dphi = reco::deltaPhi(tkphi, tt.track().phi());
249  float dz = tkz - tt.track().vz();
250 
251  float radius = 100. * tt.track().pt() / (0.3 * tt.field()->inTesla(GlobalPoint(0, 0, 0)).z());
252  float pathlengthrphi = tt.track().charge() * dphi * radius;
253 
254  float pathlength = std::sqrt(pathlengthrphi * pathlengthrphi + dz * dz);
255  float p = tt.track().p();
256 
257  float speed = std::sqrt(1. / (1. + m_pion / p)) * CLHEP::c_light / CLHEP::cm; // speed in cm/ns
258  float dt = pathlength / speed;
259 
260  return time - dt;
261 }
constexpr double deltaPhi(double phi1, double phi2)
Definition: deltaPhi.h:26
float dt
Definition: AMPTWrapper.h:136
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< double > > XYZTLorentzVectorD
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:14
Global3DPoint GlobalPoint
Definition: GlobalPoint.h:10
U second(std::pair< T, U > const &p)
T sqrt(T t)
Definition: SSEVec.h:19

◆ produce()

void TrackTimeValueMapProducer::produce ( edm::StreamID  sid,
edm::Event evt,
const edm::EventSetup es 
) const
overridevirtual

Implements edm::global::EDProducerBase.

Definition at line 113 of file TrackTimeValueMapProducer.cc.

References funct::abs(), LCToCPAssociation_cfi::associator, trackTimeValueMapProducer_cfi::associators, associators_, builderToken_, reco::TrackBase::eta(), etaMaxForPtThreshold_, etaMin_, edm::EventID::event(), extractTrackVertexTime(), f, edm::Event::getByToken(), edm::EventSetup::getData(), mps_fire::i, edm::EventBase::id(), LogDebug, edm::EventID::luminosityBlock(), SiStripPI::max, Skims_PA_cff::name, reco::TrackBase::p(), pileupSummaryInfo_, pMin_, reco::TrackBase::pt(), ptMin_, L1TObjectsTimingClient_cff::resolution, resolutions_, edm::EventID::run(), fileCollector::seed, mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, protons_cff::time, unpackBuffers-CaloStage2::token, trackingParticles_, tracks_, tracksName_, groupFilesInBlocks::tt, and edm::helpers::KeyVal< K, V >::val.

113  {
114  // get sim track associators
115  std::vector<edm::Handle<reco::TrackToTrackingParticleAssociator>> associators;
116  for (const auto &token : associators_) {
117  associators.emplace_back();
118  auto &back = associators.back();
119  evt.getByToken(token, back);
120  }
121 
122  std::vector<float> generalTrackTimes;
123 
124  // get track collections
125  edm::Handle<edm::View<reco::Track>> TrackCollectionH;
126  evt.getByToken(tracks_, TrackCollectionH);
127  const edm::View<reco::Track> &TrackCollection = *TrackCollectionH;
128 
129  // get tracking particle collections
131  evt.getByToken(trackingParticles_, TPCollectionH);
132 
134  evt.getByToken(pileupSummaryInfo_, pileupSummaryH);
135 
136  // transient track builder
137  auto const &builder = es.getData(builderToken_);
138 
139  // associate the reco tracks / gsf Tracks
140  std::vector<reco::RecoToSimCollection> associatedTracks;
141  associatedTracks.reserve(associators.size());
142  for (const auto &associator : associators) {
143  associatedTracks.emplace_back(associator->associateRecoToSim(TrackCollectionH, TPCollectionH));
144  }
145 
146  double sumSimTime = 0.;
147  double sumSimTimeSq = 0.;
148  int nsim = 0;
149  for (const PileupSummaryInfo &puinfo : *pileupSummaryH) {
150  if (puinfo.getBunchCrossing() == 0) {
151  for (const float &time : puinfo.getPU_times()) {
152  double simtime = time;
153  sumSimTime += simtime;
154  sumSimTimeSq += simtime * simtime;
155  ++nsim;
156  }
157  break;
158  }
159  }
160 
161  double meanSimTime = sumSimTime / double(nsim);
162  double varSimTime = sumSimTimeSq / double(nsim) - meanSimTime * meanSimTime;
163  double rmsSimTime = std::sqrt(std::max(0.1 * 0.1, varSimTime));
164  std::normal_distribution<float> gausSimTime(meanSimTime, rmsSimTime);
165 
166  // get event-based seed for RNG
167  unsigned int runNum_uint = static_cast<unsigned int>(evt.id().run());
168  unsigned int lumiNum_uint = static_cast<unsigned int>(evt.id().luminosityBlock());
169  unsigned int evNum_uint = static_cast<unsigned int>(evt.id().event());
170  unsigned int tkChi2_uint = uint32_t(TrackCollection.empty() ? 0 : TrackCollection.refAt(0)->chi2() / 0.01);
171  std::uint32_t seed = tkChi2_uint + (lumiNum_uint << 10) + (runNum_uint << 20) + evNum_uint;
172  std::mt19937 rng(seed);
173 
174  for (unsigned itk = 0; itk < TrackCollection.size(); ++itk) {
175  const auto tkref = TrackCollection.refAt(itk);
176  reco::RecoToSimCollection::const_iterator track_tps = associatedTracks.back().end();
177 
178  for (const auto &association : associatedTracks) {
179  track_tps = association.find(tkref);
180  if (track_tps != association.end())
181  break;
182  }
183 
184  if (track_tps != associatedTracks.back().end() && track_tps->val.size() == 1) {
185  reco::TransientTrack tt = builder.build(*tkref);
186  float time = extractTrackVertexTime(*track_tps->val[0].first, tt);
187  generalTrackTimes.push_back(time);
188  } else {
189  float rndtime = gausSimTime(rng);
190  generalTrackTimes.push_back(rndtime);
191  if (track_tps != associatedTracks.back().end() && track_tps->val.size() > 1) {
192  LogDebug("TooManyTracks") << "track matched to " << track_tps->val.size() << " tracking particles!"
193  << std::endl;
194  }
195  }
196  }
197 
198  for (const auto &reso : resolutions_) {
199  const std::string &name = reso->name();
200  std::vector<float> times, resos;
201 
202  times.reserve(TrackCollection.size());
203  resos.reserve(TrackCollection.size());
204 
205  for (unsigned i = 0; i < TrackCollection.size(); ++i) {
206  const reco::Track &tk = TrackCollection[i];
207  const float absEta = std::abs(tk.eta());
208  bool inAcceptance = absEta < etaMax_ && absEta >= etaMin_ && tk.p() > pMin_ &&
209  (absEta > etaMaxForPtThreshold_ || tk.pt() > ptMin_);
210  if (inAcceptance) {
211  const float resolution = reso->getTimeResolution(tk);
212  std::normal_distribution<float> gausGeneralTime(generalTrackTimes[i], resolution);
213  times.push_back(gausGeneralTime(rng));
214  resos.push_back(resolution);
215  } else {
216  times.push_back(0.0f);
217  resos.push_back(-1.);
218  }
219  }
220 
221  writeValueMap(evt, TrackCollectionH, times, tracksName_ + name);
222  writeValueMap(evt, TrackCollectionH, resos, tracksName_ + name + resolution);
223  }
224 }
double p() const
momentum vector magnitude
Definition: TrackBase.h:631
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:14
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
std::vector< std::unique_ptr< const ResolutionModel > > resolutions_
LuminosityBlockNumber_t luminosityBlock() const
Definition: EventID.h:39
double pt() const
track transverse momentum
Definition: TrackBase.h:637
std::tuple< layerClusterToCaloParticle, caloParticleToLayerCluster > association
T sqrt(T t)
Definition: SSEVec.h:19
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
const edm::ESGetToken< TransientTrackBuilder, TransientTrackRecord > builderToken_
double f[11][100]
edm::EventID id() const
Definition: EventBase.h:59
bool getData(T &iHolder) const
Definition: EventSetup.h:122
const edm::EDGetTokenT< TrackingParticleCollection > trackingParticles_
RunNumber_t run() const
Definition: EventID.h:38
double eta() const
pseudorapidity of momentum vector
Definition: TrackBase.h:652
const std::vector< edm::EDGetTokenT< reco::TrackToTrackingParticleAssociator > > associators_
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_
float extractTrackVertexTime(const TrackingParticle &, const reco::TransientTrack &) const
EventNumber_t event() const
Definition: EventID.h:40
const edm::EDGetTokenT< std::vector< PileupSummaryInfo > > pileupSummaryInfo_
#define LogDebug(id)

Member Data Documentation

◆ associators_

const std::vector<edm::EDGetTokenT<reco::TrackToTrackingParticleAssociator> > TrackTimeValueMapProducer::associators_
private

Definition at line 57 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ builderToken_

const edm::ESGetToken<TransientTrackBuilder, TransientTrackRecord> TrackTimeValueMapProducer::builderToken_
private

Definition at line 55 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ etaMax_

const float TrackTimeValueMapProducer::etaMax_
private

Definition at line 59 of file TrackTimeValueMapProducer.cc.

◆ etaMaxForPtThreshold_

const float TrackTimeValueMapProducer::etaMaxForPtThreshold_
private

Definition at line 59 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ etaMin_

const float TrackTimeValueMapProducer::etaMin_
private

Definition at line 59 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ pileupSummaryInfo_

const edm::EDGetTokenT<std::vector<PileupSummaryInfo> > TrackTimeValueMapProducer::pileupSummaryInfo_
private

Definition at line 54 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ pMin_

const float TrackTimeValueMapProducer::pMin_
private

Definition at line 59 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ ptMin_

const float TrackTimeValueMapProducer::ptMin_
private

Definition at line 59 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ resolutions_

std::vector<std::unique_ptr<const ResolutionModel> > TrackTimeValueMapProducer::resolutions_
private

Definition at line 61 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ trackingParticles_

const edm::EDGetTokenT<TrackingParticleCollection> TrackTimeValueMapProducer::trackingParticles_
private

Definition at line 52 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ trackingVertices_

const edm::EDGetTokenT<TrackingVertexCollection> TrackTimeValueMapProducer::trackingVertices_
private

Definition at line 53 of file TrackTimeValueMapProducer.cc.

◆ tracks_

const edm::EDGetTokenT<edm::View<reco::Track> > TrackTimeValueMapProducer::tracks_
private

Definition at line 50 of file TrackTimeValueMapProducer.cc.

Referenced by produce().

◆ tracksName_

const std::string TrackTimeValueMapProducer::tracksName_
private

Definition at line 51 of file TrackTimeValueMapProducer.cc.

Referenced by produce().