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 
23 
24 class DTSurvey;
25 
27 public:
28  explicit DTSurveyConvert(const edm::ParameterSet &);
29 
30 private:
31  void analyze(const edm::Event &, const edm::EventSetup &) override;
32  std::vector<DTSurvey *> wheelList;
44  bool wheel_m2;
45  bool wheel_m1;
46  bool wheel_0;
47  bool wheel_p1;
48  bool wheel_p2;
49  bool WriteToDB;
50 };
51 
52 #endif
std::string nameWheel_p2
std::string nameChambers_0
std::string nameChambers_p2
std::string nameChambers_p1
std::string nameWheel_m2
std::string nameWheel_p1
std::string outputFileName
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