CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 
23 private:
25 };
26 
27 #endif
Booster(const math::XYZVector &b)
constructor from a boost vector
Definition: Booster.h:19
const edm::EventSetup & c
const math::XYZVector boost
Definition: Booster.h:24
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:118