Main Page
Namespaces
Classes
Package Documentation
src
Alignment
SurveyAnalysis
plugins
SurveyMisalignmentInput.h
Go to the documentation of this file.
1
#ifndef Alignment_SurveyAnalysis_SurveyMisalignmentInput_h
2
#define Alignment_SurveyAnalysis_SurveyMisalignmentInput_h
3
12
// user include files
13
14
#include "
Alignment/SurveyAnalysis/interface/SurveyInputBase.h
"
15
#include "
Alignment/SurveyAnalysis/interface/SurveyInputTextReader.h
"
16
#include "
FWCore/Framework/interface/ESHandle.h
"
17
18
class
AlignableSurface
;
19
class
Alignments
;
20
21
class
SurveyMisalignmentInput
:
public
SurveyInputBase
{
22
public
:
23
SurveyMisalignmentInput
(
const
edm::ParameterSet
&);
24
26
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
27
28
private
:
29
SurveyInputTextReader::MapType
uIdMap
;
30
31
std::string
textFileName
;
32
33
edm::ESHandle<Alignments>
alignments
;
34
36
void
addSurveyInfo
(
Alignable
*);
37
39
AlignableSurface
getAlignableSurface
(
align::ID
);
40
};
41
42
#endif
SurveyMisalignmentInput
Definition:
SurveyMisalignmentInput.h:21
SurveyInputBase.h
Alignments
Definition:
Alignments.h:10
SurveyMisalignmentInput::SurveyMisalignmentInput
SurveyMisalignmentInput(const edm::ParameterSet &)
Definition:
SurveyMisalignmentInput.cc:19
Alignable
Definition:
Alignable.h:27
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SurveyInputTextReader.h
align::ID
uint32_t ID
Definition:
Definitions.h:26
SurveyMisalignmentInput::uIdMap
SurveyInputTextReader::MapType uIdMap
Definition:
SurveyMisalignmentInput.h:29
AlignableSurface
Definition:
AlignableSurface.h:20
SurveyMisalignmentInput::textFileName
std::string textFileName
Definition:
SurveyMisalignmentInput.h:31
SurveyInputTextReader::MapType
std::map< UniqueId, align::Scalars > MapType
Definition:
SurveyInputTextReader.h:22
SurveyMisalignmentInput::addSurveyInfo
void addSurveyInfo(Alignable *)
Add survey info to an alignable.
Definition:
SurveyMisalignmentInput.cc:53
SurveyMisalignmentInput::alignments
edm::ESHandle< Alignments > alignments
Definition:
SurveyMisalignmentInput.h:33
edm::ESHandle< Alignments >
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:57
SurveyInputBase
Definition:
SurveyInputBase.h:17
SurveyMisalignmentInput::getAlignableSurface
AlignableSurface getAlignableSurface(align::ID)
Get alignable surface from misalignments.db.
Definition:
SurveyMisalignmentInput.cc:88
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
SurveyMisalignmentInput::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Read ideal tracker geometry from DB.
Definition:
SurveyMisalignmentInput.cc:22
Generated for CMSSW Reference Manual by
1.8.11