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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
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 wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, 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)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 25 of file PatTrackAnalyzer.cc.

Constructor & Destructor Documentation

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")) {}
T getParameter(std::string const &) const
std::vector< std::string > qualities_
edm::EDGetTokenT< pat::MuonCollection > srcMuonsToken_
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
edm::EDGetTokenT< edm::View< reco::Track > > srcTracksToken_
EDGetTokenT< ProductType > mayConsume(edm::InputTag const &tag)
PatTrackAnalyzer::~PatTrackAnalyzer ( )
override

Definition at line 66 of file PatTrackAnalyzer.cc.

66 {}

Member Function Documentation

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

Definition at line 112 of file PatTrackAnalyzer.cc.

References funct::abs(), pwdgSkimBPark_cfi::beamSpot, beamSpotToken_, PatTrackAnalyzer::Plots::d0, PatTrackAnalyzer::Plots::d0Err, DEFINE_FWK_MODULE, reco::TrackBase::dxy(), reco::TrackBase::dxyError(), PatTrackAnalyzer::Plots::eta, reco::TrackBase::eta(), reco::TrackBase::hitPattern(), hfClusterShapes_cfi::hits, mps_fire::i, PatTrackAnalyzer::Plots::invPt, PatTrackAnalyzer::Plots::invPtErr, edm::Ref< C, T, F >::isNonnull(), edm::HandleBase::isValid(), PatTrackAnalyzer::Plots::nHits, reco::TrackBase::numberOfValidHits(), reco::HitPattern::numberOfValidPixelBarrelHits(), reco::HitPattern::numberOfValidPixelEndcapHits(), reco::HitPattern::numberOfValidStripTECHits(), reco::HitPattern::numberOfValidStripTIBHits(), reco::HitPattern::numberOfValidStripTIDHits(), reco::HitPattern::numberOfValidStripTOBHits(), PatTrackAnalyzer::Plots::phi, reco::TrackBase::phi(), HLTObjectsMonitor_cfi::plots, plots_, reco::BeamSpot::position(), PatTrackAnalyzer::Plots::pt, reco::TrackBase::pt(), PatTrackAnalyzer::Plots::ptErr, reco::TrackBase::ptError(), PatTrackAnalyzer::Plots::pxbHitsEta, PatTrackAnalyzer::Plots::pxeHitsEta, reco::TrackBase::qoverp(), reco::TrackBase::qoverpError(), qualities_, qcdUeDQM_cfi::quality, reco::TrackBase::quality(), reco::TrackBase::qualityByName(), srcMuonsToken_, srcTracksToken_, PatTrackAnalyzer::Plots::tecHitsEta, PatTrackAnalyzer::Plots::tibHitsEta, PatTrackAnalyzer::Plots::tidHitsEta, PatTrackAnalyzer::Plots::tobHitsEta, HLT_2018_cff::track, and PDWG_EXOHSCP_cff::tracks.

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 }
double qoverp() const
q / p
Definition: TrackBase.h:578
bool isNonnull() const
Checks for non-null.
Definition: Ref.h:238
TrackQuality
track quality
Definition: TrackBase.h:150
double dxyError() const
error on dxy
Definition: TrackBase.h:716
std::vector< Plots > plots_
std::vector< std::string > qualities_
edm::EDGetTokenT< pat::MuonCollection > srcMuonsToken_
double phi() const
azimuthal angle of momentum vector
Definition: TrackBase.h:614
int numberOfValidStripTOBHits() const
Definition: HitPattern.h:825
double eta() const
pseudorapidity of momentum vector
Definition: TrackBase.h:617
int numberOfValidPixelBarrelHits() const
Definition: HitPattern.h:805
double pt() const
track transverse momentum
Definition: TrackBase.h:602
double ptError() const
error on Pt (set to 1000 TeV if charge==0 for safety)
Definition: TrackBase.h:696
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
int numberOfValidStripTIDHits() const
Definition: HitPattern.h:821
unsigned short numberOfValidHits() const
number of valid hits found
Definition: TrackBase.h:740
int numberOfValidStripTECHits() const
Definition: HitPattern.h:829
bool isValid() const
Definition: HandleBase.h:70
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
double qoverpError() const
error on signed transverse curvature
Definition: TrackBase.h:693
static TrackQuality qualityByName(const std::string &name)
Definition: TrackBase.cc:126
const HitPattern & hitPattern() const
Access the hit pattern, indicating in which Tracker layers the track has hits.
Definition: TrackBase.h:483
int numberOfValidStripTIBHits() const
Definition: HitPattern.h:817
bool quality(const TrackQuality) const
Track quality.
Definition: TrackBase.h:531
int numberOfValidPixelEndcapHits() const
Definition: HitPattern.h:809
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:86
edm::EDGetTokenT< edm::View< reco::Track > > srcTracksToken_
const Point & position() const
position
Definition: BeamSpot.h:59
double dxy() const
dxy parameter. (This is the transverse impact parameter w.r.t. to (0,0,0) ONLY if refPoint is close t...
Definition: TrackBase.h:587
void PatTrackAnalyzer::beginJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 68 of file PatTrackAnalyzer.cc.

References PatTrackAnalyzer::Plots::d0, PatTrackAnalyzer::Plots::d0Err, PatTrackAnalyzer::Plots::eta, mps_fire::i, PatTrackAnalyzer::Plots::invPt, PatTrackAnalyzer::Plots::invPtErr, M_PI, TFileService::make(), PatTrackAnalyzer::Plots::nHits, PatTrackAnalyzer::Plots::phi, HLTObjectsMonitor_cfi::plots, plots_, PatTrackAnalyzer::Plots::pt, PatTrackAnalyzer::Plots::ptErr, PatTrackAnalyzer::Plots::pxbHitsEta, PatTrackAnalyzer::Plots::pxeHitsEta, qualities_, qcdUeDQM_cfi::quality, PatTrackAnalyzer::Plots::tecHitsEta, PatTrackAnalyzer::Plots::tibHitsEta, PatTrackAnalyzer::Plots::tidHitsEta, and PatTrackAnalyzer::Plots::tobHitsEta.

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 }
std::vector< Plots > plots_
std::vector< std::string > qualities_
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
#define M_PI

Member Data Documentation

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

Definition at line 39 of file PatTrackAnalyzer.cc.

Referenced by analyze().

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

Definition at line 57 of file PatTrackAnalyzer.cc.

Referenced by analyze(), and beginJob().

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

Definition at line 42 of file PatTrackAnalyzer.cc.

Referenced by analyze(), and beginJob().

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

Definition at line 38 of file PatTrackAnalyzer.cc.

Referenced by analyze().

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

Definition at line 37 of file PatTrackAnalyzer.cc.

Referenced by analyze().