CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Private Attributes
PatTrackAnalyzer Class Reference
Inheritance diagram for PatTrackAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

Classes

struct  Plots
 

Public Member Functions

void analyze (const edm::Event &event, const edm::EventSetup &es) override
 
void beginJob () override
 
 PatTrackAnalyzer (const edm::ParameterSet &params)
 constructor and destructor More...
 
 ~PatTrackAnalyzer () 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 Attributes

edm::EDGetTokenT< reco::BeamSpotbeamSpotToken_
 
std::vector< Plotsplots_
 
std::vector< std::string > qualities_
 
edm::EDGetTokenT< pat::MuonCollectionsrcMuonsToken_
 
edm::EDGetTokenT< edm::View< reco::Track > > srcTracksToken_
 

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

Definition at line 25 of file PatTrackAnalyzer.cc.

Constructor & Destructor Documentation

◆ PatTrackAnalyzer()

PatTrackAnalyzer::PatTrackAnalyzer ( const edm::ParameterSet params)

constructor and destructor

Definition at line 60 of file PatTrackAnalyzer.cc.

62  srcMuonsToken_(mayConsume<pat::MuonCollection>(params.getParameter<edm::InputTag>("src"))),
63  beamSpotToken_(consumes<reco::BeamSpot>(params.getParameter<edm::InputTag>("beamSpot"))),
64  qualities_(params.getParameter<std::vector<std::string> >("qualities")) {}

◆ ~PatTrackAnalyzer()

PatTrackAnalyzer::~PatTrackAnalyzer ( )
override

Definition at line 66 of file PatTrackAnalyzer.cc.

66 {}

Member Function Documentation

◆ analyze()

void PatTrackAnalyzer::analyze ( const edm::Event event,
const edm::EventSetup es 
)
overridevirtual

Implements edm::EDAnalyzer.

Definition at line 112 of file PatTrackAnalyzer.cc.

112  {
113  // handles to kinds of data we might want to read
115  edm::Handle<edm::View<reco::Track> > tracksHandle;
117 
118  // read the beam spot
119  event.getByToken(beamSpotToken_, beamSpot);
120 
121  // our internal copy of track points
122  // (we need this in order to able to simultaneously access tracks
123  // directly or embedded in PAT objects, like muons, normally you
124  // would iterate over the handle directly)
125  std::vector<const reco::Track *> tracks;
126 
127  event.getByToken(srcTracksToken_, tracksHandle);
128  if (tracksHandle.isValid()) {
129  // framework was able to read the collection as a view of
130  // tracks, no copy them to our "tracks" variable
131  for (edm::View<reco::Track>::const_iterator iter = tracksHandle->begin(); iter != tracksHandle->end(); ++iter)
132  tracks.push_back(&*iter);
133  } else {
134  // does not exist or is not a track collection
135  // let's assume it is a collection of PAT muons
136  event.getByToken(srcMuonsToken_, muonsHandle);
137 
138  // and copy them over
139  // NOTE: We are using ->globalTrack() here
140  // This means we are using the global fit over both
141  // the inner tracker and the muon stations!
142  // other alternatives are: innerTrack(), outerTrack()
143  for (pat::MuonCollection::const_iterator iter = muonsHandle->begin(); iter != muonsHandle->end(); ++iter) {
144  reco::TrackRef track = iter->globalTrack();
145  // the muon might not be a "global" muon
146  if (track.isNonnull())
147  tracks.push_back(&*track);
148  }
149  }
150 
151  // we are done filling the tracks into our "tracks" vector.
152  // now analyze them, once for each track quality category
153 
154  unsigned int nQualities = qualities_.size();
155  for (unsigned int i = 0; i < nQualities; ++i) {
156  // we convert the quality flag from its name as a string
157  // to the enumeration value used by the tracking code
158  // (which is essentially an integer number)
160 
161  // our set of plots
162  Plots &plots = plots_[i];
163 
164  // now loop over the tracks
165  for (std::vector<const reco::Track *>::const_iterator iter = tracks.begin(); iter != tracks.end(); ++iter) {
166  // this is our track
167  const reco::Track &track = **iter;
168 
169  // ignore tracks that fail the quality cut
170  if (!track.quality(quality))
171  continue;
172 
173  // and fill all the plots
174  plots.eta->Fill(track.eta());
175  plots.phi->Fill(track.phi());
176 
177  plots.pt->Fill(track.pt());
178  plots.ptErr->Fill(track.ptError());
179 
180  plots.invPt->Fill(track.qoverp());
181  plots.invPtErr->Fill(track.qoverpError());
182 
183  // the transverse IP is taken with respect to
184  // the beam spot instead of (0, 0)
185  // because the beam spot in CMS is not at (0, 0)
186  plots.d0->Fill(track.dxy(beamSpot->position()));
187  plots.d0Err->Fill(track.dxyError());
188 
189  plots.nHits->Fill(track.numberOfValidHits());
190 
191  // the hit pattern contains information about
192  // which modules of the detector have been hit
193  const reco::HitPattern &hits = track.hitPattern();
194 
195  double absEta = std::abs(track.eta());
196  // now fill the number of hits in a layer depending on eta
197  plots.pxbHitsEta->Fill(absEta, hits.numberOfValidPixelBarrelHits());
198  plots.pxeHitsEta->Fill(absEta, hits.numberOfValidPixelEndcapHits());
199  plots.tibHitsEta->Fill(absEta, hits.numberOfValidStripTIBHits());
200  plots.tobHitsEta->Fill(absEta, hits.numberOfValidStripTOBHits());
201  plots.tidHitsEta->Fill(absEta, hits.numberOfValidStripTIDHits());
202  plots.tecHitsEta->Fill(absEta, hits.numberOfValidStripTECHits());
203  }
204  }
205 }

