CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
OverlapProblemTPAnalyzer Class Reference

#include <DebugTools/OverlapProblem/plugins/OverlapProblemTPAnalyzer.cc>

Inheritance diagram for OverlapProblemTPAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 OverlapProblemTPAnalyzer (const edm::ParameterSet &)
 
 ~OverlapProblemTPAnalyzer () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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::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)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginRun (const edm::Run &, const edm::EventSetup &) override
 
void endRun (const edm::Run &, const edm::EventSetup &) override
 

Private Attributes

edm::EDGetTokenT< reco::TrackToTrackingParticleAssociatorm_associatorToken
 
std::vector< TH1F * > m_assosimhitytecr
 
TH1F * m_etatp
 
TH1F * m_llbit
 
TH1F * m_nassotk
 
TH1F * m_nhits
 
TH1F * m_nrechits
 
TH2F * m_nrecvssimhits
 
TH1F * m_pdgid
 
TH1F * m_ptp
 
std::vector< TH1F * > m_simhitytecr
 
TH1F * m_statustp
 
edm::EDGetTokenT< TrackingParticleCollectionm_tpcollToken
 
edm::EDGetTokenT< edm::View< reco::Track > > m_trkcollToken
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 58 of file OverlapProblemTPAnalyzer.cc.

Constructor & Destructor Documentation

◆ OverlapProblemTPAnalyzer()

OverlapProblemTPAnalyzer::OverlapProblemTPAnalyzer ( const edm::ParameterSet iConfig)
explicit

Definition at line 99 of file OverlapProblemTPAnalyzer.cc.

100  : m_simhitytecr(),
103  consumes<TrackingParticleCollection>(iConfig.getParameter<edm::InputTag>("trackingParticlesCollection"))),
105  m_associatorToken(consumes<reco::TrackToTrackingParticleAssociator>(edm::InputTag("trackAssociatorByHits"))) {
106  //now do what ever initialization is needed
107 
109 
110  m_ptp = tfserv->make<TH1F>("tpmomentum", "Tracking Particle momentum", 100, 0., 200.);
111  m_etatp = tfserv->make<TH1F>("tpeta", "Tracking Particle pseudorapidity", 100, -4., 4.);
112  m_nhits = tfserv->make<TH1F>("nhits", "Tracking Particle associated hits", 100, -0.5, 99.5);
113  m_nrechits = tfserv->make<TH1F>("nrechits", "Tracking Particle associated rec hits", 100, -0.5, 99.5);
114  m_nrecvssimhits = tfserv->make<TH2F>(
115  "nrecvssimhits", "Tracking Particle associated rec hits vs sim hits", 100, -0.5, 99.5, 100, -0.5, 99.5);
116  m_nassotk = tfserv->make<TH1F>("nassotk", "Number of assocated reco tracks", 10, -0.5, 9.5);
117 
118  m_pdgid = tfserv->make<TH1F>("pdgid", "Tracking Particle PDG id", 1000, -500.5, 499.5);
119  m_llbit = tfserv->make<TH1F>("llbit", "Tracking Particle LongLived bit", 2, -0.5, 1.5);
120  m_statustp = tfserv->make<TH1F>("statustp", "Tracking Particle status", 2000, -1000.5, 999.5);
121 
122  for (unsigned int ring = 0; ring < 7; ++ring) {
123  char name[100];
124  char title[100];
125 
126  sprintf(name, "simytecr_%d", ring + 1);
127  sprintf(title, "SimHit local Y TEC ring %d", ring + 1);
128 
129  m_simhitytecr.push_back(tfserv->make<TH1F>(name, title, 200, -20., 20.));
130 
131  sprintf(name, "assosimytecr_%d", ring + 1);
132  sprintf(title, "SimHit local Y TEC ring %d with associated RecHit", ring + 1);
133 
134  m_assosimhitytecr.push_back(tfserv->make<TH1F>(name, title, 200, -20., 20.));
135  }
136 }

References m_assosimhitytecr, m_etatp, m_llbit, m_nassotk, m_nhits, m_nrechits, m_nrecvssimhits, m_pdgid, m_ptp, m_simhitytecr, m_statustp, TFileService::make(), Skims_PA_cff::name, relativeConstraints::ring, and runGCPTkAlMap::title.

◆ ~OverlapProblemTPAnalyzer()

OverlapProblemTPAnalyzer::~OverlapProblemTPAnalyzer ( )
override

Definition at line 138 of file OverlapProblemTPAnalyzer.cc.

138  {
139  // do anything here that needs to be done at desctruction time
140  // (e.g. close files, deallocate resources etc.)
141 }

Member Function Documentation

◆ analyze()

void OverlapProblemTPAnalyzer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 148 of file OverlapProblemTPAnalyzer.cc.

