CMS 3D CMS Logo

TrackerSystematicMisalignments.h
Go to the documentation of this file.
1 #ifndef Alignment_TrackerAlignment_TrackerSystematicMisalignments_h
2 #define Alignment_TrackerAlignment_TrackerSystematicMisalignments_h
3 
12 // user include files
13 
18 
19 class AlignableSurface;
20 class Alignments;
21 
22 namespace edm {
23  class ParameterSet;
24 }
25 
27 public edm::EDAnalyzer
28 {
29 public:
30 
32  const edm::ParameterSet&
33  );
34 
36  void beginJob() override;
37 
38  void analyze(const edm::Event&, const edm::EventSetup&) override;
39 
40 private:
41 
42  void applySystematicMisalignment( Alignable* );
43  //align::GlobalVector findSystematicMis( align::PositionType );
44  align::GlobalVector findSystematicMis( const align::PositionType&, const bool blindToZ, const bool blindToR );
45 
47 
48 
49 
50  // configurables needed for the systematic misalignment
52 
57  double m_zExpEpsilon;
60  double m_skewEpsilon;
62 
63  //misalignment phases
65  double m_skewDelta;
67 
68  // flag to steer suppression of blind movements
70 
71  // flag for old z behaviour, version <= 1.5
73 };
74 
75 #endif
virtual example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
void beginJob()
Definition: Breakpoints.cc:15
HLT enums.