| 158 |
this->InitDo(dbc,hs,sgnl,l0tree,isdeb,isverb); |
this->InitDo(dbc,hs,sgnl,l0tree,isdeb,isverb); |
| 159 |
dbc->Close(); |
dbc->Close(); |
| 160 |
delete dbc; |
delete dbc; |
| 161 |
|
dbc = 0; |
| 162 |
} |
} |
| 163 |
|
|
| 164 |
|
|
| 278 |
Int_t sig = this->ChkParamDo(dbc,runheader,mechal); |
Int_t sig = this->ChkParamDo(dbc,runheader,mechal); |
| 279 |
dbc->Close(); |
dbc->Close(); |
| 280 |
delete dbc; |
delete dbc; |
| 281 |
|
dbc = 0; |
| 282 |
return(sig); |
return(sig); |
| 283 |
} |
} |
| 284 |
|
|
| 604 |
Int_t sig = CalcCrossTalkCorrDo(dbc,runheader,usetable); |
Int_t sig = CalcCrossTalkCorrDo(dbc,runheader,usetable); |
| 605 |
dbc->Close(); |
dbc->Close(); |
| 606 |
delete dbc; |
delete dbc; |
| 607 |
|
dbc = 0; |
| 608 |
// |
// |
| 609 |
return(sig); |
return(sig); |
| 610 |
// |
// |
| 624 |
Int_t sig = CalcCrossTalkCorrDo(dbc,runheader,true); |
Int_t sig = CalcCrossTalkCorrDo(dbc,runheader,true); |
| 625 |
dbc->Close(); |
dbc->Close(); |
| 626 |
delete dbc; |
delete dbc; |
| 627 |
|
dbc = 0; |
| 628 |
// |
// |
| 629 |
return(sig); |
return(sig); |
| 630 |
// |
// |
| 1992 |
}; |
}; |
| 1993 |
// |
// |
| 1994 |
} |
} |
| 1995 |
|
void CaloLevel0::FillCommonVar(CaloLevel1 *c1){ |
| 1996 |
|
if ( c1 ){ |
| 1997 |
|
c1->istrip = istrip; |
| 1998 |
|
c1->estrip = TArrayI(istrip,svstrip); |
| 1999 |
|
}; |
| 2000 |
|
// |
| 2001 |
|
} |
| 2002 |
|
|
| 2003 |
void CaloLevel0::ClearStructs(){ |
void CaloLevel0::ClearStructs(){ |
| 2004 |
ClearTrkVar(); |
ClearTrkVar(); |