148  {
149  using namespace edm;
150 
151  // reco track Handle
152 
153  // Handle<reco::TrackCollection> trkcoll;
155  iEvent.getByToken(m_trkcollToken, trkcoll);
156 
158  iEvent.getByToken(m_tpcollToken, tpcoll);
159 
161  iEvent.getByToken(m_associatorToken, tahandle);
162 
163  // associate reco to sim tracks
164 
165  reco::SimToRecoCollection srcoll = tahandle->associateSimToReco(trkcoll, tpcoll);
166 
167  // loop on Handle with index and use find
168 
169  for (unsigned int index = 0; index != tpcoll->size(); ++index) {
170  // get TrackingParticleRef
171 
172  const TrackingParticleRef tp(tpcoll, index);
173 
174  if (std::abs(tp->pdgId()) != 13)
175  continue;
176 
177  // get the SimHIt from tracker only
178 
179  // Commented since the new TP's do not have this method
180  // std::vector<PSimHit> tksimhits = tp->trackPSimHit(DetId::Tracker);
181 
182  m_ptp->Fill(tp->p());
183  m_etatp->Fill(tp->eta());
184  // m_nhits->Fill(tp->matchedHit());
185  // With the new Tracking Particles I have to use a different method
186  // m_nhits->Fill(tksimhits.size());
187  m_nhits->Fill(tp->numberOfTrackerHits());
188 
189  m_pdgid->Fill(tp->pdgId());
190  m_llbit->Fill(tp->longLived());
191  m_statustp->Fill(tp->status());
192 
193  // prepare a vector of TrackingRecHit from the associated reco tracks
194 
195  std::vector<DetId> rechits;
196 
197  // look at associated tracks
198 
199  if (srcoll.find(tp) != srcoll.end()) {
201  m_nassotk->Fill(trks.size());
202 
203  // loop on associated tracks and fill TrackingRecHit vector
204  for (reco::SimToRecoCollection::result_type::const_iterator trk = trks.begin(); trk != trks.end(); ++trk) {
205  for (trackingRecHit_iterator rh = trk->first->recHitsBegin(); rh != trk->first->recHitsEnd(); ++rh) {
206  rechits.push_back((*rh)->geographicalId());
207  }
208  }
209 
210  } else {
211  m_nassotk->Fill(0.);
212  edm::LogInfo("NoAssociatedRecoTrack")
213  << "No associated reco track for TP with p = " << tp->p() << " and eta = " << tp->eta();
214  }
215 
216  m_nrechits->Fill(rechits.size());
217  // new method used to be compliant with the new TP's
218  m_nrecvssimhits->Fill(tp->numberOfTrackerHits(), rechits.size());
219 
220  LogDebug("RecHitDetId") << "List of " << rechits.size() << " rechits detid from muon with p = " << tp->p()
221  << "and eta = " << tp->eta();
222  for (unsigned int i = 0; i < rechits.size(); ++i) {
223  LogTrace("RecHitDetId") << rechits[i].rawId();
224  }
225 
226  // loop on sim hits
227 
228  LogDebug("SimHitDetId") << "List of " << tp->numberOfTrackerHits()
229  << " simhits detid from muon with p = " << tp->p() << "and eta = " << tp->eta();
230  }
231 }

References funct::abs(), reco::TrackToTrackingParticleAssociator::associateSimToReco(), edm::AssociationMap< Tag >::end(), edm::AssociationMap< Tag >::find(), mps_fire::i, iEvent, LogDebug, LogTrace, m_associatorToken, m_etatp, m_llbit, m_nassotk, m_nhits, m_nrechits, m_nrecvssimhits, m_pdgid, m_ptp, m_statustp, m_tpcollToken, m_trkcollToken, HI_PhotonSkim_cff::rechits, and cmsswSequenceInfo::tp.

◆ beginRun()

