128 |
// --------------------------------------------- |
// --------------------------------------------- |
129 |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type); |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc, UInt_t type); |
130 |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){ |
static Bool_t Set( GL_RUN* glrun, TSQLServer* dbc){ |
131 |
for(Int_t i=0; i<NTYPES; i++) |
Bool_t result = true; |
132 |
if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) )return false; |
for(Int_t i=0; i<NTYPES; i++) |
133 |
return true; |
if( !TrkParams::Set(glrun,dbc,trkparamtype[i]) ) |
134 |
|
result = false; |
135 |
|
return result; |
136 |
}; |
}; |
137 |
static Bool_t Set( TString, UInt_t ); |
static Bool_t Set( TString, UInt_t ); |
138 |
static Bool_t Set( UInt_t ); |
static Bool_t Set( UInt_t ); |