Go to the documentation of this file. 1 #ifndef SimpleTrackSmearer_h
2 #define SimpleTrackSmearer_h 1
4 #include "marlin/MarlinConfig.h"
6 #ifdef MARLIN_CLHEP // only if CLHEP is available !
11 #define ELECTRON_MASS 0.0005109989
12 #define MUON_MASS 0.10565836
13 #define PION_MASS 0.139570
22 struct TrackResolution {
29 TrackResolution(
float dPP,
float thMin,
float thMax) :
51 class SimpleTrackSmearer :
public IFourVectorSmearer {
61 virtual ~SimpleTrackSmearer() {}
79 #endif // MARLIN_CLHEP
80 #endif // SimpleTrackSmearer_h