CMS 3D CMS Logo

CSCStubResolutionValidation.h
Go to the documentation of this file.
1 #ifndef Validation_MuonCSCDigis_CSCStubResolutionValidation_H
2 #define Validation_MuonCSCDigis_CSCStubResolutionValidation_H
3 
5 
6 #include <string>
7 
8 class CSCStubMatcher;
9 
11 public:
14 
16  void analyze(const edm::Event &, const edm::EventSetup &) override;
17 
18 private:
19  std::unique_ptr<CSCStubMatcher> cscStubMatcher_;
20 
21  // resolution for each CSC TP; 10 CSC stations;
25 
27 
30 };
31 
32 #endif
CSCStubResolutionValidation(const edm::ParameterSet &pset, edm::ConsumesCollector &&iC)
void bookHistograms(DQMStore::IBooker &)
edm::EDGetTokenT< edm::SimVertexContainer > simVertexInput_
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< edm::SimTrackContainer > simTrackInput_
std::unique_ptr< CSCStubMatcher > cscStubMatcher_