CMS 3D CMS Logo

DTSurveyConvert.h
Go to the documentation of this file.
1 #ifndef Alignment_SurveyAnalysis_DTSurveyConvert_H
2 #define Alignment_SurveyAnalysis_DTSurveyConvert_H
3 
4 // -*- C++ -*-
5 //
6 // Package: DTSurveyConvert
7 // Class: DTSurveyConvert
8 //
16 //
17 // Original Author: Pablo Martinez Ruiz Del Arbol
18 // Created: Wed Mar 28 09:50:08 CEST 2007
19 //
20 //
21 
25 
26 class DTSurvey;
27 
29 public:
30  explicit DTSurveyConvert(const edm::ParameterSet &);
31 
32 private:
33  void analyze(const edm::Event &, const edm::EventSetup &) override;
34 
36 
37  std::vector<DTSurvey *> wheelList;
49  bool wheel_m2;
50  bool wheel_m1;
51  bool wheel_0;
52  bool wheel_p1;
53  bool wheel_p2;
54  bool WriteToDB;
55 
59 };
60 
61 #endif
std::string nameWheel_p2
const edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscGeomToken_
std::string nameChambers_0
std::string nameChambers_p2
std::string nameChambers_p1
std::string nameWheel_m2
std::string nameWheel_p1
std::string outputFileName
const edm::ESGetToken< GEMGeometry, MuonGeometryRecord > gemGeomToken_
const edm::ESGetToken< DTGeometry, MuonGeometryRecord > muonGeoToken_
std::string nameChambers_m2
std::vector< DTSurvey * > wheelList
std::string nameWheel_0
void analyze(const edm::Event &, const edm::EventSetup &) override
DTSurveyConvert(const edm::ParameterSet &)
std::string nameWheel_m1
std::string nameChambers_m1
const edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeomToken_