186 |
|
|
187 |
Bool_t RUN; |
Bool_t RUN; |
188 |
|
|
189 |
|
Bool_t ISGP; //GP simulation |
190 |
|
|
191 |
|
|
192 |
Int_t SELLI; //trees of selected events (there is a selection list) |
Int_t SELLI; //trees of selected events (there is a selection list) |
193 |
|
|
194 |
void Initialize(); |
void Initialize(); |
343 |
|
|
344 |
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) |
345 |
|
|
346 |
|
Bool_t IsGP(){return ISGP;}; |
347 |
|
|
348 |
|
void SetGP(Bool_t tt){ISGP=tt;}; |
349 |
|
|
350 |
|
|
351 |
ClassDef(PamLevel2,1); |
ClassDef(PamLevel2,1); |
352 |
}; |
}; |
353 |
|
|