![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <eicsmeardetectors/blob/master/piddetectors/TofBarrelSmearer.h>
Inheritance diagram for Smear::TofBarrelSmearer:
Collaboration diagram for Smear::TofBarrelSmearer:Public Member Functions | |
| TofBarrelSmearer (double radius=100, double etaLow=-1.0, double etaHigh=1.0, double sigmaT=10) | |
Public Member Functions inherited from Smear::NumSigmaPid | |
| NumSigmaPid () | |
| virtual | ~NumSigmaPid () |
| void | Smear (const erhic::VirtualParticle &, ParticleMCS &) |
| void | SetNumSigmaType (const int i) |
| int | GetNumSigmaType () const |
| NumSigmaPid * | Clone (const char *="") const |
| bool | valid (double eta, double p) const |
| double | maxP (double eta, double numSigma, PID::type PID) const |
| double | minP (double eta, double numSigma, PID::type PID) const |
| std::string | name () const |
| void | description () const |
Public Member Functions inherited from Smear::Smearer | |
| virtual | ~Smearer () |
Additional Inherited Members | |
Public Attributes inherited from Smear::Smearer | |
| Acceptance | Accept |
Protected Attributes inherited from Smear::NumSigmaPid | |
| std::shared_ptr< PID > | ThePidObject |
| int | NumSigmaType =-1 |
| PID::type | EnumType |
Definition at line 8 of file TofBarrelSmearer.h.
View newest version in sPHENIX GitHub at line 8 of file TofBarrelSmearer.h
|
inline |
standard ctor
Definition at line 13 of file TofBarrelSmearer.h.
View newest version in sPHENIX GitHub at line 13 of file TofBarrelSmearer.h
References G4BECAL::radius, and Smear::NumSigmaPid::ThePidObject.