Public Types | |
| enum | ESector { kTpcOuter = 0, kTpcInner = 1 } |
| enum | EOptions { kUncorrected = 0, kEdge, kAdcCorrection, kTpcdCharge, kTpcrCharge, kTpcCurrentCorrection, kTpcRowQ, kTpcSecRowB, kTpcSecRowC, ktpcPressure, ktpcTime, kDrift, kMultiplicity, kzCorrection, ktpcMethaneIn, ktpcGasTemperature, ktpcWaterOut, kSpaceCharge, kPhiDirection, kdXCorrection, kTpcPadTBins, kTpcZDC, kTpcLast, kTpcLengthCorrection, kTpcdEdxCor, kTpcAllCorrections } |
Public Member Functions | |
| StTpcdEdxCorrection (Int_t Option=0, Int_t debug=0) | |
| Int_t | dEdxCorrection (dEdxY2_t &dEdx, Bool_t doIT=kTRUE) |
| Int_t | dEdxTrackCorrection (EOptions k, Int_t type, dst_dedx_st &dedx) |
| void | SettpcGas (St_tpcGas *m=0) |
| void | SetTpcSecRowB (St_TpcSecRowCor *m=0) |
| void | SetTpcSecRowC (St_TpcSecRowCor *m=0) |
| void | SetCorrection (Int_t k=0, St_tpcCorrection *m=0) |
| void | Setdrift (St_tpcCorrection *m=0) |
| void | SetMultiplicity (St_tpcCorrection *m=0) |
| void | SetAdcCorrection (St_tpcCorrection *m=0) |
| void | SetzCorrection (St_tpcCorrection *m=0) |
| void | SetdXCorrection (St_tpcCorrection *m=0) |
| void | SetTpcdEdxCor (St_tpcCorrection *m=0) |
| void | SetTpcLengthCorrection (St_tpcCorrection *m=0) |
| void | SettpcPressure (St_tpcCorrection *m=0) |
| void | SettpcMethaneIn (St_tpcCorrection *m=0) |
| void | SettpcGasTemperature (St_tpcCorrection *m=0) |
| void | SettpcWaterOut (St_tpcCorrection *m=0) |
| void | SetTpcPadTBins (St_tpcCorrection *m=0) |
| void | SetDebug (Int_t m=0) |
| void | SetMask (Int_t m=0) |
| void | ReSetCorrections () |
| St_tpcGas * | tpcGas () |
| St_TpcSecRowCor * | TpcSecRowB () |
| St_TpcSecRowCor * | TpcSecRowC () |
| St_tpcCorrectionC * | Correction (Int_t k=0) |
| St_tpcCorrectionC * | drift () |
| St_tpcCorrectionC * | Multiplicity () |
| St_tpcCorrectionC * | AdcCorrection () |
| St_tpcCorrectionC * | zCorrection () |
| St_tpcCorrectionC * | dXCorrection () |
| St_tpcCorrectionC * | TpcdEdxCor () |
| St_tpcCorrectionC * | TpcLengthCorrection () |
| St_tpcCorrectionC * | tpcPressure () |
| St_tpcCorrectionC * | tpcMethaneIn () |
| St_tpcCorrectionC * | tpcGasTemperature () |
| St_tpcCorrectionC * | tpcWaterOut () |
| St_tpcCorrectionC * | TpcPadTBins () |
| Int_t | Debug () |
| Int_t | Mask () |
| Double_t | Adc2GeV () |
| void | Print (Option_t *opt="") const |
Definition at line 35 of file StTpcdEdxCorrection.h.
1.5.9