| 157 |
TTree *otr8 = 0; |
TTree *otr8 = 0; |
| 158 |
// |
// |
| 159 |
pamela->var.fl0 = false; |
pamela->var.fl0 = false; |
| 160 |
|
Int_t i = 0; |
| 161 |
|
Int_t isOK = 0; |
| 162 |
// |
// |
| 163 |
restart: |
restart: |
| 164 |
// |
// |
| 206 |
gStyle->SetNdivisions(1,"X"); |
gStyle->SetNdivisions(1,"X"); |
| 207 |
gStyle->SetNdivisions(1,"Y"); |
gStyle->SetNdivisions(1,"Y"); |
| 208 |
// |
// |
| 209 |
Int_t i = 0; |
if ( i < 0 ){ |
| 210 |
Int_t isOK = 0; |
i = -i; |
| 211 |
|
} else { |
| 212 |
|
i = 0; |
| 213 |
|
}; |
| 214 |
|
isOK = 0; |
| 215 |
// |
// |
| 216 |
// from here to refresh |
// from here to refresh |
| 217 |
// |
// |
| 301 |
carica.str(""); |
carica.str(""); |
| 302 |
carica << paminc.str().c_str() << "/feventvstruct.h"; |
carica << paminc.str().c_str() << "/feventvstruct.h"; |
| 303 |
gROOT->LoadMacro(carica.str().c_str()); |
gROOT->LoadMacro(carica.str().c_str()); |
| 304 |
|
// carica.str(""); |
| 305 |
|
// carica << paminc.str().c_str() << "/CaloNuclei.h"; |
| 306 |
|
// gROOT->LoadMacro(carica.str().c_str()); |
| 307 |
// |
// |
| 308 |
// load the selection macro |
// load the selection macro |
| 309 |
// |
// |
| 626 |
// |
// |
| 627 |
pamela->var.goon = false; |
pamela->var.goon = false; |
| 628 |
if ( pamela->var.refresh || pamela->var.restart ){ |
if ( pamela->var.refresh || pamela->var.restart ){ |
| 629 |
// if ( pamela->GetL2() ) pamela->GetL2()->Clear(); |
if ( pamela->GetL2() ) pamela->GetL2()->Reset(); |
| 630 |
if ( pamela->GetL2() ) pamela->GetL2()->Delete(); |
if ( pamela->level.file != 2 ) pamela->GetChain()->Delete(); |
| 631 |
//if ( pamela->GetL2() ) delete pamela->GetL2(); |
otr = NULL; |
| 632 |
if ( headerFile ) headerFile->Close("R"); |
if ( headerFile ) headerFile->Close("R"); |
| 633 |
if ( pamela->var.refresh ) goto refresh; |
if ( pamela->var.refresh ) goto refresh; |
| 634 |
if ( pamela->var.restart ){ |
if ( pamela->var.restart ){ |