CMS 3D CMS Logo

SurveyDataConverter.h
Go to the documentation of this file.
1 #ifndef SurveyDataConverter_h
2 #define SurveyDataConverter_h
3 
4 // Package: SurveyDataConverter
5 // Class: SurveyDataConverter
6 //
14 //
15 // Original Author: Roberto Covarelli
16 // Created: Fri Jul 14 18:05:49 CEST 2006
17 // $Id: SurveyDataConverter.h,v 1.2 2007/07/03 15:51:26 covarell Exp $
18 //
19 //
20 
25 
31 
32 public:
33  explicit SurveyDataConverter(const edm::ParameterSet& iConfig);
34  void analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup) override;
35  void endJob() override{};
36 
37 private:
38  static const int NFILES = 2;
39 
40  // void applyAllSurveyInfo( align::Alignables alignables,
41  // const MapType map );
42 
44 
45  void applyFineSurveyInfo(TrackerAlignment& tr_align, const MapType& map);
46 
47  void applyAPEs(TrackerAlignment& tr_align);
48 
53 
54  //private data members
55  // AlignableTracker* theAlignableTracker;
57 };
58 
59 #endif
std::pair< align::ID, align::Scalars > PairType
SurveyDataReader::MapType MapType
void analyze(const edm::Event &iEvent, const edm::EventSetup &iSetup) override
void applyFineSurveyInfo(TrackerAlignment &tr_align, const MapType &map)
std::pair< std::vector< int >, align::Scalars > PairTypeOr
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > topoToken
std::map< align::ID, align::Scalars > MapType
void applyCoarseSurveyInfo(TrackerAlignment &tr_align)
void endJob() override
int iEvent
Definition: GenABIO.cc:224
void applyAPEs(TrackerAlignment &tr_align)
edm::ParameterSet MisalignScenario
SurveyDataReader::PairType PairType
edm::ParameterSet theParameterSet
SurveyDataReader::PairTypeOr PairTypeOr
SurveyDataConverter(const edm::ParameterSet &iConfig)
static const int NFILES
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > ttrackerGeometryToken
SurveyDataReader::MapTypeOr MapTypeOr
std::map< std::vector< int >, align::Scalars > MapTypeOr