| 389 |
|
|
| 390 |
public: |
public: |
| 391 |
|
|
| 392 |
|
PamLevel2(TString ddir,TList *list,TString detlist); |
| 393 |
PamLevel2(TString ddir,TString list,TString detlist); |
PamLevel2(TString ddir,TString list,TString detlist); |
| 394 |
PamLevel2(TString ddir,TString list); |
PamLevel2(TString ddir,TString list); |
| 395 |
PamLevel2(); |
PamLevel2(); |
| 542 |
|
|
| 543 |
Bool_t IsRUN(){return RUN;}; |
Bool_t IsRUN(){return RUN;}; |
| 544 |
|
|
| 545 |
Bool_t IsGood(); |
Bool_t IsGood(Bool_t strict=true); |
| 546 |
|
|
| 547 |
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) |
| 548 |
|
|
| 550 |
|
|
| 551 |
void SetGP(Bool_t tt){ISGP=tt;}; |
void SetGP(Bool_t tt){ISGP=tt;}; |
| 552 |
|
|
| 553 |
void SetDebug(Bool_t set){ DBG=set; }; |
void SetDebug(Bool_t set){ DBG=set; TrkParams::SetVerboseMode(); }; |
| 554 |
|
|
| 555 |
ClassDef(PamLevel2,1); |
ClassDef(PamLevel2,1); |
| 556 |
}; |
}; |