CMS 3D CMS Logo

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

Public Types

using OmniClusterCollection = std::vector< OmniClusterRef >
 
- 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
 

Public Member Functions

 ClusterTPAssociationProducer (const edm::ParameterSet &)
 
 ~ClusterTPAssociationProducer () override=default
 
- 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

void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 

Private Attributes

edm::EDGetTokenT< edmNew::DetSetVector< Phase2TrackerCluster1D > > phase2OTClustersToken_
 
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > pixelClustersToken_
 
edm::EDGetTokenT< edm::DetSetVector< PixelDigiSimLink > > siphase2OTSimLinksToken_
 
edm::EDGetTokenT< edm::DetSetVector< PixelDigiSimLink > > sipixelSimLinksToken_
 
edm::EDGetTokenT< edm::DetSetVector< StripDigiSimLink > > sistripSimLinksToken_
 
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > stripClustersToken_
 
bool throwOnMissingCollections_
 
edm::EDGetTokenT< TrackingParticleCollectiontrackingParticleToken_
 

Additional Inherited Members

- 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 54 of file ClusterTPAssociationProducer.cc.

Member Typedef Documentation

◆ OmniClusterCollection

Definition at line 56 of file ClusterTPAssociationProducer.cc.

Constructor & Destructor Documentation

◆ ClusterTPAssociationProducer()

ClusterTPAssociationProducer::ClusterTPAssociationProducer ( const edm::ParameterSet cfg)
explicit

Definition at line 76 of file ClusterTPAssociationProducer.cc.

78  consumes<edm::DetSetVector<PixelDigiSimLink> >(cfg.getParameter<edm::InputTag>("pixelSimLinkSrc"))),
80  consumes<edm::DetSetVector<StripDigiSimLink> >(cfg.getParameter<edm::InputTag>("stripSimLinkSrc"))),
82  consumes<edm::DetSetVector<PixelDigiSimLink> >(cfg.getParameter<edm::InputTag>("phase2OTSimLinkSrc"))),
84  consumes<edmNew::DetSetVector<SiPixelCluster> >(cfg.getParameter<edm::InputTag>("pixelClusterSrc"))),
86  consumes<edmNew::DetSetVector<SiStripCluster> >(cfg.getParameter<edm::InputTag>("stripClusterSrc"))),
88  cfg.getParameter<edm::InputTag>("phase2OTClusterSrc"))),
90  consumes<TrackingParticleCollection>(cfg.getParameter<edm::InputTag>("trackingParticleSrc"))),
91  throwOnMissingCollections_(cfg.getParameter<bool>("throwOnMissingCollections")) {
92  produces<ClusterTPAssociation>();
93 }

◆ ~ClusterTPAssociationProducer()

ClusterTPAssociationProducer::~ClusterTPAssociationProducer ( )
overridedefault

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 95 of file ClusterTPAssociationProducer.cc.

95  {
97  desc.add<edm::InputTag>("simTrackSrc", edm::InputTag("g4SimHits"));
98  desc.add<edm::InputTag>("pixelSimLinkSrc", edm::InputTag("simSiPixelDigis"));
99  desc.add<edm::InputTag>("stripSimLinkSrc", edm::InputTag("simSiStripDigis"));
100  desc.add<edm::InputTag>("phase2OTSimLinkSrc", edm::InputTag("simSiPixelDigis", "Tracker"));
101  desc.add<edm::InputTag>("pixelClusterSrc", edm::InputTag("siPixelClusters"));
102  desc.add<edm::InputTag>("stripClusterSrc", edm::InputTag("siStripClusters"));
103  desc.add<edm::InputTag>("phase2OTClusterSrc", edm::InputTag("siPhase2Clusters"));
104  desc.add<edm::InputTag>("trackingParticleSrc", edm::InputTag("mix", "MergedTrackTruth"));
105  desc.add<bool>("throwOnMissingCollections", true);
106  descriptions.add("tpClusterProducerDefault", desc);
107 }

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.

◆ produce()

