| 97 |
var.showac = false; |
var.showac = false; |
| 98 |
} |
} |
| 99 |
|
|
| 100 |
|
void FEVdetector::Reset(){ |
| 101 |
|
L2 = NULL; |
| 102 |
|
} |
| 103 |
|
|
| 104 |
void FEVdetector::checkctrlword(){ |
void FEVdetector::checkctrlword(){ |
| 105 |
var.SHOWDEC = 0; |
var.SHOWDEC = 0; |
| 106 |
var.TOF = 0; |
var.TOF = 0; |
| 210 |
void FEVdetector::GetEntry(Int_t i){ |
void FEVdetector::GetEntry(Int_t i){ |
| 211 |
thisentry = i; |
thisentry = i; |
| 212 |
if ( level.file == 2 ){ |
if ( level.file == 2 ){ |
| 213 |
L2->Clear(); |
// L2->Clear(); |
| 214 |
// printf("qui\n"); |
// printf("qui\n"); |
| 215 |
L2->GetEntry(i); |
L2->GetEntry(i); |
| 216 |
if ( var.showall ){ |
if ( var.showall ){ |
| 5761 |
// |
// |
| 5762 |
Trajectory *tr = new Trajectory(npoint,zin); |
Trajectory *tr = new Trajectory(npoint,zin); |
| 5763 |
// |
// |
| 5764 |
ifail = track->DoTrack2(tr); |
// ifail = track->DoTrack2(tr); |
| 5765 |
|
ifail = track->DoTrack(tr); |
| 5766 |
// |
// |
| 5767 |
if ( !ifail ){ |
if ( !ifail ){ |
| 5768 |
for ( Int_t e = 0; e < npoint ; e++) { |
for ( Int_t e = 0; e < npoint ; e++) { |