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 |
|
|