void ClusterTPAssociationProducer::produce ( edm::StreamID  ,
edm::Event iEvent,
const edm::EventSetup es 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 109 of file ClusterTPAssociationProducer.cc.

109  {
110  // Pixel Cluster
112  bool foundPixelClusters = iEvent.getByToken(pixelClustersToken_, pixelClusters);
113 
114  // Strip Cluster
116  bool foundStripClusters = iEvent.getByToken(stripClustersToken_, stripClusters);
117 
118  // Phase2 Cluster
120  bool foundPhase2OTClusters = iEvent.getByToken(phase2OTClustersToken_, phase2OTClusters);
121 
122  // Pixel DigiSimLink
124  // iEvent.getByLabel(_pixelSimLinkSrc, sipixelSimLinks);
125  auto pixelSimLinksFound = iEvent.getByToken(sipixelSimLinksToken_, sipixelSimLinks);
126  if (not throwOnMissingCollections_ and foundPixelClusters and not pixelSimLinksFound) {
127  auto clusterTPList = std::make_unique<ClusterTPAssociation>();
128  iEvent.put(std::move(clusterTPList));
129  return;
130  }
131 
132  // SiStrip DigiSimLink
134  auto stripSimLinksFound = iEvent.getByToken(sistripSimLinksToken_, sistripSimLinks);
135  if (not throwOnMissingCollections_ and foundStripClusters and not stripSimLinksFound) {
136  auto clusterTPList = std::make_unique<ClusterTPAssociation>();
137  iEvent.put(std::move(clusterTPList));
138  return;
139  }
140 
141  // Phase2 OT DigiSimLink
143  auto phase2OTSimLinksFound = iEvent.getByToken(siphase2OTSimLinksToken_, siphase2OTSimLinks);
144  if (not throwOnMissingCollections_ and foundPhase2OTClusters and not phase2OTSimLinksFound) {
145  auto clusterTPList = std::make_unique<ClusterTPAssociation>();
146  iEvent.put(std::move(clusterTPList));
147  return;
148  }
149 
150  // TrackingParticle
152  auto tpFound = iEvent.getByToken(trackingParticleToken_, TPCollectionH);
153  if (not throwOnMissingCollections_ and not tpFound) {
154  auto clusterTPList = std::make_unique<ClusterTPAssociation>();
155  iEvent.put(std::move(clusterTPList));
156  return;
157  }
158 
159  auto clusterTPList = std::make_unique<ClusterTPAssociation>(TPCollectionH);
160 
161  // prepare temporary map between SimTrackId and TrackingParticle index
162  std::unordered_map<UniqueSimTrackId, TrackingParticleRef, UniqueSimTrackIdHash> mapping;
163  auto const& tpColl = *TPCollectionH.product();
164  for (TrackingParticleCollection::size_type itp = 0; itp < tpColl.size(); ++itp) {
165  TrackingParticleRef trackingParticleRef(TPCollectionH, itp);
166  auto const& trackingParticle = tpColl[itp];
167  // SimTracks inside TrackingParticle
168  EncodedEventId eid(trackingParticle.eventId());
169  //size_t index = 0;
170  for (auto const& trk : trackingParticle.g4Tracks()) {
171  UniqueSimTrackId trkid(trk.trackId(), eid);
172  //std::cout << "creating map for id: " << trkid.first << " with tp: " << trackingParticle.key() << std::endl;
173  mapping.insert(std::make_pair(trkid, trackingParticleRef));
174  }
175  }
176 
177  std::unordered_set<UniqueSimTrackId, UniqueSimTrackIdHash> simTkIds;
178  std::vector<UniqueSimTrackId> trkid;
179  if (foundPixelClusters) {
180  // Pixel Clusters
181  clusterTPList->addKeyID(pixelClusters.id());
183  iter != pixelClusters->end();
184  ++iter) {
185  uint32_t detid = iter->id();
186  DetId detId(detid);
187  edmNew::DetSet<SiPixelCluster> link_pixel = (*iter);
188  for (edmNew::DetSet<SiPixelCluster>::const_iterator di = link_pixel.begin(); di != link_pixel.end(); ++di) {
189  const SiPixelCluster& cluster = (*di);
191 
192  simTkIds.clear();
193  for (int irow = cluster.minPixelRow(); irow <= cluster.maxPixelRow(); ++irow) {
194  for (int icol = cluster.minPixelCol(); icol <= cluster.maxPixelCol(); ++icol) {
195  uint32_t channel = PixelChannelIdentifier::pixelToChannel(irow, icol);
196  trkid.clear();
197  getSimTrackId<PixelDigiSimLink>(trkid, sipixelSimLinks, detId, channel);
198  simTkIds.insert(trkid.begin(), trkid.end());
199  }
200  }
201  for (auto iset = simTkIds.begin(); iset != simTkIds.end(); iset++) {
202  auto ipos = mapping.find(*iset);
203  if (ipos != mapping.end()) {
204  //std::cout << "cluster in detid: " << detid << " from tp: " << ipos->second.key() << " " << iset->first << std::endl;
205  clusterTPList->emplace_back(OmniClusterRef(c_ref), ipos->second);
206  }
207  }
208  }
209  }
210  }
211 
212  if (foundStripClusters) {
213  // Strip Clusters
214  clusterTPList->addKeyID(stripClusters.id());
216  eter = stripClusters->end(false);
217  iter != eter;
218  ++iter) {
219  if (!(*iter).isValid())
220  continue;
221  uint32_t detid = iter->id();
222  DetId detId(detid);
223  edmNew::DetSet<SiStripCluster> link_strip = (*iter);
224  for (edmNew::DetSet<SiStripCluster>::const_iterator di = link_strip.begin(); di != link_strip.end(); di++) {
225  const SiStripCluster& cluster = (*di);
227 
228  simTkIds.clear();
229  int first = cluster.firstStrip();
230  int last = first + cluster.amplitudes().size();
231 
232  for (int istr = first; istr < last; ++istr) {
233  trkid.clear();
234  getSimTrackId<StripDigiSimLink>(trkid, sistripSimLinks, detId, istr);
235  simTkIds.insert(trkid.begin(), trkid.end());
236  }
237  for (auto iset = simTkIds.begin(); iset != simTkIds.end(); iset++) {
238  auto ipos = mapping.find(*iset);
239  if (ipos != mapping.end()) {
240  //std::cout << "cluster in detid: " << detid << " from tp: " << ipos->second.key() << " " << iset->first << std::endl;
241  clusterTPList->emplace_back(OmniClusterRef(c_ref), ipos->second);
242  }
243  }
244  }
245  }
246  }
247 
248  if (foundPhase2OTClusters) {
249  // Phase2 Clusters
250  clusterTPList->addKeyID(phase2OTClusters.id());
251  if (phase2OTClusters.isValid()) {
253  eter = phase2OTClusters->end(false);
254  iter != eter;
255  ++iter) {
256  if (!(*iter).isValid())
257  continue;
258  uint32_t detid = iter->id();
259  DetId detId(detid);
260  edmNew::DetSet<Phase2TrackerCluster1D> link_phase2 = (*iter);
261  for (edmNew::DetSet<Phase2TrackerCluster1D>::const_iterator di = link_phase2.begin(); di != link_phase2.end();
262  di++) {
263  const Phase2TrackerCluster1D& cluster = (*di);
266 
267  simTkIds.clear();
268 
269  for (unsigned int istr(0); istr < cluster.size(); ++istr) {
270  uint32_t channel = Phase2TrackerDigi::pixelToChannel(cluster.firstRow() + istr, cluster.column());
271  trkid.clear();
272  getSimTrackId<PixelDigiSimLink>(trkid, siphase2OTSimLinks, detId, channel);
273  simTkIds.insert(trkid.begin(), trkid.end());
274  }
275 
276  for (auto iset = simTkIds.begin(); iset != simTkIds.end(); iset++) {
277  auto ipos = mapping.find(*iset);
278  if (ipos != mapping.end()) {
279  clusterTPList->emplace_back(OmniClusterRef(c_ref), ipos->second);
280  }
281  }
282  }
283  }
284  }
285  }
286  clusterTPList->sortAndUnique();
287  iEvent.put(std::move(clusterTPList));
288 }

