CMS 3D CMS Logo

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

#include <SiPixelPhase1TrackEfficiency.h>

Inheritance diagram for SiPixelPhase1TrackEfficiency:
SiPixelPhase1Base DQMEDAnalyzer HistogramManagerHolder edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &)
 
 SiPixelPhase1TrackEfficiency (const edm::ParameterSet &conf)
 
- Public Member Functions inherited from SiPixelPhase1Base
void analyze (edm::Event const &e, edm::EventSetup const &eSetup)=0
 
void bookHistograms (DQMStore::IBooker &iBooker, edm::Run const &run, edm::EventSetup const &iSetup)
 
 SiPixelPhase1Base (const edm::ParameterSet &iConfig)
 
virtual ~SiPixelPhase1Base ()
 
- Public Member Functions inherited from DQMEDAnalyzer
virtual void beginRun (edm::Run const &, edm::EventSetup const &) final
 
virtual void beginStream (edm::StreamID id) final
 
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDAnalyzer (void)
 
virtual void endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
virtual void endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
uint32_t streamId () const
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 
- Public Member Functions inherited from HistogramManagerHolder
 HistogramManagerHolder (const edm::ParameterSet &iConfig)
 

Private Types

enum  { VALID, MISSING, EFFICIENCY, VERTICES }
 

Private Attributes

edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clustersToken_
 
edm::EDGetTokenT< reco::TrackCollectiontracksToken_
 
edm::EDGetTokenT< reco::VertexCollectionvtxToken_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr< dqmDetails::NoCacheglobalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr< dqmDetails::NoCacheglobalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *)
 
static void globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *)
 
static void globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from SiPixelPhase1Base
bool checktrigger (const edm::Event &iEvent, const edm::EventSetup &iSetup, const unsigned trgidx) const
 
- 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 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)
 
- Protected Attributes inherited from HistogramManagerHolder
GeometryInterface geometryInterface
 
std::vector< HistogramManagerhisto
 

Detailed Description

Definition at line 16 of file SiPixelPhase1TrackEfficiency.h.

Member Enumeration Documentation

anonymous enum
private

Constructor & Destructor Documentation

SiPixelPhase1TrackEfficiency::SiPixelPhase1TrackEfficiency ( const edm::ParameterSet conf)
explicit

Definition at line 24 of file SiPixelPhase1TrackEfficiency.cc.

References edm::ParameterSet::getParameter(), tracksToken_, and vtxToken_.

24  :
25  SiPixelPhase1Base(iConfig)
26 {
27  tracksToken_ = consumes<reco::TrackCollection>(iConfig.getParameter<edm::InputTag>("tracks"));
28  vtxToken_ = consumes<reco::VertexCollection>(iConfig.getParameter<edm::InputTag>("primaryvertices"));
29 }
edm::EDGetTokenT< reco::TrackCollection > tracksToken_
SiPixelPhase1Base(const edm::ParameterSet &iConfig)
edm::EDGetTokenT< reco::VertexCollection > vtxToken_

Member Function Documentation

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

Definition at line 31 of file SiPixelPhase1TrackEfficiency.cc.

References DEFINE_FWK_MODULE, EFFICIENCY, edm::EventSetup::get(), edm::Event::getByToken(), h, hcalSimParameters_cfi::hb, HistogramManagerHolder::histo, iEvent, edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), MISSING, TrackingRecHit::missing, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, StripSubdetector::TEC, StripSubdetector::TIB, StripSubdetector::TID, StripSubdetector::TOB, HiIsolationCommonParameters_cff::track, mixOne_simraw_on_sim_cfi::tracker, l1t::tracks, tracksToken_, VALID, TrackingRecHit::valid, ecalDrivenElectronSeedsParameters_cff::vertices, VERTICES, and vtxToken_.

