|
HighLAND
|
#include <TPCdEdxMCCorrection.hxx>
Public Member Functions | |
| void | Apply (AnaSpillC &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 class defines a correction that affects the measured dE/dx of an AnaTpcSegment. This in turn affects the computed pulls (how electron-like a track is, for example).
This correction is applied to MC, and currently has NO EFFECT.
Definition at line 12 of file TPCdEdxMCCorrection.hxx.
|
virtual |
Apply the dE/dx correction to all the AnaTpcSegment members of all tracks in the spill. See TPCdEdxMCCorrection class documentation for details.
Reimplemented from CorrectionBase.
Definition at line 30 of file TPCdEdxMCCorrection.cxx.
1.8.13