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 {
28  public:
29  explicit DTSurveyConvert(const edm::ParameterSet&);
30 
31  private:
32  void analyze(const edm::Event&, const edm::EventSetup&) override;
33  std::vector<DTSurvey *> wheelList;
45  bool wheel_m2;
46  bool wheel_m1;
47  bool wheel_0;
48  bool wheel_p1;
49  bool wheel_p2;
50  bool WriteToDB;
51 };
52 
53 #endif
54 
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