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
DTSurveyConvert::wheel_p1
bool wheel_p1
Definition: DTSurveyConvert.h:47
DTSurveyConvert::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: DTSurveyConvert.cc:39
DTSurveyConvert
Definition: DTSurveyConvert.h:26
DTSurveyConvert::DTSurveyConvert
DTSurveyConvert(const edm::ParameterSet &)
Definition: DTSurveyConvert.cc:14
DTSurveyConvert::nameWheel_m1
std::string nameWheel_m1
Definition: DTSurveyConvert.h:34
EDAnalyzer.h
DTSurveyConvert::nameChambers_p2
std::string nameChambers_p2
Definition: DTSurveyConvert.h:42
DTSurveyConvert::nameWheel_p2
std::string nameWheel_p2
Definition: DTSurveyConvert.h:37
edm::EDAnalyzer
Definition: EDAnalyzer.h:29
DTSurveyConvert::nameWheel_p1
std::string nameWheel_p1
Definition: DTSurveyConvert.h:36
DTSurveyConvert::wheel_m2
bool wheel_m2
Definition: DTSurveyConvert.h:44
DTSurveyConvert::nameWheel_0
std::string nameWheel_0
Definition: DTSurveyConvert.h:35
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:36
DTSurveyConvert::wheel_m1
bool wheel_m1
Definition: DTSurveyConvert.h:45
DTSurveyConvert::outputFileName
std::string outputFileName
Definition: DTSurveyConvert.h:43
edm::EventSetup
Definition: EventSetup.h:57
DTSurveyConvert::wheel_0
bool wheel_0
Definition: DTSurveyConvert.h:46
DTSurveyConvert::wheel_p2
bool wheel_p2
Definition: DTSurveyConvert.h:48
DTSurveyConvert::nameChambers_p1
std::string nameChambers_p1
Definition: DTSurveyConvert.h:41
DTSurveyConvert::nameChambers_m1
std::string nameChambers_m1
Definition: DTSurveyConvert.h:39
DTSurveyConvert::nameChambers_0
std::string nameChambers_0
Definition: DTSurveyConvert.h:40
DTSurveyConvert::wheelList
std::vector< DTSurvey * > wheelList
Definition: DTSurveyConvert.h:32
edm::Event
Definition: Event.h:73
DTSurveyConvert::nameWheel_m2
std::string nameWheel_m2
Definition: DTSurveyConvert.h:33
DTSurveyConvert::WriteToDB
bool WriteToDB
Definition: DTSurveyConvert.h:49
DTSurveyConvert::nameChambers_m2
std::string nameChambers_m2
Definition: DTSurveyConvert.h:38
DTSurvey
Definition: DTSurvey.h:25