|
void | Apply (AnaSpillC &spill) |
| Apply the correction to all relevant tracks.
|
|
UInt_t | GetRandomSeed () const |
| The only thing we allow for the generator is to get the seed.
|
|
void | SetRandomSeed (UInt_t seed) |
| And change the seed.
|
|
| CorrectionBase (const CorrectionBase &corr) |
| Copy constructor.
|
|
virtual | ~CorrectionBase () |
| Everyone should have a destructor.
|
|
virtual const char * | GetName () const |
| Return the name of this correction. This overrides the TObject::GetName() interface.
|
|
const std::string & | Name () const |
| Return the name of this correction.
|
|
void | SetName (const std::string &name) |
| Set the name of this correction.
|
|
void | Enable () |
| Enable the correction.
|
|
void | Disable () |
| Disable the correction.
|
|
bool | IsEnabled () const |
| Is the correction enabled.
|
|
void | SetAppliedInInput (bool ap) |
| Set the correction as applied in the input file.
|
|
bool | IsAppliedInInput () const |
| Is the correction already applied in the input file ?
|
|
Int_t | GetIndex () const |
| Return the index of this correction.
|
|
void | SetIndex (Int_t index) |
| Set the index of this correction.
|
|
| ClassDef (CorrectionBase, 2) |
|
|
std::string | _name |
| The name of this correction.
|
|
bool | _enabled |
| Is the correction enabled?
|
|
bool | _appliedInInput |
| Is the correction already applied in the input file ?
|
|
Int_t | _index |
| The index of the correction.
|
|
Definition at line 12 of file ToFCorrection.hxx.
The documentation for this class was generated from the following files:
- /hep/T2K/nd280rep/ANALYSIS/HIGHLAND2/ANAPARTICLE/highland2/highlandCorrections/v2r8/src/ToFCorrection.hxx
- /hep/T2K/nd280rep/ANALYSIS/HIGHLAND2/ANAPARTICLE/highland2/highlandCorrections/v2r8/src/ToFCorrection.cxx