| 136 |
// --------------------------------------------- |
// --------------------------------------------- |
| 137 |
TChain* pam_tree; |
TChain* pam_tree; |
| 138 |
TTree* pam_tree_clone[NCLONES]; |
TTree* pam_tree_clone[NCLONES]; |
| 139 |
|
|
| 140 |
// -------------------------------------------- |
// -------------------------------------------- |
| 141 |
// variables to store Level0 info (if required) |
// variables to store Level0 info (if required) |
| 142 |
// -------------------------------------------- |
// -------------------------------------------- |
| 187 |
|
|
| 188 |
Int_t SELLI; //trees of selected events (there is a selection list) |
Int_t SELLI; //trees of selected events (there is a selection list) |
| 189 |
|
|
| 190 |
|
void Initialize(); |
| 191 |
|
|
| 192 |
|
|
| 193 |
public: |
public: |
| 194 |
|
|
| 195 |
|
PamLevel2(TString ddir,TString list,TString detlist); |
| 196 |
|
PamLevel2(TString ddir,TString list); |
| 197 |
PamLevel2(); |
PamLevel2(); |
| 198 |
~PamLevel2(){Delete();}; |
~PamLevel2(){Delete();}; |
| 199 |
|
|
| 200 |
void Clear(); |
void Clear(); |
| 201 |
|
void Reset(); |
| 202 |
void Delete(); |
void Delete(); |
| 203 |
|
|
| 204 |
|
|