20 |
if (event->GetTrkLevel2()->GetNTracks() == 0) |
if (event->GetTrkLevel2()->GetNTracks() == 0) |
21 |
return; |
return; |
22 |
|
|
23 |
// Reload the TRK parameters only if they have been changed (ie., if another instance of |
// Reload the TRK alignment parameters only if they have been changed (ie., if another instance of |
24 |
// this class used a different set of parameters). |
// this class used a different set of parameters). |
25 |
if (_trkParamsFile != _currTrkParamsFile) { |
if (_trkParamsFile != _currTrkParamsFile) { |
26 |
TrkParams::Set(_trkParamsFile, 5); |
TrkParams::Set(_trkParamsFile, 5); |