CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonAlignmentSummary.h
Go to the documentation of this file.
1 #ifndef MuonAlignmentSummary_H
2 #define MuonAlignmentSummary_H
3 
4 
14 #include <math.h>
15 
25 
28 
29 namespace edm {
30  class ParameterSet;
31  class EventSetup;
32  class InputTag;
33 }
34 
35 class TH1F;
36 
38 public:
39 
42 
44  virtual ~MuonAlignmentSummary();
45 
47  void beginRun(edm::Run const& run,edm::EventSetup const& iSetup);
48 
50  void analyze(const edm::Event& event, const edm::EventSetup& iSetup){}
51 
53  void endRun(edm::Run const& run, edm::EventSetup const& iSetup);
54 
55 private:
56  // ----------member data ---------------------------
57 
59 
64 
73 
78 
87 
89 
90  // Switch for verbosity
91  std::string metname;
92 
93  // mean and rms histos ranges
95 
96  // flags to decide on subdetector and summary histograms
97  bool doDT, doCSC;
98 
99  // Top folder in root file
100  std::string MEFolderName;
101  std::stringstream topFolder;
102 
103 };
104 #endif
void beginRun(edm::Run const &run, edm::EventSetup const &iSetup)
Inizialize parameters for histo binning.
MonitorElement * hLocalPositionRmsDT
MonitorElement * hLocalAngleRmsDT
MonitorElement * hLocalYRmsDT
MuonAlignmentSummary(const edm::ParameterSet &)
Constructor.
virtual ~MuonAlignmentSummary()
Destructor.
MonitorElement * hLocalPositionRmsCSC
edm::ParameterSet parameters
MonitorElement * hLocalThetaRmsDT
MonitorElement * hLocalAngleRmsCSC
void analyze(const edm::Event &event, const edm::EventSetup &iSetup)
Get the analysis.
MonitorElement * hLocalPhiMeanCSC
MonitorElement * hLocalYRmsCSC
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
MonitorElement * hLocalThetaRmsCSC
MonitorElement * hLocalXMeanCSC
MonitorElement * hLocalXRmsCSC
MonitorElement * hLocalThetaMeanCSC
MonitorElement * hLocalPhiRmsDT
MonitorElement * hLocalYMeanCSC
MonitorElement * hLocalThetaMeanDT
void endRun(edm::Run const &run, edm::EventSetup const &iSetup)
Save the histos.
MonitorElement * hLocalPhiMeanDT
MonitorElement * hLocalAngleCSC
MonitorElement * hLocalPhiRmsCSC
MonitorElement * hLocalPositionDT
MonitorElement * hLocalXRmsDT
std::stringstream topFolder
MonitorElement * hLocalYMeanDT
MonitorElement * hLocalXMeanDT
MonitorElement * hLocalPositionCSC
MonitorElement * hLocalAngleDT
Definition: Run.h:33