git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved all the constants from AliL3Defs.h to static AliL3Transform. No
[u/mrichter/AliRoot.git]
/
HLT
/
src
/
AliL3Transform.h
diff --git
a/HLT/src/AliL3Transform.h
b/HLT/src/AliL3Transform.h
index 0ec7810d16a24c5b6577b2c7dfbd848c37335f9d..18ade80f993aed33619bdb027edbaa0ebacf19b9 100644
(file)
--- a/
HLT/src/AliL3Transform.h
+++ b/
HLT/src/AliL3Transform.h
@@
-27,13
+27,21
@@
class AliL3Transform {
static Int_t fNPads[176]; //fill this following Init
static Double_t fX[176]; //fill this following Init
static Int_t fVersion; //flags which version one is using
static Int_t fNPads[176]; //fill this following Init
static Double_t fX[176]; //fill this following Init
static Int_t fVersion; //flags which version one is using
+ static Int_t fRows[6][2];
+ static Int_t fNRows[6];
+ static Int_t fNPatches;
public:
static void Init(const Char_t* path); //new init for all AliRoot versions
static void SetBField(Double_t f) {fBField = f;}
public:
static void Init(const Char_t* path); //new init for all AliRoot versions
static void SetBField(Double_t f) {fBField = f;}
+ static Int_t GetFirstRow(Int_t patch) {return fRows[patch][0];}
+ static Int_t GetLastRow(Int_t patch) {return fRows[patch][1];}
+ static Int_t GetNRows(Int_t patch) {return fNRows[patch];}
+ static Int_t GetNPatches() {return fNPatches;}
static Double_t GetBField() {return fBField;}
static Double_t GetBField() {return fBField;}
+ static Double_t Pi() {return fPi;}
static Int_t GetVersion(){return fVersion;}
static Double_t GetPadPitchWidthLow() {return fPadPitchWidthLow;}
static Double_t GetPadPitchWidthUp() {return fPadPitchWidthUp;}
static Int_t GetVersion(){return fVersion;}
static Double_t GetPadPitchWidthLow() {return fPadPitchWidthLow;}
static Double_t GetPadPitchWidthUp() {return fPadPitchWidthUp;}