CMS 3D CMS Logo

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

Public Member Functions

 EcalBarrelClusterFastTimer (const edm::ParameterSet &)
 
void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const 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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
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)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

float correctTimeToVertex (const float intime, const DetId &timeDet, const reco::Vertex &vtx, const CaloSubdetectorGeometry *ecalGeom) const
 
std::pair< float, DetIdgetTimeForECALPFCluster (const EcalRecHitCollection &, const reco::PFCluster &) const
 

Private Attributes

std::vector< std::unique_ptr< const ResolutionModel > > _resolutions
 
edm::EDGetTokenT< std::vector< reco::PFCluster > > ebClustersToken_
 
edm::EDGetTokenT< EcalRecHitCollectionebTimeHitsToken_
 
const unsigned ecalDepth_
 
const float minEnergy_
 
const float minFraction_
 

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
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
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)
 
template<Transition B>
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 (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 29 of file EcalBarrelClusterFastTimer.cc.

Constructor & Destructor Documentation

◆ EcalBarrelClusterFastTimer()

EcalBarrelClusterFastTimer::EcalBarrelClusterFastTimer ( const edm::ParameterSet conf)

Definition at line 98 of file EcalBarrelClusterFastTimer.cc.

99  : ebTimeHitsToken_(consumes<EcalRecHitCollection>(conf.getParameter<edm::InputTag>("ebTimeHits"))),
100  ebClustersToken_(consumes<std::vector<reco::PFCluster>>(conf.getParameter<edm::InputTag>("ebClusters"))),
101  minFraction_(conf.getParameter<double>("minFractionToConsider")),
102  minEnergy_(conf.getParameter<double>("minEnergyToConsider")),
103  ecalDepth_(conf.getParameter<double>("ecalDepth")) {
104  // setup resolution models
105  const std::vector<edm::ParameterSet>& resos = conf.getParameterSetVector("resolutionModels");
106  for (const auto& reso : resos) {
107  const std::string& name = reso.getParameter<std::string>("modelName");
108  _resolutions.emplace_back(ResolutionModelFactory::get()->create(name, reso));
109 
110  // times and time resolutions for general tracks
111  produces<edm::ValueMap<float>>(name);
112  produces<edm::ValueMap<float>>(name + resolution);
113  }
114 }

References _resolutions, beamerCreator::create(), get, edm::ParameterSet::getParameterSetVector(), Skims_PA_cff::name, L1TObjectsTimingClient_cff::resolution, and AlCaHLTBitMon_QueryRunRegistry::string.

Member Function Documentation

◆ correctTimeToVertex()

float EcalBarrelClusterFastTimer::correctTimeToVertex ( const float  intime,
const DetId timeDet,
const reco::Vertex vtx,
const CaloSubdetectorGeometry ecalGeom 
) const
private

Definition at line 191 of file EcalBarrelClusterFastTimer.cc.

194  {
195  if (timeDet.rawId() == 0)
196  return -999.;
197  // correct the cluster time from 0,0,0 to the primary vertex given
198  auto cellGeometry = ecalGeom->getGeometry(timeDet);
199  if (nullptr == cellGeometry) {
200  throw cms::Exception("BadECALBarrelCell")
201  << std::hex << timeDet.rawId() << std::dec << " is not a valid ECAL Barrel DetId!";
202  }
203  //depth in mm in the middle of the layer position;
204  GlobalPoint layerPos = cellGeometry->getPosition(ecalDepth_ + 0.5);
205  const math::XYZPoint layerPos_cm(layerPos.x(), layerPos.y(), layerPos.z());
206  const math::XYZVector to_center = layerPos_cm - math::XYZPoint(0., 0., 0.);
207  const math::XYZVector to_vtx = layerPos_cm - vtx.position();
208 
209  /*
210  std::cout << intime << ' ' << to_center.r()/cm_per_ns << ' ' << to_vtx.r()/cm_per_ns
211  << ' ' << intime + to_center.r()/cm_per_ns - to_vtx.r()/cm_per_ns << std::endl;
212  */
213 
214  return intime + to_center.r() / cm_per_ns - to_vtx.r() / cm_per_ns;
215 }

References TauDecayModes::dec, ecalDepth_, Exception, CaloSubdetectorGeometry::getGeometry(), DetId::rawId(), extraflags_cff::vtx, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().

◆ fillDescriptions()

void EcalBarrelClusterFastTimer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 56 of file EcalBarrelClusterFastTimer.cc.

56  {
57  // ecalBarrelClusterFastTimer
59  desc.add<double>("ecalDepth", 7.0);
60  {
62  vpsd1.add<std::string>("modelName", "PerfectResolutionModel");
63  std::vector<edm::ParameterSet> temp1;
64  temp1.reserve(1);
65  {
66  edm::ParameterSet temp2;
67  temp2.addParameter<std::string>("modelName", "PerfectResolutionModel");
68  temp1.push_back(temp2);
69  }
70  desc.addVPSet("resolutionModels", vpsd1, temp1);
71  }
72  desc.add<edm::InputTag>("timedVertices", edm::InputTag("offlinePrimaryVertices4D"));
73  desc.add<double>("minFractionToConsider", 0.1);
74  desc.add<edm::InputTag>("ebClusters", edm::InputTag("particleFlowClusterECALUncorrected"));
75  desc.add<double>("minEnergyToConsider", 0.0);
76  desc.add<edm::InputTag>("ebTimeHits", edm::InputTag("ecalDetailedTimeRecHit", "EcalRecHitsEB"));
77  descriptions.add("ecalBarrelClusterFastTimer", desc);
78 }

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSet::addParameter(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ getTimeForECALPFCluster()

std::pair< float, DetId > EcalBarrelClusterFastTimer::getTimeForECALPFCluster ( const EcalRecHitCollection timehits,
const reco::PFCluster cluster 
) const
private

Definition at line 161 of file EcalBarrelClusterFastTimer.cc.

162  {
163  const auto& rhfs = cluster.recHitFractions();
164  unsigned best_hit = 0;
165  float best_energy = -1.f;
166  for (const auto& rhf : rhfs) {
167  const auto& hitref = rhf.recHitRef();
168  const unsigned detid = hitref->detId();
169  const auto fraction = rhf.fraction();
170  const auto energy = hitref->energy();
172  continue;
173  auto timehit = timehits.find(detid);
174  float e_hit = rhf.fraction() * hitref->energy();
175  if (e_hit > best_energy && timehit->isTimeValid()) {
176  best_energy = e_hit;
177  best_hit = detid;
178  }
179  }
180 
181  float best_time_guess = std::numeric_limits<float>::max();
182  if (best_energy > 0.) {
183  best_time_guess = timehits.find(best_hit)->time();
184  }
185 
186  //std::cout << "EcalBarrelFastTimer: " << best_time_guess << ' ' << best_energy << ' ' << best_hit << std::endl;
187 
188  return std::make_pair(best_time_guess, DetId(best_hit));
189 }

References HCALHighEnergyHPDFilter_cfi::energy, edm::SortedCollection< T, SORT >::find(), HLT_FULL_cff::fraction, SiStripPI::max, minEnergy_, minFraction_, and reco::PFCluster::recHitFractions().

Referenced by produce().

◆ produce()

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

Implements edm::global::EDProducerBase.

Definition at line 116 of file EcalBarrelClusterFastTimer.cc.

116  {
119 
120  evt.getByToken(ebClustersToken_, clustersH);
121  evt.getByToken(ebTimeHitsToken_, timehitsH);
122 
123  const auto& clusters = *clustersH;
124  const auto& timehits = *timehitsH;
125 
126  // get event-based seed for RNG
127  unsigned int runNum_uint = static_cast<unsigned int>(evt.id().run());
128  unsigned int lumiNum_uint = static_cast<unsigned int>(evt.id().luminosityBlock());
129  unsigned int evNum_uint = static_cast<unsigned int>(evt.id().event());
130  std::uint32_t seed = (lumiNum_uint << 10) + (runNum_uint << 20) + evNum_uint;
131  std::mt19937 rng(seed);
132 
133  std::vector<std::pair<float, DetId>> times; // perfect times keyed to cluster index
134  times.reserve(clusters.size());
135 
136  for (const auto& cluster : clusters) {
137  times.push_back(getTimeForECALPFCluster(timehits, cluster));
138  }
139 
140  for (const auto& reso : _resolutions) {
141  const std::string& name = reso->name();
142  std::vector<float> resolutions;
143  std::vector<float> smeared_times;
144  resolutions.reserve(clusters.size());
145  smeared_times.reserve(clusters.size());
146 
147  // smear once then correct to multiple vertices
148  for (unsigned i = 0; i < clusters.size(); ++i) {
149  const float theresolution = reso->getTimeResolution(clusters[i]);
150  std::normal_distribution<float> gausTime(times[i].first, theresolution);
151 
152  smeared_times.emplace_back(gausTime(rng));
153  resolutions.push_back(theresolution);
154  }
155 
156  writeValueMap(evt, clustersH, smeared_times, name);
157  writeValueMap(evt, clustersH, resolutions, name + resolution);
158  }
159 }

References _resolutions, bsc_activity_cfg::clusters, ebClustersToken_, ebTimeHitsToken_, edm::EventID::event(), first, edm::Event::getByToken(), getTimeForECALPFCluster(), mps_fire::i, edm::EventBase::id(), edm::EventID::luminosityBlock(), Skims_PA_cff::name, L1TObjectsTimingClient_cff::resolution, electronProducer_cfi::resolutions, edm::EventID::run(), fileCollector::seed, and AlCaHLTBitMon_QueryRunRegistry::string.

Member Data Documentation

◆ _resolutions

std::vector<std::unique_ptr<const ResolutionModel> > EcalBarrelClusterFastTimer::_resolutions
private

Definition at line 42 of file EcalBarrelClusterFastTimer.cc.

Referenced by EcalBarrelClusterFastTimer(), and produce().

◆ ebClustersToken_

edm::EDGetTokenT<std::vector<reco::PFCluster> > EcalBarrelClusterFastTimer::ebClustersToken_
private

Definition at line 40 of file EcalBarrelClusterFastTimer.cc.

Referenced by produce().

◆ ebTimeHitsToken_

edm::EDGetTokenT<EcalRecHitCollection> EcalBarrelClusterFastTimer::ebTimeHitsToken_
private

Definition at line 39 of file EcalBarrelClusterFastTimer.cc.

Referenced by produce().

◆ ecalDepth_

const unsigned EcalBarrelClusterFastTimer::ecalDepth_
private

Definition at line 44 of file EcalBarrelClusterFastTimer.cc.

Referenced by correctTimeToVertex().

◆ minEnergy_

const float EcalBarrelClusterFastTimer::minEnergy_
private

Definition at line 43 of file EcalBarrelClusterFastTimer.cc.

Referenced by getTimeForECALPFCluster().

◆ minFraction_

const float EcalBarrelClusterFastTimer::minFraction_
private

Definition at line 43 of file EcalBarrelClusterFastTimer.cc.

Referenced by getTimeForECALPFCluster().

mps_fire.i
i
Definition: mps_fire.py:428
edm::ParameterSetDescription::add
ParameterDescriptionBase * add(U const &iLabel, T const &value)
Definition: ParameterSetDescription.h:95
EcalBarrelClusterFastTimer::minEnergy_
const float minEnergy_
Definition: EcalBarrelClusterFastTimer.cc:43
PV3DBase::x
T x() const
Definition: PV3DBase.h:59
EcalBarrelClusterFastTimer::ebClustersToken_
edm::EDGetTokenT< std::vector< reco::PFCluster > > ebClustersToken_
Definition: EcalBarrelClusterFastTimer.cc:40
HLT_FULL_cff.InputTag
InputTag
Definition: HLT_FULL_cff.py:89301
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
reco::PFCluster::recHitFractions
const std::vector< reco::PFRecHitFraction > & recHitFractions() const
vector of rechit fractions
Definition: PFCluster.h:65
beamerCreator.create
def create(alignables, pedeDump, additionalData, outputFile, config)
Definition: beamerCreator.py:44
edm::EventID::luminosityBlock
LuminosityBlockNumber_t luminosityBlock() const
Definition: EventID.h:39
edm::Handle
Definition: AssociativeIterator.h:50
EcalBarrelClusterFastTimer::minFraction_
const float minFraction_
Definition: EcalBarrelClusterFastTimer.cc:43
PV3DBase::z
T z() const
Definition: PV3DBase.h:61
fileCollector.seed
seed
Definition: fileCollector.py:127
DetId
Definition: DetId.h:17
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
HLT_FULL_cff.fraction
fraction
Definition: HLT_FULL_cff.py:52823
L1TObjectsTimingClient_cff.resolution
resolution
Definition: L1TObjectsTimingClient_cff.py:52
HCALHighEnergyHPDFilter_cfi.energy
energy
Definition: HCALHighEnergyHPDFilter_cfi.py:5
edm::Event::getByToken
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
Point3DBase< float, GlobalTag >
first
auto first
Definition: CAHitNtupletGeneratorKernelsImpl.h:125
edm::EventID::run
RunNumber_t run() const
Definition: EventID.h:38
bsc_activity_cfg.clusters
clusters
Definition: bsc_activity_cfg.py:36
EcalBarrelClusterFastTimer::ebTimeHitsToken_
edm::EDGetTokenT< EcalRecHitCollection > ebTimeHitsToken_
Definition: EcalBarrelClusterFastTimer.cc:39
edm::ParameterSet
Definition: ParameterSet.h:47
math::XYZPoint
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
SiStripPI::max
Definition: SiStripPayloadInspectorHelper.h:169
EcalBarrelClusterFastTimer::_resolutions
std::vector< std::unique_ptr< const ResolutionModel > > _resolutions
Definition: EcalBarrelClusterFastTimer.cc:42
math::XYZVector
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:31
edm::ParameterSet::addParameter
void addParameter(std::string const &name, T const &value)
Definition: ParameterSet.h:135
PV3DBase::y
T y() const
Definition: PV3DBase.h:60
edm::EventID::event
EventNumber_t event() const
Definition: EventID.h:40
CaloSubdetectorGeometry::getGeometry
virtual std::shared_ptr< const CaloCellGeometry > getGeometry(const DetId &id) const
Get the cell geometry of a given detector id. Should return false if not found.
Definition: CaloSubdetectorGeometry.cc:36
get
#define get
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
EcalBarrelClusterFastTimer::ecalDepth_
const unsigned ecalDepth_
Definition: EcalBarrelClusterFastTimer.cc:44
electronProducer_cfi.resolutions
resolutions
Definition: electronProducer_cfi.py:80
edm::SortedCollection::find
iterator find(key_type k)
Definition: SortedCollection.h:240
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
DetId::rawId
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
extraflags_cff.vtx
vtx
Definition: extraflags_cff.py:19
EcalBarrelClusterFastTimer::getTimeForECALPFCluster
std::pair< float, DetId > getTimeForECALPFCluster(const EcalRecHitCollection &, const reco::PFCluster &) const
Definition: EcalBarrelClusterFastTimer.cc:161
Exception
Definition: hltDiff.cc:245
edm::EventBase::id
edm::EventID id() const
Definition: EventBase.h:59
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::ParameterSet::getParameterSetVector
VParameterSet const & getParameterSetVector(std::string const &name) const
Definition: ParameterSet.cc:2160
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:159
TauDecayModes.dec
dec
Definition: TauDecayModes.py:142
edm::InputTag
Definition: InputTag.h:15