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; |
141 |
Bool_t IsDebug(){return(debug);}; |
Bool_t IsDebug(){return(debug);}; |
142 |
Bool_t IsRunAlreadyInserted(); |
Bool_t IsRunAlreadyInserted(); |
143 |
Bool_t IsRunConsistent(Bool_t mishead, Bool_t mistrail, UInt_t &firstev, UInt_t &lastev); |
Bool_t IsRunConsistent(Bool_t mishead, Bool_t mistrail, UInt_t &firstev, UInt_t &lastev); |
144 |
// |
// |
145 |
|
Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2); |
146 |
|
// |
147 |
UInt_t PKT(UInt_t pkt_num); |
UInt_t PKT(UInt_t pkt_num); |
148 |
// |
// |
149 |
ULong64_t OBT(UInt_t obt); |
ULong64_t OBT(UInt_t obt); |
150 |
// |
// |
|
TArrayD S4_paramfit(pamela::CalibS4Event *S4CalibEvent); |
|
|
// |
|
151 |
|
|
152 |
public: |
public: |
153 |
// |
// |
169 |
void SetObt0(UInt_t ts); |
void SetObt0(UInt_t ts); |
170 |
void SetCommonGLRUN(UInt_t absth, UInt_t abstt); |
void SetCommonGLRUN(UInt_t absth, UInt_t abstt); |
171 |
void SetNOBOOT(Bool_t noboot); |
void SetNOBOOT(Bool_t noboot); |
172 |
|
void SetOlderThan(Long64_t oldthan); |
173 |
// |
// |
174 |
Bool_t SetID_RAW(); |
Bool_t SetID_RAW(); |
175 |
// |
// |
205 |
Int_t insertCALO_CALIB(); |
Int_t insertCALO_CALIB(); |
206 |
Int_t insertTRK_CALIB(); |
Int_t insertTRK_CALIB(); |
207 |
Int_t insertS4_CALIB(); |
Int_t insertS4_CALIB(); |
208 |
// |
Int_t CleanGL_RUN_FRAGMENTS(); |
209 |
|
Int_t ValidateRuns(); |
210 |
|
Int_t assignVALIDATION(UInt_t ,Bool_t ); |
211 |
|
// |
212 |
void OpenFile(); |
void OpenFile(); |
213 |
void CheckFile(); |
void CheckFile(); |
214 |
// |
// |