CMS 3D CMS Logo

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

Public Types

typedef std::vector< OmniClusterRefOmniClusterCollection
 
- 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
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () 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
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
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

template<typename T >
std::vector< std::pair< uint32_t, EncodedEventId > > getSimTrackId (const edm::Handle< edm::DetSetVector< T > > &simLinks, const DetId &detId, uint32_t channel) const
 
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_
 
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>
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)
 
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 32 of file ClusterTPAssociationProducer.cc.

Member Typedef Documentation

◆ OmniClusterCollection

Definition at line 34 of file ClusterTPAssociationProducer.cc.

Constructor & Destructor Documentation

◆ ClusterTPAssociationProducer()

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

Definition at line 58 of file ClusterTPAssociationProducer.cc.

60  consumes<edm::DetSetVector<PixelDigiSimLink> >(cfg.getParameter<edm::InputTag>("pixelSimLinkSrc"))),
62  consumes<edm::DetSetVector<StripDigiSimLink> >(cfg.getParameter<edm::InputTag>("stripSimLinkSrc"))),
64  consumes<edm::DetSetVector<PixelDigiSimLink> >(cfg.getParameter<edm::InputTag>("phase2OTSimLinkSrc"))),
66  consumes<edmNew::DetSetVector<SiPixelCluster> >(cfg.getParameter<edm::InputTag>("pixelClusterSrc"))),
68  consumes<edmNew::DetSetVector<SiStripCluster> >(cfg.getParameter<edm::InputTag>("stripClusterSrc"))),
70  cfg.getParameter<edm::InputTag>("phase2OTClusterSrc"))),
72  consumes<TrackingParticleCollection>(cfg.getParameter<edm::InputTag>("trackingParticleSrc"))) {
73  produces<ClusterTPAssociation>();
74 }

◆ ~ClusterTPAssociationProducer()

ClusterTPAssociationProducer::~ClusterTPAssociationProducer ( )
override

Definition at line 76 of file ClusterTPAssociationProducer.cc.

76 {}

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 78 of file ClusterTPAssociationProducer.cc.

78  {
80  desc.add<edm::InputTag>("simTrackSrc", edm::InputTag("g4SimHits"));
81  desc.add<edm::InputTag>("pixelSimLinkSrc", edm::InputTag("simSiPixelDigis"));
82  desc.add<edm::InputTag>("stripSimLinkSrc", edm::InputTag("simSiStripDigis"));
83  desc.add<edm::InputTag>("phase2OTSimLinkSrc", edm::InputTag("simSiPixelDigis", "Tracker"));
84  desc.add<edm::InputTag>("pixelClusterSrc", edm::InputTag("siPixelClusters"));
85  desc.add<edm::InputTag>("stripClusterSrc", edm::InputTag("siStripClusters"));
86  desc.add<edm::InputTag>("phase2OTClusterSrc", edm::InputTag("siPhase2Clusters"));
87  desc.add<edm::InputTag>("trackingParticleSrc", edm::InputTag("mix", "MergedTrackTruth"));
88  descriptions.add("tpClusterProducerDefault", desc);
89 }

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and HLT_2018_cff::InputTag.

◆ getSimTrackId()

template<typename T >
std::vector< std::pair< uint32_t, EncodedEventId > > ClusterTPAssociationProducer::getSimTrackId ( const edm::Handle< edm::DetSetVector< T > > &  simLinks,
const DetId detId,
uint32_t  channel 
) const
private

Definition at line 266 of file ClusterTPAssociationProducer.cc.

268  {
269  //std::pair<uint32_t, EncodedEventId> simTrkId;
270  std::vector<std::pair<uint32_t, EncodedEventId> > simTrkId;
271  auto isearch = simLinks->find(detId);
272  if (isearch != simLinks->end()) {
273  // Loop over DigiSimLink in this det unit
274  edm::DetSet<T> link_detset = (*isearch);
275  for (typename edm::DetSet<T>::const_iterator it = link_detset.data.begin(); it != link_detset.data.end(); ++it) {
276  if (channel == it->channel()) {
277  simTrkId.push_back(std::make_pair(it->SimTrackId(), it->eventId()));
278  }
279  }
280  }
281  return simTrkId;
282 }

References edm::DetSet< T >::data, and edm::DetSet< T >::push_back().