References SiStripCluster::amplitudes(), edmNew::DetSet< T >::begin(), Phase2TrackerCluster1D::column(), runTauDisplay::eid, edmNew::DetSet< T >::end(), first, Phase2TrackerCluster1D::firstRow(), SiStripCluster::firstStrip(), iEvent, dqmdumpme::last, edmNew::makeRefTo(), taus_updatedMVAIds_cff::mapping, SiPixelCluster::maxPixelCol(), SiPixelCluster::maxPixelRow(), SiPixelCluster::minPixelCol(), SiPixelCluster::minPixelRow(), eostools::move(), HLTEgPhaseIITestSequence_cff::phase2OTClusters, phase2OTClustersToken_, LumiMonitor_cff::pixelClusters, pixelClustersToken_, Phase2TrackerDigi::pixelToChannel(), PixelChannelIdentifier::pixelToChannel(), edm::Handle< T >::product(), siphase2OTSimLinksToken_, sipixelSimLinksToken_, sistripSimLinksToken_, Phase2TrackerCluster1D::size(), SiStripCluster::size(), HLT_FULL_cff::stripClusters, stripClustersToken_, throwOnMissingCollections_, and trackingParticleToken_.

Member Data Documentation

◆ phase2OTClustersToken_

edm::EDGetTokenT<edmNew::DetSetVector<Phase2TrackerCluster1D> > ClusterTPAssociationProducer::phase2OTClustersToken_
private

