|
HighLAND
|
#include <CT4POTCorrection.hxx>
Public Member Functions | |
| void | Apply (AnaSpillC &spill) |
| Apply the correction to the spill. | |
Public Member Functions inherited from CorrectionBase | |
| 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) | |
Additional Inherited Members | |
Protected Attributes inherited from CorrectionBase | |
| 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. | |
This correction ensures that the CT4 POT is used for POT accounting when looking at MR44 data (when CT5 wasn't performing correctly).
Definition at line 10 of file CT4POTCorrection.hxx.
1.8.13