45 |
delete clong; |
delete clong; |
46 |
clong = new CaloLong(L2); |
clong = new CaloLong(L2); |
47 |
clong->SplitInto(0,22); |
clong->SplitInto(0,22); |
48 |
|
clong->HeavyTail(true); |
49 |
}; |
}; |
50 |
if ( cp ) delete cp; |
if ( cp ) delete cp; |
51 |
cp = NULL; |
cp = NULL; |
62 |
// cp->ForceCaloFit(); |
// cp->ForceCaloFit(); |
63 |
// cp->SetDebug(true); |
// cp->SetDebug(true); |
64 |
// cp->Process(); |
// cp->Process(); |
65 |
if ( clong ) clong->SetCaloLevel2Pointer(cp->GetLevel2Pointer()); |
if ( clong ) clong->SetCaloLevel2Pointer(cp->GetCaloLevel2Pointer()); |
66 |
} |
} |
67 |
|
|
68 |
|
|
71 |
fLong = true; |
fLong = true; |
72 |
if ( !clong ){ |
if ( !clong ){ |
73 |
clong = new CaloLong(L2); |
clong = new CaloLong(L2); |
74 |
if ( cp ) clong->SetCaloLevel2Pointer(cp->GetLevel2Pointer()); |
if ( cp ) clong->SetCaloLevel2Pointer(cp->GetCaloLevel2Pointer()); |
75 |
clong->SplitInto(0,22); |
clong->SplitInto(0,22); |
76 |
|
clong->HeavyTail(true); |
77 |
}; |
}; |
78 |
// |
// |
79 |
} |
} |