]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/AliEMCALRecParam.h
added low and high flux parameter options
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALRecParam.h
CommitLineData
3a8be91c 1#ifndef ALIEMCALRECPARAM_H
2#define ALIEMCALRECPARAM_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
8//-----------------------------------------------------------------------------
9// Container of EMCAL reconstruction parameters
10// The purpose of this object is to store it to OCDB
b4133f05 11// and retrieve it in AliEMCALClusterizerv1, AliEMCALPID,
12// AliEMCALTracker and use it to configure AliEMCALRawUtils
13//
14//
3a8be91c 15// Author: Yuri Kharlov
16//-----------------------------------------------------------------------------
17
18// --- ROOT system ---
19
413e6b81 20#include "AliDetectorRecoParam.h"
225cd96d 21#include "AliLog.h"
3a8be91c 22
413e6b81 23class AliEMCALRecParam : public AliDetectorRecoParam
3a8be91c 24{
25public:
26
27 AliEMCALRecParam() ;
413e6b81 28 AliEMCALRecParam(const AliEMCALRecParam& recParam);
29 AliEMCALRecParam& operator = (const AliEMCALRecParam& recParam);
3a8be91c 30 virtual ~AliEMCALRecParam() {}
8ba062b1 31
225cd96d 32 //Clustering (Unfolding : Cynthia)
c47157cd 33 Float_t GetClusteringThreshold() const {return fClusteringThreshold;}
34 Float_t GetW0 () const {return fW0 ;}
35 Float_t GetMinECut () const {return fMinECut ;}
225cd96d 36 Float_t GetLocMaxCut () const {return fLocMaxCut ;}
37 Bool_t GetUnfold () const {return fUnfold ;}
3a8be91c 38 void SetClusteringThreshold(Float_t thrsh) {fClusteringThreshold = thrsh;}
39 void SetW0 (Float_t w0) {fW0 = w0 ;}
40 void SetMinECut (Float_t minEcut) {fMinECut = minEcut ;}
225cd96d 41 void SetLocMaxCut (Float_t locMaxCut) {fLocMaxCut = locMaxCut ;}
0561e246 42 void SetUnfold (Bool_t unfold) {fUnfold = unfold ; if(fUnfold) AliWarning("Cluster Unfolding ON. Implementing only for eta=0 case!!!");}
8ba062b1 43
44 //PID (Guenole)
45 Double_t GetGamma(Int_t i, Int_t j) const {return fGamma[i][j];}
46 Double_t GetHadron(Int_t i, Int_t j) const {return fHadron[i][j];}
47 Double_t GetPiZero5to10(Int_t i, Int_t j) const {return fPiZero5to10[i][j];}
48 Double_t GetPiZero10to60(Int_t i, Int_t j) const {return fPiZero10to60[i][j];}
49
50 void SetGamma(Int_t i, Int_t j,Double_t param ) {fGamma[i][j]=param;}
51 void SetHadron(Int_t i, Int_t j,Double_t param ) {fHadron[i][j]=param;}
52 void SetPiZero5to10(Int_t i, Int_t j,Double_t param) {fPiZero5to10[i][j]=param;}
53 void SetPiZero10to60(Int_t i, Int_t j,Double_t param) {fPiZero10to60[i][j]=param;}
54
55 //Track Matching (Alberto)
56 /* track matching cut setters */
57 void SetTrkCutX(Double_t value) {fTrkCutX = value;}
58 void SetTrkCutY(Double_t value) {fTrkCutY = value;}
59 void SetTrkCutZ(Double_t value) {fTrkCutZ = value;}
60 void SetTrkCutR(Double_t value) {fTrkCutR = value;}
61 void SetTrkCutAlphaMin(Double_t value) {fTrkCutAlphaMin = value;}
62 void SetTrkCutAlphaMax(Double_t value) {fTrkCutAlphaMax = value;}
63 void SetTrkCutAngle(Double_t value) {fTrkCutAngle = value;}
64 /* track matching cut getters */
65 Double_t GetTrkCutX() const {return fTrkCutX;}
66 Double_t GetTrkCutY() const {return fTrkCutY;}
67 Double_t GetTrkCutZ() const {return fTrkCutZ;}
68 Double_t GetTrkCutR() const {return fTrkCutR;}
69 Double_t GetTrkCutAlphaMin() const {return fTrkCutAlphaMin;}
70 Double_t GetTrkCutAlphaMax() const {return fTrkCutAlphaMax;}
71 Double_t GetTrkCutAngle() const {return fTrkCutAngle;}
72
b4133f05 73 //Raw signal fitting (Jenn)
74 /* raw signal setters */
75 void SetHighLowGainFactor(Double_t value) {fHighLowGainFactor = value;}
76 void SetOrderParameter(Int_t value) {fOrderParameter = value;}
77 void SetTau(Double_t value) {fTau = value;}
78 void SetNoiseThreshold(Int_t value) {fNoiseThreshold = value;}
79 void SetNPedSamples(Int_t value) {fNPedSamples = value;}
80 /* raw signal getters */
81 Double_t GetHighLowGainFactor() const {return fHighLowGainFactor;}
82 Int_t GetOrderParameter() const {return fOrderParameter;}
83 Double_t GetTau() const {return fTau;}
84 Int_t GetNoiseThreshold() const {return fNoiseThreshold;}
85 Int_t GetNPedSamples() const {return fNPedSamples;}
86
8ba062b1 87 virtual void Print(Option_t * option="") const ;
88
413e6b81 89 static AliEMCALRecParam* GetDefaultParameters();
f5fc991a 90 static AliEMCALRecParam* GetLowFluxParam();
91 static AliEMCALRecParam* GetHighFluxParam();
92
feedcab9 93 static const TObjArray* GetMappings();
3a8be91c 94
95private:
8ba062b1 96 //Clustering
3a8be91c 97 Float_t fClusteringThreshold ; // minimum energy to seed a EC digit in a cluster
98 Float_t fW0 ; // logarithmic weight for the cluster center of gravity calculation
99 Float_t fMinECut; // Minimum energy for a digit to be a member of a cluster
225cd96d 100 Bool_t fUnfold; // flag to perform cluster unfolding
101 Float_t fLocMaxCut; // minimum energy difference to consider local maxima in a cluster
3a8be91c 102
8ba062b1 103 //PID (Guenole)
104 Double_t fGamma[6][6]; // Parameter to Compute PID
105 Double_t fHadron[6][6]; // Parameter to Compute PID
106 Double_t fPiZero5to10[6][6]; // Parameter to Compute PID
107 Double_t fPiZero10to60[6][6]; // Parameter to Compute PID
108
109 //Track-Matching (Alberto)
110 Double_t fTrkCutX; // X-difference cut for track matching
111 Double_t fTrkCutY; // Y-difference cut for track matching
112 Double_t fTrkCutZ; // Z-difference cut for track matching
113 Double_t fTrkCutR; // cut on allowed track-cluster distance
114 Double_t fTrkCutAlphaMin; // cut on 'alpha' parameter for track matching (min)
115 Double_t fTrkCutAlphaMax; // cut on 'alpha' parameter for track matching (min)
116 Double_t fTrkCutAngle; // cut on relative angle between different track points for track matching
117
b4133f05 118 //Raw signal fitting parameters (Jenn)
119 Double_t fHighLowGainFactor; //gain factor to convert between high and low gain
120 Int_t fOrderParameter; //order parameter for raw signal fit
121 Double_t fTau; //decay constant for raw signal fit
122 Int_t fNoiseThreshold; //threshold to consider signal or noise
123 Int_t fNPedSamples; //number of time samples to use in pedestal calculation
124
feedcab9 125 static TObjArray* fgkMaps; // ALTRO mappings for RCU0..RCUX
126
413e6b81 127 ClassDef(AliEMCALRecParam,6) // Reconstruction parameters
3a8be91c 128
129} ;
130
131#endif // ALIEMCALRECPARAM_H
8ba062b1 132