62 |
|
|
63 |
private: |
private: |
64 |
|
|
65 |
|
static Bool_t simuflag; |
66 |
static Int_t GetIndex( UInt_t type ); |
static Int_t GetIndex( UInt_t type ); |
67 |
|
|
68 |
public: |
public: |
69 |
|
|
70 |
|
static void SetSimuFlag(Bool_t); |
71 |
|
static Bool_t GetSimuFlag(); |
72 |
// --------------------------------------------- |
// --------------------------------------------- |
73 |
// variables to store loaded-calibration info |
// variables to store loaded-calibration info |
74 |
// --------------------------------------------- |
// --------------------------------------------- |
129 |
// --------------------------------------------- |
// --------------------------------------------- |
130 |
// parameters |
// parameters |
131 |
// --------------------------------------------- |
// --------------------------------------------- |
132 |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type); |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type, UInt_t abstime=0); |
133 |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){ |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){ |
134 |
for(Int_t i=0; i<NTYPES; i++) |
Bool_t result = true; |
135 |
if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) )return false; |
for(Int_t i=0; i<NTYPES; i++) |
136 |
return true; |
if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) ) |
137 |
|
result = false; |
138 |
|
return result; |
139 |
}; |
}; |
140 |
static Bool_t Set( TString, UInt_t ); |
static Bool_t Set( TString, UInt_t ); |
141 |
static Bool_t Set( UInt_t ); |
static Bool_t Set( UInt_t ); |
164 |
static float GetPFA_ETAlandi(int,int,int); |
static float GetPFA_ETAlandi(int,int,int); |
165 |
static float GetPFA_ETAlandi(int nv,int nl,float ang) |
static float GetPFA_ETAlandi(int nv,int nl,float ang) |
166 |
{ return TrkParams::GetPFA_ETAlandi(nv,nl,TrkParams::GetPFA_AngleBin(ang)); }; |
{ return TrkParams::GetPFA_ETAlandi(nv,nl,TrkParams::GetPFA_AngleBin(ang)); }; |
167 |
|
static float GetMIP(int nl, int nv); |
168 |
|
|
169 |
|
|
170 |
// --------------------------------------------- |
// --------------------------------------------- |