◆ produce()

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

Implements edm::global::EDProducerBase.

Definition at line 91 of file ClusterTPAssociationProducer.cc.

91  {
92  // Pixel DigiSimLink
94  // iEvent.getByLabel(_pixelSimLinkSrc, sipixelSimLinks);
95  iEvent.getByToken(sipixelSimLinksToken_, sipixelSimLinks);
96 
97  // SiStrip DigiSimLink
99  iEvent.getByToken(sistripSimLinksToken_, sistripSimLinks);
100 
101  // Phase2 OT DigiSimLink
103  iEvent.getByToken(siphase2OTSimLinksToken_, siphase2OTSimLinks);
104 
105  // Pixel Cluster
107  bool foundPixelClusters = iEvent.getByToken(pixelClustersToken_, pixelClusters);
108 
109  // Strip Cluster
111  bool foundStripClusters = iEvent.getByToken(stripClustersToken_, stripClusters);
112 
113  // Phase2 Cluster
115  bool foundPhase2OTClusters = iEvent.getByToken(phase2OTClustersToken_, phase2OTClusters);
116 
117  // TrackingParticle
119  iEvent.getByToken(trackingParticleToken_, TPCollectionH);
120 
121  auto clusterTPList = std::make_unique<ClusterTPAssociation>(TPCollectionH);
122 
123  // prepare temporary map between SimTrackId and TrackingParticle index
124  std::map<std::pair<size_t, EncodedEventId>, TrackingParticleRef> mapping;
125  for (TrackingParticleCollection::size_type itp = 0; itp < TPCollectionH.product()->size(); ++itp) {
126  TrackingParticleRef trackingParticle(TPCollectionH, itp);
127 
128  // SimTracks inside TrackingParticle
129  EncodedEventId eid(trackingParticle->eventId());
130  //size_t index = 0;
131  for (std::vector<SimTrack>::const_iterator itrk = trackingParticle->g4Track_begin();
132  itrk != trackingParticle->g4Track_end();
133  ++itrk) {
134  std::pair<uint32_t, EncodedEventId> trkid(itrk->trackId(), eid);
135  //std::cout << "creating map for id: " << trkid.first << " with tp: " << trackingParticle.key() << std::endl;
136  mapping.insert(std::make_pair(trkid, trackingParticle));
137  }
138  }
139 
140  if (foundPixelClusters) {
141  // Pixel Clusters
142  clusterTPList->addKeyID(pixelClusters.id());
144  iter != pixelClusters->end();
145  ++iter) {
146  uint32_t detid = iter->id();
147  DetId detId(detid);
148  edmNew::DetSet<SiPixelCluster> link_pixel = (*iter);
149  for (edmNew::DetSet<SiPixelCluster>::const_iterator di = link_pixel.begin(); di != link_pixel.end(); ++di) {
150  const SiPixelCluster& cluster = (*di);
152 
153  std::set<std::pair<uint32_t, EncodedEventId> > simTkIds;
154  for (int irow = cluster.minPixelRow(); irow <= cluster.maxPixelRow(); ++irow) {
155  for (int icol = cluster.minPixelCol(); icol <= cluster.maxPixelCol(); ++icol) {
156  uint32_t channel = PixelChannelIdentifier::pixelToChannel(irow, icol);
157  std::vector<std::pair<uint32_t, EncodedEventId> > trkid(
158  getSimTrackId<PixelDigiSimLink>(sipixelSimLinks, detId, channel));
159  if (trkid.empty())
160  continue;
161  simTkIds.insert(trkid.begin(), trkid.end());
162  }
163  }
164  for (std::set<std::pair<uint32_t, EncodedEventId> >::const_iterator iset = simTkIds.begin();
165  iset != simTkIds.end();
166  iset++) {
167  auto ipos = mapping.find(*iset);
168  if (ipos != mapping.end()) {
169  //std::cout << "cluster in detid: " << detid << " from tp: " << ipos->second.key() << " " << iset->first << std::endl;
170  clusterTPList->emplace_back(OmniClusterRef(c_ref), ipos->second);
171  }
172  }
173  }
174  }
175  }
176 
177  if (foundStripClusters) {
178  // Strip Clusters
179  clusterTPList->addKeyID(stripClusters.id());
181  eter = stripClusters->end(false);
182  iter != eter;
183  ++iter) {
184  if (!(*iter).isValid())
185  continue;
186  uint32_t detid = iter->id();
187  DetId detId(detid);
188  edmNew::DetSet<SiStripCluster> link_strip = (*iter);
189  for (edmNew::DetSet<SiStripCluster>::const_iterator di = link_strip.begin(); di != link_strip.end(); di++) {
190  const SiStripCluster& cluster = (*di);
192 
193  std::set<std::pair<uint32_t, EncodedEventId> > simTkIds;
194  int first = cluster.firstStrip();
195  int last = first + cluster.amplitudes().size();
196 
197  for (int istr = first; istr < last; ++istr) {
198  std::vector<std::pair<uint32_t, EncodedEventId> > trkid(
199  getSimTrackId<StripDigiSimLink>(sistripSimLinks, detId, istr));
200  if (trkid.empty())
201  continue;
202  simTkIds.insert(trkid.begin(), trkid.end());
203  }
204  for (std::set<std::pair<uint32_t, EncodedEventId> >::const_iterator iset = simTkIds.begin();
205  iset != simTkIds.end();
206  iset++) {
207  auto ipos = mapping.find(*iset);
208  if (ipos != mapping.end()) {
209  //std::cout << "cluster in detid: " << detid << " from tp: " << ipos->second.key() << " " << iset->first << std::endl;
210  clusterTPList->emplace_back(OmniClusterRef(c_ref), ipos->second);
211  }
212  }
213  }
214  }
215  }
216 
217  if (foundPhase2OTClusters) {
218  // Phase2 Clusters
219  clusterTPList->addKeyID(phase2OTClusters.id());
220  if (phase2OTClusters.isValid()) {
222  eter = phase2OTClusters->end(false);
223  iter != eter;
224  ++iter) {
225  if (!(*iter).isValid())
226  continue;
227  uint32_t detid = iter->id();
228  DetId detId(detid);
229  edmNew::DetSet<Phase2TrackerCluster1D> link_phase2 = (*iter);
230  for (edmNew::DetSet<Phase2TrackerCluster1D>::const_iterator di = link_phase2.begin(); di != link_phase2.end();
231  di++) {
232  const Phase2TrackerCluster1D& cluster = (*di);
235 
236  std::set<std::pair<uint32_t, EncodedEventId> > simTkIds;
237 
238  for (unsigned int istr(0); istr < cluster.size(); ++istr) {
239  uint32_t channel = Phase2TrackerDigi::pixelToChannel(cluster.firstRow() + istr, cluster.column());
240  std::vector<std::pair<uint32_t, EncodedEventId> > trkid(
241  getSimTrackId<PixelDigiSimLink>(siphase2OTSimLinks, detId, channel));
242  if (trkid.empty())
243  continue;
244  simTkIds.insert(trkid.begin(), trkid.end());
245  }
246 
247  for (std::set<std::pair<uint32_t, EncodedEventId> >::const_iterator iset = simTkIds.begin();
248  iset != simTkIds.end();
249  iset++) {
250  auto ipos = mapping.find(*iset);
251  if (ipos != mapping.end()) {
252  clusterTPList->emplace_back(OmniClusterRef(c_ref), ipos->second);
253  }
254  }
255  }
256  }
257  }
258  }
259  clusterTPList->sortAndUnique();
260  iEvent.put(std::move(clusterTPList));
261 }