References funct::abs(), pwdgSkimBPark_cfi::beamSpot, beamSpotToken_, hfClusterShapes_cfi::hits, mps_fire::i, edm::HandleBase::isValid(), HLTObjectsMonitor_cfi::plots, plots_, qualities_, qcdUeDQM_cfi::quality, reco::TrackBase::qualityByName(), srcMuonsToken_, srcTracksToken_, HLT_FULL_cff::track, and PDWG_EXOHSCP_cff::tracks.

◆ beginJob()

void PatTrackAnalyzer::beginJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 68 of file PatTrackAnalyzer.cc.

68  {
69  // retrieve handle to auxiliary service
70  // used for storing histograms into ROOT file
72 
73  // now book the histograms, for each category
74  unsigned int nQualities = qualities_.size();
75 
76  plots_.resize(nQualities);
77 
78  for (unsigned int i = 0; i < nQualities; ++i) {
79  // the name of the quality flag
80  const char *quality = qualities_[i].c_str();
81 
82  // the set of plots
83  Plots &plots = plots_[i];
84 
85  plots.eta = fs->make<TH1F>(Form("eta_%s", quality), Form("track \\eta (%s)", quality), 100, -3, 3);
86  plots.phi = fs->make<TH1F>(Form("phi_%s", quality), Form("track \\phi (%s)", quality), 100, -M_PI, +M_PI);
87  plots.pt = fs->make<TH1F>(Form("pt_%s", quality), Form("track p_{T} (%s)", quality), 100, 0, 10);
88  plots.ptErr = fs->make<TH1F>(Form("ptErr_%s", quality), Form("track p_{T} error (%s)", quality), 100, 0, 1);
89  plots.invPt = fs->make<TH1F>(Form("invPt_%s", quality), Form("track 1/p_{T} (%s)", quality), 100, -5, 5);
90  plots.invPtErr =
91  fs->make<TH1F>(Form("invPtErr_%s", quality), Form("track 1/p_{T} error (%s)", quality), 100, 0, 0.1);
92  plots.d0 = fs->make<TH1F>(Form("d0_%s", quality), Form("track d0 (%s)", quality), 100, 0, 0.1);
93  plots.d0Err = fs->make<TH1F>(Form("d0Err_%s", quality), Form("track d0 error (%s)", quality), 100, 0, 0.1);
94  plots.nHits =
95  fs->make<TH1F>(Form("nHits_%s", quality), Form("track number of total hits (%s)", quality), 60, 0, 60);
96 
97  plots.pxbHitsEta =
98  fs->make<TProfile>(Form("pxbHitsEta_%s", quality), Form("#hits in Pixel Barrel (%s)", quality), 100, 0, 3);
99  plots.pxeHitsEta =
100  fs->make<TProfile>(Form("pxeHitsEta_%s", quality), Form("#hits in Pixel Endcap (%s)", quality), 100, 0, 3);
101  plots.tibHitsEta = fs->make<TProfile>(
102  Form("tibHitsEta_%s", quality), Form("#hits in Tracker Inner Barrel (%s)", quality), 100, 0, 3);
103  plots.tobHitsEta = fs->make<TProfile>(
104  Form("tobHitsEta_%s", quality), Form("#hits in Tracker Outer Barrel (%s)", quality), 100, 0, 3);
105  plots.tidHitsEta = fs->make<TProfile>(
106  Form("tidHitsEta_%s", quality), Form("#hits in Tracker Inner Disk (%s)", quality), 100, 0, 3);
107  plots.tecHitsEta =
108  fs->make<TProfile>(Form("tecHitsEta_%s", quality), Form("#hits in Tracker Endcap (%s)", quality), 100, 0, 3);
109  }
110 }

