Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:40

0001 #ifndef MCFilterZboostHelper_h
0002 #define MCFilterZboostHelper_h
0003 
0004 #include "HepMC/SimpleVector.h"
0005 
0006 namespace HepMC {
0007   class FourVector;
0008 }
0009 
0010 namespace MCFilterZboostHelper {
0011 
0012   HepMC::FourVector zboost(const HepMC::FourVector&, double);
0013 
0014 }
0015 
0016 #endif