References SiStripCluster::amplitudes(), edmNew::DetSet< T >::begin(), Phase2TrackerCluster1D::column(), runTauDisplay::eid, edmNew::DetSet< T >::end(), dqmdumpme::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(), HLT_2018_cff::stripClusters, stripClustersToken_, and trackingParticleToken_.

Member Data Documentation

◆ phase2OTClustersToken_

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

Definition at line 54 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ pixelClustersToken_

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

Definition at line 52 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ siphase2OTSimLinksToken_

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

Definition at line 51 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ sipixelSimLinksToken_

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

Definition at line 49 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ sistripSimLinksToken_

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

Definition at line 50 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ stripClustersToken_

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

Definition at line 53 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

◆ trackingParticleToken_

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

Definition at line 55 of file ClusterTPAssociationProducer.cc.

Referenced by produce().

ClusterTPAssociationProducer::stripClustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > stripClustersToken_
Definition: ClusterTPAssociationProducer.cc:53
edm::DetSet::push_back
void push_back(const T &t)
Definition: DetSet.h:66
edm::DetSetVector
Definition: DetSetVector.h:61
SiPixelCluster::minPixelCol
int minPixelCol() const
Definition: SiPixelCluster.h:140
edm::ParameterSetDescription::add
ParameterDescriptionBase * add(U const &iLabel, T const &value)
Definition: ParameterSetDescription.h:95
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
edm::DetSet
Definition: DetSet.h:23
ClusterTPAssociationProducer::trackingParticleToken_
edm::EDGetTokenT< TrackingParticleCollection > trackingParticleToken_
Definition: ClusterTPAssociationProducer.cc:55
SiPixelCluster::maxPixelCol
int maxPixelCol() const
Definition: SiPixelCluster.h:141
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:735
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
edmNew::DetSetVector::const_iterator
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
Definition: DetSetVectorNew.h:231
Phase2TrackerCluster1D::firstRow
unsigned int firstRow() const
Definition: Phase2TrackerCluster1D.h:24
SiPixelCluster::maxPixelRow
int maxPixelRow() const
Definition: SiPixelCluster.h:139
ClusterTPAssociationProducer::sipixelSimLinksToken_
edm::EDGetTokenT< edm::DetSetVector< PixelDigiSimLink > > sipixelSimLinksToken_
Definition: ClusterTPAssociationProducer.cc:49
SiPixelCluster
Pixel cluster – collection of neighboring pixels above threshold.
Definition: SiPixelCluster.h:27
edm::Handle
Definition: AssociativeIterator.h:50
OmniClusterRef
Definition: OmniClusterRef.h:12
dqmdumpme.first
first
Definition: dqmdumpme.py:55
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:38
EncodedEventId
Definition: EncodedEventId.h:11
DetId
Definition: DetId.h:17
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:138
HLT_2018_cff.stripClusters
stripClusters
Definition: HLT_2018_cff.py:8683
edmNew::DetSet
Definition: DetSetNew.h:22
HLT_2018_cff.InputTag
InputTag
Definition: HLT_2018_cff.py:79016
ClusterTPAssociationProducer::sistripSimLinksToken_
edm::EDGetTokenT< edm::DetSetVector< StripDigiSimLink > > sistripSimLinksToken_
Definition: ClusterTPAssociationProducer.cc:50
SiStripCluster::amplitudes
const std::vector< uint8_t > & amplitudes() const
Definition: SiStripCluster.h:51
iEvent
int iEvent
Definition: GenABIO.cc:224
runTauDisplay.eid
eid
Definition: runTauDisplay.py:298
edmNew::DetSet::begin
iterator begin()
Definition: DetSetNew.h:54
looper.cfg
cfg
Definition: looper.py:297
ClusterTPAssociationProducer::phase2OTClustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< Phase2TrackerCluster1D > > phase2OTClustersToken_
Definition: ClusterTPAssociationProducer.cc:54
edmNew::DetSetVector
Definition: DetSetNew.h:13
eostools.move
def move(src, dest)
Definition: eostools.py:511
ClusterTPAssociationProducer::pixelClustersToken_
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > pixelClustersToken_
Definition: ClusterTPAssociationProducer.cc:52
edm::DetSet::data
collection_type data
Definition: DetSet.h:80
Phase2TrackerCluster1D::size
uint16_t size() const
Definition: Phase2TrackerCluster1D.h:27
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:126
SiStripCluster
Definition: SiStripCluster.h:9
taus_updatedMVAIds_cff.mapping
mapping
Definition: taus_updatedMVAIds_cff.py:28
edm::InputTag
Definition: InputTag.h:15
edmNew::DetSet::const_iterator
const data_type * const_iterator
Definition: DetSetNew.h:31
edm::DetSet::const_iterator
collection_type::const_iterator const_iterator
Definition: DetSet.h:31
ClusterTPAssociationProducer::siphase2OTSimLinksToken_
edm::EDGetTokenT< edm::DetSetVector< PixelDigiSimLink > > siphase2OTSimLinksToken_
Definition: ClusterTPAssociationProducer.cc:51