CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCSegmentValidation.h
Go to the documentation of this file.
1 #ifndef CSCSegmentValidation_h
2 #define CSCSegmentValidation_h
3 
9 
11 {
12 public:
13  CSCSegmentValidation(DQMStore* dbe, const edm::InputTag & inputTag);
14 
15  virtual ~CSCSegmentValidation() {}
16  virtual void analyze(const edm::Event&, const edm::EventSetup&);
17 
18  private:
19  void plotResolution(const PSimHit & simHit, const CSCSegment & recHit,
20  const CSCLayer * layer, int chamberType);
21 
22  bool hasSegment(int chamberId) const;
23  static int whatChamberType(int detId);
24 
25  // map to count how many layers are hit. First index is chamber detId, second is layers
26  // that have hits
27  typedef std::map<int, std::vector<int> > ChamberHitMap;
30  void fillEfficiencyPlots();
31  // decide which SimHit to use for the direction
32  const PSimHit * keyHit(int chamberId) const;
33 
34  typedef std::map<int, std::vector<CSCSegment> > ChamberSegmentMap;
36  // the number of hits in a chamber to make it a shower
38 
50 
51 
52 
65 
66 
67 };
68 
69 #endif
70 
MonitorElement * theNPerEventPlot
void plotResolution(const PSimHit &simHit, const CSCSegment &recHit, const CSCLayer *layer, int chamberType)
MonitorElement * theTypePlot5HitsNoShowerSeg
std::map< int, std::vector< int > > ChamberHitMap
MonitorElement * theTypePlot4HitsShowerSeg
MonitorElement * theNPerChamberTypePlot
static int whatChamberType(int detId)
MonitorElement * theTypePlot6HitsShower
CSCSegmentValidation(DQMStore *dbe, const edm::InputTag &inputTag)
MonitorElement * theTypePlot5HitsNoShower
MonitorElement * theNRecHitsPlot
MonitorElement * theTypePlot4HitsShower
MonitorElement * theRdPhiResolutionPlots[10]
MonitorElement * theTypePlot6HitsShowerSeg
MonitorElement * theTypePlot4HitsNoShower
MonitorElement * theTypePlot6HitsNoShowerSeg
std::map< int, std::vector< CSCSegment > > ChamberSegmentMap
MonitorElement * theTypePlot6HitsNoShower
ChamberHitMap theLayerHitsPerChamber
MonitorElement * thedYdZResolutionPlots[10]
MonitorElement * theRdPhiPullPlots[10]
virtual void analyze(const edm::Event &, const edm::EventSetup &)
MonitorElement * theThetaPullPlots[10]
const PSimHit * keyHit(int chamberId) const
MonitorElement * thedXdZPullPlots[10]
bool hasSegment(int chamberId) const
MonitorElement * theTypePlot5HitsShowerSeg
MonitorElement * theThetaResolutionPlots[10]
ChamberSegmentMap theChamberSegmentMap
MonitorElement * theTypePlot4HitsNoShowerSeg
MonitorElement * theTypePlot5HitsShower
MonitorElement * thedXdZResolutionPlots[10]
MonitorElement * thedYdZPullPlots[10]