References mps_fire::i, M_PI, TFileService::make(), HLTObjectsMonitor_cfi::plots, plots_, qualities_, and qcdUeDQM_cfi::quality.

Member Data Documentation

◆ beamSpotToken_

edm::EDGetTokenT<reco::BeamSpot> PatTrackAnalyzer::beamSpotToken_
private

Definition at line 39 of file PatTrackAnalyzer.cc.

Referenced by analyze().

◆ plots_

std::vector<Plots> PatTrackAnalyzer::plots_
private

Definition at line 57 of file PatTrackAnalyzer.cc.

Referenced by analyze(), and beginJob().

◆ qualities_

std::vector<std::string> PatTrackAnalyzer::qualities_
private

Definition at line 42 of file PatTrackAnalyzer.cc.

Referenced by analyze(), and beginJob().

◆ srcMuonsToken_

edm::EDGetTokenT<pat::MuonCollection> PatTrackAnalyzer::srcMuonsToken_
private

Definition at line 38 of file PatTrackAnalyzer.cc.

Referenced by analyze().

◆ srcTracksToken_

edm::EDGetTokenT<edm::View<reco::Track> > PatTrackAnalyzer::srcTracksToken_
private

Definition at line 37 of file PatTrackAnalyzer.cc.

Referenced by analyze().

PDWG_EXOHSCP_cff.tracks
tracks
Definition: PDWG_EXOHSCP_cff.py:28
mps_fire.i
i
Definition: mps_fire.py:428
PatTrackAnalyzer::srcTracksToken_
edm::EDGetTokenT< edm::View< reco::Track > > srcTracksToken_
Definition: PatTrackAnalyzer.cc:37
pwdgSkimBPark_cfi.beamSpot
beamSpot
Definition: pwdgSkimBPark_cfi.py:5
HLT_FULL_cff.track
track
Definition: HLT_FULL_cff.py:11713
hfClusterShapes_cfi.hits
hits
Definition: hfClusterShapes_cfi.py:5
CalibrationSummaryClient_cfi.params
params
Definition: CalibrationSummaryClient_cfi.py:14
reco::TrackBase::TrackQuality
TrackQuality
track quality
Definition: TrackBase.h:150
edm::Handle< reco::BeamSpot >
heavyFlavorValidationHarvestingSequence_cff.Plots
Plots
Definition: heavyFlavorValidationHarvestingSequence_cff.py:109
edm::Ref< TrackCollection >
reco::HitPattern
Definition: HitPattern.h:147
PatTrackAnalyzer::beamSpotToken_
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
Definition: PatTrackAnalyzer.cc:39
edm::EDConsumerBase::mayConsume
EDGetTokenT< ProductType > mayConsume(edm::InputTag const &tag)
Definition: EDConsumerBase.h:173
reco::Track
Definition: Track.h:27
edm::View
Definition: CaloClusterFwd.h:14
HLTObjectsMonitor_cfi.plots
plots
Definition: HLTObjectsMonitor_cfi.py:17
PatTrackAnalyzer::srcMuonsToken_
edm::EDGetTokenT< pat::MuonCollection > srcMuonsToken_
Definition: PatTrackAnalyzer.cc:38
edm::Service< TFileService >
M_PI
#define M_PI
Definition: BXVectorInputProducer.cc:49
reco::TrackBase::qualityByName
static TrackQuality qualityByName(const std::string &name)
Definition: TrackBase.cc:126
qcdUeDQM_cfi.quality
quality
Definition: qcdUeDQM_cfi.py:31
PatTrackAnalyzer::qualities_
std::vector< std::string > qualities_
Definition: PatTrackAnalyzer.cc:42
PatTrackAnalyzer::plots_
std::vector< Plots > plots_
Definition: PatTrackAnalyzer.cc:57
edm::View::const_iterator
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:86
funct::abs
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
edm::HandleBase::isValid
bool isValid() const
Definition: HandleBase.h:70
edm::InputTag
Definition: InputTag.h:15
TFileService::make
T * make(const Args &... args) const
make new ROOT object
Definition: TFileService.h:64