CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripQualityHotStripIdentifierRoot.h
Go to the documentation of this file.
1 #ifndef SiStripQualityHotStripIdentifierRoot_H
2 #define SiStripQualityHotStripIdentifierRoot_H
3 
8 
13 
17 
21 
22 #include <vector>
23 #include <iostream>
24 #include <stdio.h>
25 #include <string.h>
26 #include <sstream>
27 #include <iostream>
28 #include <fstream>
29 #include <string>
30 #include <vector>
31 #include <sstream>
32 #include "TFile.h"
33 #include "TH1F.h"
34 #include "TH2F.h"
35 #include "TKey.h"
36 #include "TObject.h"
37 #include "TDirectory.h"
38 #include "TMath.h"
39 #include "TCanvas.h"
40 #include "TStyle.h"
41 #include "TClass.h"
42 
46 class TrackerTopology;
47 
49 
50 public:
51 
54 
55 private:
56 
57  //Will be called at the beginning of each run in the job
58  void algoBeginRun(const edm::Run &, const edm::EventSetup &);
59  //Will be called at the beginning of each luminosity block in the run
61  //Will be called at the end of the job
62  void algoEndJob();
63 
64 
65  //Will be called at every event
66  void algoAnalyze(const edm::Event&, const edm::EventSetup&){};
67 
69 
70  void bookHistos();
71 
72 private:
73  unsigned long long m_cacheID_;
80 
84 
86 
87  TFile* file0;
93 
98 
99 };
100 #endif
void algoBeginRun(const edm::Run &, const edm::EventSetup &)
SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy * theIdentifier3
__gnu_cxx::hash_map< unsigned int, boost::shared_ptr< TH1F > > QualityHistosMap
SiStripHotStripAlgorithmFromClusterOccupancy * theIdentifier
void algoBeginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
void algoAnalyze(const edm::Event &, const edm::EventSetup &)
SiStripBadAPVAlgorithmFromClusterOccupancy * theIdentifier2
Definition: Run.h:43