CMS 3D CMS Logo

MCFilterZboostHelper.h
Go to the documentation of this file.
1 #ifndef MCFilterZboostHelper_h
2 #define MCFilterZboostHelper_h
3 
4 #include "HepMC/SimpleVector.h"
5 
6 namespace HepMC {
7  class FourVector;
8 }
9 
11 
12 HepMC::FourVector zboost(const HepMC::FourVector&, double);
13 
14 }
15 
16 #endif
HepMC::FourVector zboost(const HepMC::FourVector &, double)