CMS 3D CMS Logo

WriteESAlignments.h
Go to the documentation of this file.
1 #ifndef SOMEPACKAGE_WRITEESALIGNMENTS_H
2 #define SOMEPACKAGE_WRITEESALIGNMENTS_H 1
3 
4 namespace edm
5 {
6  class ConsumesCollector;
7  class EventSetup ;
8 }
9 
14 
15 
17 {
18  public:
19 
20  typedef Alignments* AliPtr ;
21  typedef std::vector<AlignTransform> AliVec ;
22 
25 
26  typedef std::vector<double> DVec ;
27 
28  static const unsigned int k_nA ;
29 
31 
32  void writeAlignments( const edm::EventSetup& eventSetup ,
33  const DVec& alphaVec ,
34  const DVec& betaVec ,
35  const DVec& gammaVec ,
36  const DVec& xtranslVec ,
37  const DVec& ytranslVec ,
38  const DVec& ztranslVec ) ;
39 
40  private:
41 
42  void convert( const edm::EventSetup& eS ,
43  const DVec& a ,
44  const DVec& b ,
45  const DVec& g ,
46  const DVec& x ,
47  const DVec& y ,
48  const DVec& z ,
49  AliVec& va ) ;
50 
51  void write( AliPtr aliPtr ) ;
52 
55 };
56 
57 #endif
AlignTransform::Rotation Rot
AlignTransform::Translation Trl
std::vector< AlignTransform > AliVec
CLHEP::Hep3Vector Translation
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
def convert(infile, ofile)
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > geometryToken_
double b
Definition: hdecay.h:120
static const unsigned int k_nA
HLT enums.
double a
Definition: hdecay.h:121
def write(self, setup)
std::vector< double > DVec
edm::ESGetToken< Alignments, ESAlignmentRcd > alignmentToken_
CLHEP::HepRotation Rotation