|
HighLAND
|
#include <TPCExpecteddEdxCorrection.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 correction uses a new parameterisation of the TPC dEdx lines to re-calculate the TPC pulls. The parameterisation is different to that use in tpcRecon, and comes from work Claudio Giganti did to improve the Data/MC comparisons for Production 5.
Definition at line 11 of file TPCExpecteddEdxCorrection.hxx.
|
virtual |
Apply the TPCExpecteddEdxCorrection. Updates the expected dEdx for all particle hypotheses, and recomputes the pulls based on these values.
Reimplemented from CorrectionBase.
Definition at line 11 of file TPCExpecteddEdxCorrection.cxx.
1.8.13