| 227 |
|
|
| 228 |
void CreateCloneTrees0(TChain *fChain, TFile* file); |
void CreateCloneTrees0(TChain *fChain, TFile* file); |
| 229 |
void CreateCloneTrees(TFile* file); |
void CreateCloneTrees(TFile* file); |
| 230 |
|
void CreateCloneTrees(){CreateCloneTrees(NULL);}; |
| 231 |
void FillCloneTrees(); |
void FillCloneTrees(); |
| 232 |
TTree *GetCloneTree(TString); |
TTree *GetCloneTree(TString); |
| 233 |
void WriteCloneTrees(); |
void WriteCloneTrees(); |
| 252 |
void SetDBHost(TString str){host=str;}; |
void SetDBHost(TString str){host=str;}; |
| 253 |
void SetDBUser(TString str){user=str;}; |
void SetDBUser(TString str){user=str;}; |
| 254 |
void SetDBPsw(TString str){psw=str;}; |
void SetDBPsw(TString str){psw=str;}; |
| 255 |
|
TSQLServer* GetSQLServer(){return dbc;}; |
| 256 |
|
Bool_t SetDBConnection(); |
| 257 |
|
|
| 258 |
// ======================================================== |
// ======================================================== |
| 259 |
// methods needed to retrieve subdetector general variables |
// methods needed to retrieve subdetector general variables |
| 260 |
// ======================================================== |
// ======================================================== |
| 261 |
void* GetPointerTo(const char*); |
void* GetPointerTo(const char*); |
| 262 |
EventHeader *GetEventHeader() { return h0_obj; }; |
EventHeader *GetEventHeader() { return h0_obj; }; |
| 263 |
TrkLevel0 *GetTrkLevel0() { return trk0_obj; }; |
|
| 264 |
CaloLevel0 *GetCaloLevel0() { return calo0_obj; }; |
/* TrkLevel0 *GetTrkLevel0() { return trk0_obj; }; */ |
| 265 |
|
/* CaloLevel0 *GetCaloLevel0() { return calo0_obj; }; */ |
| 266 |
|
TrkLevel0 *GetTrkLevel0(); |
| 267 |
|
CaloLevel0 *GetCaloLevel0(); |
| 268 |
|
|
| 269 |
|
|
| 270 |
TrkLevel1 *GetTrkLevel1() { return trk1_obj; }; |
TrkLevel1 *GetTrkLevel1() { return trk1_obj; }; |
| 271 |
TrkLevel2 *GetTrkLevel2() { return trk2_obj; }; |
TrkLevel2 *GetTrkLevel2() { return trk2_obj; }; |
| 336 |
|
|
| 337 |
Bool_t IsRUN(){return RUN;}; |
Bool_t IsRUN(){return RUN;}; |
| 338 |
|
|
| 339 |
|
Bool_t IsGood(); |
| 340 |
|
|
| 341 |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
| 342 |
|
|
| 343 |
ClassDef(PamLevel2,1); |
ClassDef(PamLevel2,1); |