31  {
32 
33  // get geometry
35  iSetup.get<TrackerDigiGeometryRecord>().get(tracker);
36  assert(tracker.isValid());
37 
38  // get primary vertex
40  iEvent.getByToken( vtxToken_, vertices);
41 
42  if (!vertices.isValid()) return;
43  histo[VERTICES].fill(vertices->size(),DetId(0),&iEvent);
44  if (vertices->size() == 0) return;
45 
46  // should be used for weird cuts
47  //const auto primaryVertex = vertices->at(0);
48 
49  // get the map
51  iEvent.getByToken( tracksToken_, tracks);
52  if (!tracks.isValid()) return;
53 
54  for (auto const & track : *tracks) {
55 
56  bool isBpixtrack = false, isFpixtrack = false;
57  int nStripHits = 0;
58 
59  // first, look at the full track to see whether it is good
60  // auto const & trajParams = track.extra()->trajParams();
61  auto hb = track.recHitsBegin();
62  for(unsigned int h=0;h<track.recHitsSize();h++){
63 
64  auto hit = *(hb+h);
65  if(!hit->isValid()) continue;
66 
67  DetId id = hit->geographicalId();
68  uint32_t subdetid = (id.subdetId());
69 
70  // count strip hits
71  if(subdetid==StripSubdetector::TIB) nStripHits++;
72  if(subdetid==StripSubdetector::TOB) nStripHits++;
73  if(subdetid==StripSubdetector::TID) nStripHits++;
74  if(subdetid==StripSubdetector::TEC) nStripHits++;
75 
76  // check that we are in the pixel
77  if (subdetid == PixelSubdetector::PixelBarrel) isBpixtrack = true;
78  if (subdetid == PixelSubdetector::PixelEndcap) isFpixtrack = true;
79  }
80 
81  if (!isBpixtrack && !isFpixtrack) continue;
82 
83  // then, look at each hit
84  for(unsigned int h=0;h<track.recHitsSize();h++){
85  auto hit = *(hb+h);
86 
87  DetId id = hit->geographicalId();
88  uint32_t subdetid = (id.subdetId());
89  if ( subdetid != PixelSubdetector::PixelBarrel
90  && subdetid != PixelSubdetector::PixelEndcap) continue;
91 
92  bool isHitValid = hit->getType()==TrackingRecHit::valid;
93  bool isHitMissing = hit->getType()==TrackingRecHit::missing;
94 
95  /*
96  const SiPixelRecHit* pixhit = dynamic_cast<const SiPixelRecHit*>(hit);
97  const PixelGeomDetUnit* geomdetunit = dynamic_cast<const PixelGeomDetUnit*> ( tracker->idToDet(id) );
98  const PixelTopology& topol = geomdetunit->specificTopology();
99 
100  // this commented part is useful if one wants ROC level maps of hits, however the local position may fall out of a ROC and the ROC maps will look very strange (with no white cross)
101  LocalPoint lp;
102 
103  if (pixhit) {
104  lp = pixhit->localPosition();
105  } else {
106  lp = trajParams[h].position();
107  }
108 
109  MeasurementPoint mp = topol.measurementPosition(lp);
110  int row = (int) mp.x();
111  int col = (int) mp.y();
112  */
113 
114  if (isHitValid) {
115  histo[VALID].fill(id, &iEvent);
116  histo[EFFICIENCY].fill(1, id, &iEvent);
117  }
118  if (isHitMissing) {
119  histo[MISSING].fill(id, &iEvent);
120  histo[EFFICIENCY].fill(0, id, &iEvent);
121  }
122  }
123  }
124 histo[VALID ].executePerEventHarvesting(&iEvent);
125 histo[MISSING].executePerEventHarvesting(&iEvent);
126 }
edm::EDGetTokenT< reco::TrackCollection > tracksToken_
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:460
int iEvent
Definition: GenABIO.cc:230
bool isValid() const
Definition: HandleBase.h:74
Definition: DetId.h:18
edm::EDGetTokenT< reco::VertexCollection > vtxToken_
const T & get() const
Definition: EventSetup.h:56
std::vector< HistogramManager > histo
bool isValid() const
Definition: ESHandle.h:47

Member Data Documentation

edm::EDGetTokenT<edmNew::DetSetVector<SiPixelCluster> > SiPixelPhase1TrackEfficiency::clustersToken_
private

Definition at line 29 of file SiPixelPhase1TrackEfficiency.h.

edm::EDGetTokenT<reco::TrackCollection> SiPixelPhase1TrackEfficiency::tracksToken_
private

Definition at line 30 of file SiPixelPhase1TrackEfficiency.h.

Referenced by analyze(), and SiPixelPhase1TrackEfficiency().

edm::EDGetTokenT<reco::VertexCollection> SiPixelPhase1TrackEfficiency::vtxToken_
private

Definition at line 31 of file SiPixelPhase1TrackEfficiency.h.

Referenced by analyze(), and SiPixelPhase1TrackEfficiency().