61 |
// cp->ForceCaloFit(); |
// cp->ForceCaloFit(); |
62 |
// cp->SetDebug(true); |
// cp->SetDebug(true); |
63 |
// cp->Process(); |
// cp->Process(); |
64 |
if ( clong ) clong->SetCaloLevel2Pointer(cp->GetLevel2Pointer()); |
if ( clong ) clong->SetCaloLevel2Pointer(cp->GetCaloLevel2Pointer()); |
65 |
} |
} |
66 |
|
|
67 |
|
|
70 |
fLong = true; |
fLong = true; |
71 |
if ( !clong ){ |
if ( !clong ){ |
72 |
clong = new CaloLong(L2); |
clong = new CaloLong(L2); |
73 |
if ( cp ) clong->SetCaloLevel2Pointer(cp->GetLevel2Pointer()); |
if ( cp ) clong->SetCaloLevel2Pointer(cp->GetCaloLevel2Pointer()); |
74 |
clong->SplitInto(0,22); |
clong->SplitInto(0,22); |
75 |
}; |
}; |
76 |
// |
// |