5 |
#include <list> |
#include <list> |
6 |
// |
// |
7 |
#include <TSQLServer.h> |
#include <TSQLServer.h> |
|
#include <TArrayD.h> |
|
8 |
// |
// |
9 |
#include <EventHeader.h> |
#include <EventHeader.h> |
10 |
#include <PscuHeader.h> |
#include <PscuHeader.h> |
49 |
UInt_t tsync; |
UInt_t tsync; |
50 |
UInt_t toffset; |
UInt_t toffset; |
51 |
// |
// |
52 |
|
Long64_t olderthan; |
53 |
|
// |
54 |
UInt_t BOOTNO; |
UInt_t BOOTNO; |
55 |
UInt_t obt0; |
UInt_t obt0; |
56 |
UInt_t id; |
UInt_t id; |
146 |
// |
// |
147 |
ULong64_t OBT(UInt_t obt); |
ULong64_t OBT(UInt_t obt); |
148 |
// |
// |
|
TArrayD S4_paramfit(pamela::CalibS4Event *S4CalibEvent); |
|
|
// |
|
149 |
|
|
150 |
public: |
public: |
151 |
// |
// |
167 |
void SetObt0(UInt_t ts); |
void SetObt0(UInt_t ts); |
168 |
void SetCommonGLRUN(UInt_t absth, UInt_t abstt); |
void SetCommonGLRUN(UInt_t absth, UInt_t abstt); |
169 |
void SetNOBOOT(Bool_t noboot); |
void SetNOBOOT(Bool_t noboot); |
170 |
|
void SetOlderThan(Long64_t oldthan); |
171 |
// |
// |
172 |
Bool_t SetID_RAW(); |
Bool_t SetID_RAW(); |
173 |
// |
// |
203 |
Int_t insertCALO_CALIB(); |
Int_t insertCALO_CALIB(); |
204 |
Int_t insertTRK_CALIB(); |
Int_t insertTRK_CALIB(); |
205 |
Int_t insertS4_CALIB(); |
Int_t insertS4_CALIB(); |
206 |
|
Int_t CleanGL_RUN_FRAGMENTS(); |
207 |
|
Int_t ValidateRuns(); |
208 |
// |
// |
209 |
void OpenFile(); |
void OpenFile(); |
210 |
void CheckFile(); |
void CheckFile(); |