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 EventSetup ;
7 }
8 
10 
11 
13 {
14  public:
15 
16  typedef Alignments* AliPtr ;
17  typedef std::vector<AlignTransform> AliVec ;
18 
21 
22  typedef std::vector<double> DVec ;
23 
24  static const unsigned int k_nA ;
25 
26  WriteESAlignments( const edm::EventSetup& eventSetup ,
27  const DVec& alphaVec ,
28  const DVec& betaVec ,
29  const DVec& gammaVec ,
30  const DVec& xtranslVec ,
31  const DVec& ytranslVec ,
32  const DVec& ztranslVec ) ;
33 
35 
36  private:
37 
38  void convert( const edm::EventSetup& eS ,
39  const DVec& a ,
40  const DVec& b ,
41  const DVec& g ,
42  const DVec& x ,
43  const DVec& y ,
44  const DVec& z ,
45  AliVec& va ) ;
46 
47  void write( AliPtr aliPtr ) ;
48 };
49 
50 #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)
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
CLHEP::HepRotation Rotation