2 #ifndef ALICALOPEAKFINDERVECTORS_H 3 #define ALICALOPEAKFINDERVECTORS_H 22 class AliCaloPeakFinderVector;
34 const Double_t *
const a,
const Double_t *
const t,
35 const Double_t *
const ac,
const Double_t *
const tc );
38 Double_t *
const a, Double_t *
const t,
39 Double_t *
const ac, Double_t *
const tc )
const;
58 #endif //ALICALOPEAKFINDERVECTORS_H
virtual ~AliCaloPeakFinderVectors()
Destructor.
void ResetVectors()
Reset vectors.
void PrintVectors() const
Dump vectors information.
Double_t fPFAmpVC[PF::MAXSTART][PF::SAMPLERANGE][100]
Vectors for Amplitude extraction, first iteration.
Double_t fPFTofV[PF::MAXSTART][PF::SAMPLERANGE][100]
Vectors for TOF extraction, second iteration.
Double_t fPFTofVC[PF::MAXSTART][PF::SAMPLERANGE][100]
Vectors for TOF extraction, first iteration.
void SetVector(const int i, const int j, const Double_t *const a, const Double_t *const t, const Double_t *const ac, const Double_t *const tc)
Set vectors.
Container class for Peak Finder vectors.
AliCaloPeakFinderVectors()
Constructor.
Double_t fPFAmpV[PF::MAXSTART][PF::SAMPLERANGE][100]
Vectors for Amplitude extraction, second iteration.
void GetVector(const int i, const int j, Double_t *const a, Double_t *const t, Double_t *const ac, Double_t *const tc) const
Get vectors.