CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Booster.h
Go to the documentation of this file.
1 #ifndef CandUtils_Booster_h
2 #define CandUtils_Booster_h
3 
14 
15 struct Booster {
17  Booster( const math::XYZVector & b ) : boost( b ) { }
19  void set( reco::Candidate& c );
20 private:
21  const math::XYZVector boost;
22 };
23 
24 #endif
Booster(const math::XYZVector &b)
constructor from a boost vector
Definition: Booster.h:17
const math::XYZVector boost
Definition: Booster.h:23
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
void set(reco::Candidate &c)
set up a candidate kinematics according to the boost
Definition: Booster.cc:8
double b
Definition: hdecay.h:120