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 };
56 
57 #endif
DTSurveyConvert::wheel_p1
bool wheel_p1
Definition: DTSurveyConvert.h:52
EDAnalyzer.h
DTSurveyConvert::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: DTSurveyConvert.cc:34
DTSurveyConvert
Definition: DTSurveyConvert.h:28
DTSurveyConvert::DTSurveyConvert
DTSurveyConvert(const edm::ParameterSet &)
Definition: DTSurveyConvert.cc:9
DTSurveyConvert::nameWheel_m1
std::string nameWheel_m1
Definition: DTSurveyConvert.h:39
edm::one::EDAnalyzer
Definition: EDAnalyzer.h:30
DTSurveyConvert::nameChambers_p2
std::string nameChambers_p2
Definition: DTSurveyConvert.h:47
DTSurveyConvert::nameWheel_p2
std::string nameWheel_p2
Definition: DTSurveyConvert.h:42
DTSurveyConvert::nameWheel_p1
std::string nameWheel_p1
Definition: DTSurveyConvert.h:41
DTSurveyConvert::wheel_m2
bool wheel_m2
Definition: DTSurveyConvert.h:49
DTSurveyConvert::nameWheel_0
std::string nameWheel_0
Definition: DTSurveyConvert.h:40
DTGeometry.h
edm::ParameterSet
Definition: ParameterSet.h:47
DTSurveyConvert::wheel_m1
bool wheel_m1
Definition: DTSurveyConvert.h:50
DTSurveyConvert::outputFileName
std::string outputFileName
Definition: DTSurveyConvert.h:48
edm::EventSetup
Definition: EventSetup.h:58
DTSurveyConvert::wheel_0
bool wheel_0
Definition: DTSurveyConvert.h:51
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ESGetToken< DTGeometry, MuonGeometryRecord >
DTSurveyConvert::wheel_p2
bool wheel_p2
Definition: DTSurveyConvert.h:53
DTSurveyConvert::nameChambers_p1
std::string nameChambers_p1
Definition: DTSurveyConvert.h:46
DTSurveyConvert::muonGeoToken_
const edm::ESGetToken< DTGeometry, MuonGeometryRecord > muonGeoToken_
Definition: DTSurveyConvert.h:35
DTSurveyConvert::nameChambers_m1
std::string nameChambers_m1
Definition: DTSurveyConvert.h:44
DTSurveyConvert::nameChambers_0
std::string nameChambers_0
Definition: DTSurveyConvert.h:45
DTSurveyConvert::wheelList
std::vector< DTSurvey * > wheelList
Definition: DTSurveyConvert.h:37
MuonGeometryRecord.h
edm::Event
Definition: Event.h:73
DTSurveyConvert::nameWheel_m2
std::string nameWheel_m2
Definition: DTSurveyConvert.h:38
DTSurveyConvert::WriteToDB
bool WriteToDB
Definition: DTSurveyConvert.h:54
DTSurveyConvert::nameChambers_m2
std::string nameChambers_m2
Definition: DTSurveyConvert.h:43
DTSurvey
Definition: DTSurvey.h:25