]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/AliPHOSReconstructor.h
fixing minor bug in printing latex table
[u/mrichter/AliRoot.git] / PHOS / AliPHOSReconstructor.h
CommitLineData
f444a19f 1#ifndef ALIPHOSRECONSTRUCTOR_H
2#define ALIPHOSRECONSTRUCTOR_H
d15a28e7 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6ad0bfa0 6/* $Id$ */
7
702ab87e 8/* History of cvs commits:
9 *
10 * $Log$
ea3d6a78 11 * Revision 1.15 2007/10/01 20:24:08 kharlov
12 * Memory leaks fixed
13 *
e68222ce 14 * Revision 1.14 2007/09/26 14:22:18 cvetan
15 * Important changes to the reconstructor classes. Complete elimination of the run-loaders, which are now steered only from AliReconstruction. Removal of the corresponding Reconstruct() and FillESD() methods.
16 *
d76c31f4 17 * Revision 1.13 2007/08/30 10:40:27 cvetan
18 * Minor
19 *
64c8ff4e 20 * Revision 1.12 2007/08/28 12:55:08 policheh
21 * Loaders removed from the reconstruction code (C.Cheshkov)
22 *
9a2cdbdf 23 * Revision 1.11 2007/07/24 17:20:35 policheh
24 * Usage of RecoParam objects instead of hardcoded parameters in reconstruction.
25 * (See $ALICE_ROOT/PHOS/macros/BeamTest2006/RawReconstruction.C).
26 *
3799bcb5 27 * Revision 1.10 2007/07/11 13:43:30 hristov
28 * New class AliESDEvent, backward compatibility with the old AliESD (Christian)
29 *
af885e0f 30 * Revision 1.9 2006/11/15 16:05:03 kharlov
31 * New FillESD() for raw data is added
32 *
dd7ee508 33 * Revision 1.8 2005/05/28 14:19:04 schutz
34 * Compilation warnings fixed by T.P.
35 *
702ab87e 36 */
37
b2a60966 38//_________________________________________________________________________
9a6ec61a 39// Wrapping class for reconstruction
e68222ce 40//--
41//-- Author: Yves Schutz (SUBATECH)
dfe0be07 42// Reconstruction class. Redesigned from the old AliReconstructionner class and
43// derived from STEER/AliReconstructor.
44//_________________________________________________________________________
d15a28e7 45
46// --- ROOT system ---
47
ea3d6a78 48#include <Riostream.h>
dfe0be07 49#include "AliReconstructor.h"
7e88424f 50#include "AliPHOSRecoParam.h"
7acf6008 51class AliPHOSDigitizer ;
52class AliPHOSClusterizer ;
8d8258f6 53class AliPHOSClusterizerv1 ;
7acf6008 54class AliPHOSTrackSegmentMaker ;
55class AliPHOSPID ;
56class AliPHOSSDigitizer ;
af885e0f 57class AliESDEvent ;
dd7ee508 58class AliRawReader;
3799bcb5 59class AliPHOSRecoParam;
9a2cdbdf 60class AliPHOSGeometry;
d3aa2291 61class AliPHOSCalibData ;
e1aec4f9 62class AliPHOSTriggerParameters;
d15a28e7 63
64// --- Standard library ---
65
66// --- AliRoot header files ---
67
dfe0be07 68class AliPHOSReconstructor : public AliReconstructor {
d15a28e7 69
70public:
71
f444a19f 72 AliPHOSReconstructor() ; //ctor
e68222ce 73 virtual ~AliPHOSReconstructor() ; //dtor
74
2e60107f 75 static void SetDebug() { fgDebug = kTRUE ; }
76 static void ResetDebug() { fgDebug = kFALSE ; }
77 static Bool_t Debug() { return fgDebug ; }
d76c31f4 78 AliTracker *CreateTracker() const;
702ab87e 79 using AliReconstructor::FillESD;
9a2cdbdf 80 virtual void FillESD(TTree* digitsTree, TTree* clustersTree,
81 AliESDEvent* esd) const;
702ab87e 82 using AliReconstructor::Reconstruct;
9a2cdbdf 83 virtual void Reconstruct(TTree* digitsTree, TTree* clustersTree) const;
9a2cdbdf 84
85 virtual Bool_t HasDigitConversion() const {return kTRUE;};
64c8ff4e 86 virtual void ConvertDigits(AliRawReader* rawReader, TTree* digitsTree) const;
d3aa2291 87 virtual Float_t Calibrate(Float_t amp, Int_t absId) const ;
f1731579 88 virtual Float_t CalibrateT(Float_t time, Int_t absId, Bool_t isLG) const ;
364de5c6 89
bb5c37a5 90 void FillMisalMatrixes(AliESDEvent* esd)const ;
839ffcb3 91
7e88424f 92 static const AliPHOSRecoParam* GetRecoParam() {
93 return dynamic_cast<const AliPHOSRecoParam*>(AliReconstructor::GetRecoParam(4)); }
25312a8e 94 static Float_t CorrectNonlinearity(Float_t oldEnergy) ;
e1aec4f9 95
96 void readTRUParameters(AliPHOSTriggerParameters* parameters) const;
97
d15a28e7 98private:
3abc001d 99 AliPHOSReconstructor(const AliPHOSReconstructor & rec); // Not implemented
100 AliPHOSReconstructor & operator = (const AliPHOSReconstructor &); // Not implemented
d15a28e7 101
2e60107f 102 static Bool_t fgDebug ; //! verbosity controller
dcab1c7e 103 AliPHOSGeometry *fGeom; // pointer to the PHOS geometry
104 AliPHOSClusterizerv1 *fClusterizer; //! PHOS clusterizer
105 AliPHOSTrackSegmentMaker *fTSM; //! PHOS TrackSegmentMaker
106 AliPHOSPID *fPID; //! PHOS PID maker
771123c7 107 TClonesArray *fTmpDigLG; //! Temporary array of LG digits
6483babc 108 static TClonesArray *fgDigitsArray; //! Array of PHOS digits
109 static TObjArray *fgEMCRecPoints; //! Array of EMC rec.points
d3aa2291 110 static AliPHOSCalibData * fgCalibData ; //! Calibration database if aval.
e1aec4f9 111 static TClonesArray *fgTriggerDigits; //! Array of PHOS trigger digits
dcab1c7e 112
e1aec4f9 113 ClassDef(AliPHOSReconstructor,10) // PHOS Reconstruction class
d15a28e7 114
115};
116
f444a19f 117#endif // ALIPHOSRECONSTRUCTOR_H