Definition at line 71 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ pixelClustersToken_

edm::EDGetTokenT<edmNew::DetSetVector<SiPixelCluster> > ClusterTPAssociationProducer::pixelClustersToken_
private

Definition at line 69 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ siphase2OTSimLinksToken_

edm::EDGetTokenT<edm::DetSetVector<PixelDigiSimLink> > ClusterTPAssociationProducer::siphase2OTSimLinksToken_
private

Definition at line 68 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ sipixelSimLinksToken_

edm::EDGetTokenT<edm::DetSetVector<PixelDigiSimLink> > ClusterTPAssociationProducer::sipixelSimLinksToken_
private

Definition at line 66 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ sistripSimLinksToken_

edm::EDGetTokenT<edm::DetSetVector<StripDigiSimLink> > ClusterTPAssociationProducer::sistripSimLinksToken_
private

Definition at line 67 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ stripClustersToken_

edm::EDGetTokenT<edmNew::DetSetVector<SiStripCluster> > ClusterTPAssociationProducer::stripClustersToken_
private

Definition at line 70 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ throwOnMissingCollections_

bool ClusterTPAssociationProducer::throwOnMissingCollections_
private

Definition at line 73 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ trackingParticleToken_

edm::EDGetTokenT<TrackingParticleCollection> ClusterTPAssociationProducer::trackingParticleToken_
private

Definition at line 72 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

