CMS 3D CMS Logo

MuonTrackResidualsTest.h
Go to the documentation of this file.
1 #ifndef MuonTrackResidualsTest_H
2 #define MuonTrackResidualsTest_H
3 
4 
22 
26 
29 
30 #include <memory>
31 #include <iostream>
32 #include <string>
33 #include <vector>
34 #include <map>
35 
37 
38 public:
39 
42 
44  ~MuonTrackResidualsTest() override {};
45 
46 protected:
47 
48  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
49 
50 private:
51 
52  // Switch for verbosity
55 
56  // source residuals histograms
61 
62  std::map< std::string, std::vector<std::string> > histoNames;
63 
64  // test histograms
65  std::map< std::string, MonitorElement* > MeanHistos;
66  std::map< std::string ,MonitorElement* > SigmaHistos;
67 
68 
69 };
70 
71 #endif
MuonTrackResidualsTest(const edm::ParameterSet &ps)
Constructor.
std::map< std::string, MonitorElement * > MeanHistos
~MuonTrackResidualsTest() override
Destructor.
std::map< std::string, std::vector< std::string > > histoNames
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
std::map< std::string,MonitorElement * > SigmaHistos