CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WriteESAlignments.h
Go to the documentation of this file.
1 #ifndef SOMEPACKAGE_WRITEESALIGNMENTS_H
2 #define SOMEPACKAGE_WRITEESALIGNMENTS_H 1
3 
4 #include "boost/shared_ptr.hpp"
5 
6 namespace edm
7 {
8  class EventSetup ;
9 }
10 
12 
13 
15 {
16  public:
17 
18  typedef Alignments* AliPtr ;
19  typedef std::vector<AlignTransform> AliVec ;
20 
23 
24  typedef std::vector<double> DVec ;
25 
26  static const unsigned int k_nA ;
27 
28  WriteESAlignments( const edm::EventSetup& eventSetup ,
29  const DVec& alphaVec ,
30  const DVec& betaVec ,
31  const DVec& gammaVec ,
32  const DVec& xtranslVec ,
33  const DVec& ytranslVec ,
34  const DVec& ztranslVec ) ;
35 
37 
38  private:
39 
40  void convert( const edm::EventSetup& eS ,
41  const DVec& a ,
42  const DVec& b ,
43  const DVec& g ,
44  const DVec& x ,
45  const DVec& y ,
46  const DVec& z ,
47  AliVec& va ) ;
48 
49  void write( AliPtr aliPtr ) ;
50 };
51 
52 #endif
AlignTransform::Rotation Rot
AlignTransform::Translation Trl
std::vector< AlignTransform > AliVec
CLHEP::Hep3Vector Translation
void write(AliPtr aliPtr)
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
double double double z
WriteESAlignments(const edm::EventSetup &eventSetup, const DVec &alphaVec, const DVec &betaVec, const DVec &gammaVec, const DVec &xtranslVec, const DVec &ytranslVec, const DVec &ztranslVec)
double b
Definition: hdecay.h:120
static const unsigned int k_nA
double a
Definition: hdecay.h:121
x
Definition: VDTMath.h:216
std::vector< double > DVec
void convert(const edm::EventSetup &eS, const DVec &a, const DVec &b, const DVec &g, const DVec &x, const DVec &y, const DVec &z, AliVec &va)
CLHEP::HepRotation Rotation