ClusterTPAssociationProducer::stripClustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > stripClustersToken_
Definition: ClusterTPAssociationProducer.cc:70
edm::DetSetVector< PixelDigiSimLink >
SiPixelCluster::minPixelCol
int minPixelCol() const
Definition: SiPixelCluster.h:152
LumiMonitor_cff.pixelClusters
pixelClusters
Definition: LumiMonitor_cff.py:10
edm::Handle::product
T const * product() const
Definition: Handle.h:70
Phase2TrackerCluster1D
Definition: Phase2TrackerCluster1D.h:10
Phase2TrackerCluster1D::column
unsigned int column() const
Definition: Phase2TrackerCluster1D.h:26
ClusterTPAssociationProducer::trackingParticleToken_
edm::EDGetTokenT< TrackingParticleCollection > trackingParticleToken_
Definition: ClusterTPAssociationProducer.cc:72
SiPixelCluster::maxPixelCol
int maxPixelCol() const
Definition: SiPixelCluster.h:153
HLT_FULL_cff.InputTag
InputTag
Definition: HLT_FULL_cff.py:89301
edmNew::makeRefTo
edm::Ref< typename HandleT::element_type, typename HandleT::element_type::value_type::value_type > makeRefTo(const HandleT &iHandle, typename HandleT::element_type::value_type::const_iterator itIter)
Definition: DetSetVectorNew.h:704
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
edmNew::DetSetVector::const_iterator
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
Definition: DetSetVectorNew.h:197
UniqueSimTrackId
std::pair< uint32_t, EncodedEventId > UniqueSimTrackId
Definition: UniqueSimTrackId.h:9
Phase2TrackerCluster1D::firstRow
unsigned int firstRow() const
Definition: Phase2TrackerCluster1D.h:24
SiPixelCluster::maxPixelRow
int maxPixelRow() const
Definition: SiPixelCluster.h:151
ClusterTPAssociationProducer::sipixelSimLinksToken_
edm::EDGetTokenT< edm::DetSetVector< PixelDigiSimLink > > sipixelSimLinksToken_
Definition: ClusterTPAssociationProducer.cc:66
SiPixelCluster
Pixel cluster – collection of neighboring pixels above threshold.
Definition: SiPixelCluster.h:28
edm::Handle
Definition: AssociativeIterator.h:50
OmniClusterRef
Definition: OmniClusterRef.h:12
HLTEgPhaseIITestSequence_cff.phase2OTClusters
phase2OTClusters
Definition: HLTEgPhaseIITestSequence_cff.py:722
edm::Ref< TrackingParticleCollection >
Phase2TrackerDigi::pixelToChannel
static PackedDigiType pixelToChannel(unsigned int row, unsigned int col)
Definition: Phase2TrackerDigi.h:43
SiStripCluster::firstStrip
uint16_t firstStrip() const
Definition: SiStripCluster.h:46
EncodedEventId
Definition: EncodedEventId.h:11
DetId
Definition: DetId.h:17
ClusterTPAssociationProducer::throwOnMissingCollections_
bool throwOnMissingCollections_
Definition: ClusterTPAssociationProducer.cc:73
edmNew::DetSet::end
iterator end()
Definition: DetSetNew.h:56
dqmdumpme.last
last
Definition: dqmdumpme.py:56
trigger::size_type
uint16_t size_type
Definition: TriggerTypeDefs.h:18
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
PixelChannelIdentifier::pixelToChannel
static int pixelToChannel(int row, int col)
Definition: PixelChannelIdentifier.h:65
SiPixelCluster::minPixelRow
int minPixelRow() const
Definition: SiPixelCluster.h:150
edmNew::DetSet
Definition: DetSetNew.h:22
first
auto first
Definition: CAHitNtupletGeneratorKernelsImpl.h:125
HLT_FULL_cff.stripClusters
stripClusters
Definition: HLT_FULL_cff.py:10026
ClusterTPAssociationProducer::sistripSimLinksToken_
edm::EDGetTokenT< edm::DetSetVector< StripDigiSimLink > > sistripSimLinksToken_
Definition: ClusterTPAssociationProducer.cc:67
SiStripCluster::size
uint8_t size() const
Definition: SiStripCluster.h:63
iEvent
int iEvent
Definition: GenABIO.cc:224
runTauDisplay.eid
eid
Definition: runTauDisplay.py:298
edmNew::DetSet::begin
iterator begin()
Definition: DetSetNew.h:54
SiStripCluster::amplitudes
SiStripCluster const & amplitudes() const
Definition: SiStripCluster.h:68
looper.cfg
cfg
Definition: looper.py:296
ClusterTPAssociationProducer::phase2OTClustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< Phase2TrackerCluster1D > > phase2OTClustersToken_
Definition: ClusterTPAssociationProducer.cc:71
edmNew::DetSetVector
Definition: DetSetNew.h:13
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
eostools.move
def move(src, dest)
Definition: eostools.py:511
ClusterTPAssociationProducer::pixelClustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > pixelClustersToken_
Definition: ClusterTPAssociationProducer.cc:69
Phase2TrackerCluster1D::size
uint16_t size() const
Definition: Phase2TrackerCluster1D.h:27
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:159
SiStripCluster
Definition: SiStripCluster.h:8
taus_updatedMVAIds_cff.mapping
mapping
Definition: taus_updatedMVAIds_cff.py:29
edm::InputTag
Definition: InputTag.h:15
edmNew::DetSet::const_iterator
const data_type * const_iterator
Definition: DetSetNew.h:31
ClusterTPAssociationProducer::siphase2OTSimLinksToken_
edm::EDGetTokenT< edm::DetSetVector< PixelDigiSimLink > > siphase2OTSimLinksToken_
Definition: ClusterTPAssociationProducer.cc:68