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 
16 
17 struct Booster {
19  Booster( const math::XYZVector & b ) : boost( b ) { }
21  void set( reco::Candidate& c );
22 private:
23  const math::XYZVector boost;
24 };
25 
26 #endif
Booster(const math::XYZVector &b)
constructor from a boost vector
Definition: Booster.h:19
const math::XYZVector boost
Definition: Booster.h:23
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:31
void set(reco::Candidate &c)
set up a candidate kinematics according to the boost
Definition: Booster.cc:8
double b
Definition: hdecay.h:120