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 #include <vector>
38 
39 namespace reco {
40  class TransientTrack;
41 }
42 
43 
44 
46 class MuonServiceProxy;
47 
48 class DQMStore;
49 class MonitorElement;
51 class DetLayer;
52 class DetId;
53 
55 {
56 
57  public:
58  //Constructor
60 
61  //Destructor
63 
64  //Operations
65  void analyze(const edm::Event & event, const edm::EventSetup& eventSetup);
66  void beginJob();
67  void beginRun(const edm::Run& , const edm::EventSetup&);
68  void endJob();
69 
70  private:
71 
72  //functions
73  std::vector<const DetLayer*> compatibleLayers(const DetLayer *initialLayer,
74  const FreeTrajectoryState& fts, PropagationDirection propDir);
75 
76 
77  void bookHistos();
79  bool chamberSelection(const DetId& idDetLay, reco::TransientTrack& trans_track) const;
81 
82  //data members
83  bool debug;
84 
87 
91 
92  double theMaxChi2;
93  double theNSigma;
95 
97 
99 
101 
105 
108 
109  //std::map<DTChamberId, std::vector<MonitorElement*> > histosPerW;
110 
111  std::vector<std::vector<MonitorElement*> > histosPerW;
112 
113  protected:
114 
115 };
116 
117 #endif // DTANALYZER_H
118 
119 /* Local Variables: */
120 /* show-trailing-whitespace: t */
121 /* truncate-lines: t */
122 /* End: */
MuonDetLayerMeasurements * theMeasurementExtractor
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
edm::ESHandle< DTGeometry > dtGeom
MuonServiceProxy * theService
MeasurementContainer segQualityCut(const MeasurementContainer &seg_list) const
edm::InputTag thecscSegments
std::vector< std::vector< MonitorElement * > > histosPerW
DTChamberEfficiency(const edm::ParameterSet &pset)
PropagationDirection
edm::InputTag labelRPCRecHits
edm::EDGetTokenT< reco::TrackCollection > theTracksToken_
std::vector< const DetLayer * > compatibleLayers(const DetLayer *initialLayer, const FreeTrajectoryState &fts, PropagationDirection propDir)
edm::InputTag thedt4DSegments
bool chamberSelection(const DetId &idDetLay, reco::TransientTrack &trans_track) const
edm::ESHandle< Propagator > propagator() const
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 beginRun(const edm::Run &, const edm::EventSetup &)
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:41