void OverlapProblemTPAnalyzer::beginRun ( const edm::Run iRun,
const edm::EventSetup  
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 233 of file OverlapProblemTPAnalyzer.cc.

233 {}

◆ endRun()

void OverlapProblemTPAnalyzer::endRun ( const edm::Run iRun,
const edm::EventSetup  
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 235 of file OverlapProblemTPAnalyzer.cc.

235 {}

Member Data Documentation

◆ m_associatorToken

edm::EDGetTokenT<reco::TrackToTrackingParticleAssociator> OverlapProblemTPAnalyzer::m_associatorToken
private

Definition at line 85 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze().

◆ m_assosimhitytecr

std::vector<TH1F*> OverlapProblemTPAnalyzer::m_assosimhitytecr
private

Definition at line 81 of file OverlapProblemTPAnalyzer.cc.

Referenced by OverlapProblemTPAnalyzer().

◆ m_etatp

TH1F* OverlapProblemTPAnalyzer::m_etatp
private

Definition at line 71 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_llbit

TH1F* OverlapProblemTPAnalyzer::m_llbit
private

Definition at line 77 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_nassotk

TH1F* OverlapProblemTPAnalyzer::m_nassotk
private

Definition at line 75 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_nhits

TH1F* OverlapProblemTPAnalyzer::m_nhits
private

Definition at line 72 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_nrechits

TH1F* OverlapProblemTPAnalyzer::m_nrechits
private

Definition at line 73 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_nrecvssimhits

TH2F* OverlapProblemTPAnalyzer::m_nrecvssimhits
private

Definition at line 74 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_pdgid

TH1F* OverlapProblemTPAnalyzer::m_pdgid
private

Definition at line 76 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_ptp

TH1F* OverlapProblemTPAnalyzer::m_ptp
private

Definition at line 70 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_simhitytecr

std::vector<TH1F*> OverlapProblemTPAnalyzer::m_simhitytecr
private

Definition at line 80 of file OverlapProblemTPAnalyzer.cc.

Referenced by OverlapProblemTPAnalyzer().

◆ m_statustp

TH1F* OverlapProblemTPAnalyzer::m_statustp
private

Definition at line 78 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze(), and OverlapProblemTPAnalyzer().

◆ m_tpcollToken

edm::EDGetTokenT<TrackingParticleCollection> OverlapProblemTPAnalyzer::m_tpcollToken
private

Definition at line 83 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze().

◆ m_trkcollToken

edm::EDGetTokenT<edm::View<reco::Track> > OverlapProblemTPAnalyzer::m_trkcollToken
private

Definition at line 84 of file OverlapProblemTPAnalyzer.cc.

Referenced by analyze().

OverlapProblemTPAnalyzer::m_assosimhitytecr
std::vector< TH1F * > m_assosimhitytecr
Definition: OverlapProblemTPAnalyzer.cc:81
OverlapProblemTPAnalyzer::m_trkcollToken
edm::EDGetTokenT< edm::View< reco::Track > > m_trkcollToken
Definition: OverlapProblemTPAnalyzer.cc:84
runGCPTkAlMap.title
string title
Definition: runGCPTkAlMap.py:94
edm::AssociationMap::find
const_iterator find(const key_type &k) const
find element with specified reference key
Definition: AssociationMap.h:173
mps_fire.i
i
Definition: mps_fire.py:428
OverlapProblemTPAnalyzer::m_etatp
TH1F * m_etatp
Definition: OverlapProblemTPAnalyzer.cc:71
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
edm::Handle
Definition: AssociativeIterator.h:50
OverlapProblemTPAnalyzer::m_pdgid
TH1F * m_pdgid
Definition: OverlapProblemTPAnalyzer.cc:76
edm::Ref< TrackingParticleCollection >
OverlapProblemTPAnalyzer::m_nhits
TH1F * m_nhits
Definition: OverlapProblemTPAnalyzer.cc:72
edm::AssociationMap::end
const_iterator end() const
last iterator over the map (read only)
Definition: AssociationMap.h:171
edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double > >::result_type
value_type::value_type result_type
type return by operator[]
Definition: AssociationMap.h:71
HI_PhotonSkim_cff.rechits
rechits
Definition: HI_PhotonSkim_cff.py:76
OverlapProblemTPAnalyzer::m_nrecvssimhits
TH2F * m_nrecvssimhits
Definition: OverlapProblemTPAnalyzer.cc:74
cmsswSequenceInfo.tp
tp
Definition: cmsswSequenceInfo.py:17
edm::OwnVector::const_iterator
Definition: OwnVector.h:41
edm::View
Definition: CaloClusterFwd.h:14
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:223
edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double > >
OverlapProblemTPAnalyzer::m_tpcollToken
edm::EDGetTokenT< TrackingParticleCollection > m_tpcollToken
Definition: OverlapProblemTPAnalyzer.cc:83
edm::Service< TFileService >
iEvent
int iEvent
Definition: GenABIO.cc:224
OverlapProblemTPAnalyzer::m_nassotk
TH1F * m_nassotk
Definition: OverlapProblemTPAnalyzer.cc:75
OverlapProblemTPAnalyzer::m_nrechits
TH1F * m_nrechits
Definition: OverlapProblemTPAnalyzer.cc:73
relativeConstraints.ring
ring
Definition: relativeConstraints.py:68
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
OverlapProblemTPAnalyzer::m_statustp
TH1F * m_statustp
Definition: OverlapProblemTPAnalyzer.cc:78
reco::TrackToTrackingParticleAssociator::associateSimToReco
reco::SimToRecoCollection associateSimToReco(const edm::Handle< edm::View< reco::Track >> &tCH, const edm::Handle< TrackingParticleCollection > &tPCH) const
Definition: TrackToTrackingParticleAssociator.h:71
AlignmentPI::index
index
Definition: AlignmentPayloadInspectorHelper.h:46
funct::abs
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
LogTrace
#define LogTrace(id)
Definition: MessageLogger.h:224
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:153
OverlapProblemTPAnalyzer::m_ptp
TH1F * m_ptp
Definition: OverlapProblemTPAnalyzer.cc:70
edm::InputTag
Definition: InputTag.h:15
TFileService::make
T * make(const Args &... args) const
make new ROOT object
Definition: TFileService.h:64
OverlapProblemTPAnalyzer::m_associatorToken
edm::EDGetTokenT< reco::TrackToTrackingParticleAssociator > m_associatorToken
Definition: OverlapProblemTPAnalyzer.cc:85
OverlapProblemTPAnalyzer::m_simhitytecr
std::vector< TH1F * > m_simhitytecr
Definition: OverlapProblemTPAnalyzer.cc:80
OverlapProblemTPAnalyzer::m_llbit
TH1F * m_llbit
Definition: OverlapProblemTPAnalyzer.cc:77