| 49 |
UInt_t tsync; |
UInt_t tsync; |
| 50 |
UInt_t toffset; |
UInt_t toffset; |
| 51 |
// |
// |
| 52 |
// Long64_t olderthan; |
// Long64_t olderthan; |
| 53 |
|
UInt_t dworbit; |
| 54 |
// |
// |
| 55 |
UInt_t BOOTNO; |
UInt_t BOOTNO; |
| 56 |
UInt_t obt0; |
UInt_t obt0; |
| 82 |
// Path to tle file |
// Path to tle file |
| 83 |
TString tlefilename; |
TString tlefilename; |
| 84 |
|
|
| 85 |
// flag to control profiler actions |
// flag to control profiler actions |
| 86 |
Bool_t INSERT_RAW; |
Bool_t INSERT_RAW; |
| 87 |
Bool_t INSERT_ROOT; |
Bool_t INSERT_ROOT; |
| 88 |
Bool_t VALIDATE; |
Bool_t VALIDATE; |
| 89 |
|
|
| 90 |
TDatime *clean_time; |
TDatime *clean_time; |
| 91 |
|
|
| 92 |
// |
// |
| 93 |
typedef std::list<const char*> pcksList; |
typedef std::list<const char*> pcksList; |
| 94 |
static void getPacketsNames(pcksList &pcksNames){ |
static void getPacketsNames(pcksList &pcksNames){ |
| 160 |
// |
// |
| 161 |
ULong64_t OBT(UInt_t obt); |
ULong64_t OBT(UInt_t obt); |
| 162 |
// |
// |
| 163 |
|
UInt_t AssignRunID(); |
| 164 |
|
|
| 165 |
// GL_TLE related functions |
// GL_TLE related functions |
| 166 |
int insertTle(cTle*); |
int insertTle(cTle*); |
| 188 |
void SetNOBOOT(Bool_t noboot); |
void SetNOBOOT(Bool_t noboot); |
| 189 |
void SetOlderThan(Long64_t oldthan); |
void SetOlderThan(Long64_t oldthan); |
| 190 |
void SetTLEPath(TString str); |
void SetTLEPath(TString str); |
| 191 |
|
void SetOrbitNo(); |
| 192 |
// |
// |
| 193 |
Bool_t SetID_RAW(); |
Bool_t SetID_RAW(); |
| 194 |
// |
// |