CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTChamberEfficiency.h
Go to the documentation of this file.
1 #ifndef DTCHAMBEREFFICIENCY_H
2 #define DTCHAMBEREFFICIENCY_H
3 
21 
22 
25 
29 
31 
35 
37 
41 
43 #include <vector>
44 
45 namespace reco {
46  class TransientTrack;
47 }
48 
49 
51 class MuonServiceProxy;
52 
53 class DQMStore;
54 class MonitorElement;
56 class DetLayer;
57 class DetId;
58 class NavigationSchool;
59 
61 {
62 
63  public:
64  //Constructor
66 
67  //Destructor
69 
70  //Operations
71  void analyze(const edm::Event & event, const edm::EventSetup& eventSetup);
72  void dqmBeginRun(const edm::Run& , const edm::EventSetup&);
73 
74  protected:
75 // Book the histograms
76 void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
77 
78  private:
79 
80  //functions
81  std::vector<const DetLayer*> compatibleLayers(const NavigationSchool& navigationSchool, const DetLayer *initialLayer,
82  const FreeTrajectoryState& fts, PropagationDirection propDir);
83 
85  bool chamberSelection(const DetId& idDetLay, reco::TransientTrack& trans_track) const;
87 
88  //data members
89  bool debug;
90 
93 
98 
99  double theMaxChi2;
100  double theNSigma;
102 
104 
106 
110 
113 
114  std::vector<std::vector<MonitorElement*> > histosPerW;
115 
116  protected:
117 
118 };
119 
120 #endif // DTANALYZER_H
121 
122 /* Local Variables: */
123 /* show-trailing-whitespace: t */
124 /* truncate-lines: t */
125 /* End: */
MuonDetLayerMeasurements * theMeasurementExtractor
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
edm::ESHandle< DTGeometry > dtGeom
MuonServiceProxy * theService
edm::InputTag labelGEMHits
MeasurementContainer segQualityCut(const MeasurementContainer &seg_list) const
edm::InputTag thecscSegments
std::vector< std::vector< MonitorElement * > > histosPerW
DTChamberEfficiency(const edm::ParameterSet &pset)
void dqmBeginRun(const edm::Run &, const edm::EventSetup &)
PropagationDirection
edm::InputTag labelRPCRecHits
edm::EDGetTokenT< reco::TrackCollection > theTracksToken_
edm::InputTag thedt4DSegments
bool chamberSelection(const DetId &idDetLay, reco::TransientTrack &trans_track) const
edm::ESHandle< Propagator > propagator() const
std::vector< const DetLayer * > compatibleLayers(const NavigationSchool &navigationSchool, const DetLayer *initialLayer, const FreeTrajectoryState &fts, PropagationDirection propDir)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
edm::ESHandle< MagneticField > magfield
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: DetId.h:18
edm::InputTag theTracksLabel_
std::vector< TrajectoryMeasurement > MeasurementContainer
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
Chi2MeasurementEstimator * theEstimator
Definition: Run.h:43