EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TofBarrelSmearer.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TofBarrelSmearer.h
1 #ifndef INCLUDE_TOFBARREL_H
2 #define INCLUDE_TOFBARREL_H
3 
5 #include "tofBarrel.h"
6 
7 namespace Smear{
9  public :
10 
13  TofBarrelSmearer( double radius=100, double etaLow=-1.0, double etaHigh=1.0, double sigmaT=10 ){
14  ThePidObject = std::make_shared<tofBarrel>(radius, etaLow, etaHigh,sigmaT);
15  };
16  };
17 };
18 
19 #endif // INCLUDE_TOFBARREL_H