EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
4
#include "
eicsmear/smear/NumSigmaPid.h
"
5
#include "
tofBarrel.h
"
6
7
namespace
Smear{
8
class
TofBarrelSmearer
:
public
Smear::NumSigmaPid
{
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
eicsmeardetectors
blob
master
piddetectors
TofBarrelSmearer.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration