Go to the documentation of this file. 1 #ifndef IFourVectorSmearer_h
2 #define IFourVectorSmearer_h 1
4 #include "marlin/MarlinConfig.h"
6 #ifdef MARLIN_CLHEP // only if CLHEP is available !
8 #include "CLHEP/Vector/LorentzVector.h"
11 using namespace CLHEP ;
23 class IFourVectorSmearer {
28 virtual ~IFourVectorSmearer() {}
39 #endif // MARLIN_CLHEP
40 #endif // IFourVectorSmearer_h