Skip to content
Snippets Groups Projects
Commit b80d476d authored by Sergey Gorbunov's avatar Sergey Gorbunov Committed by Sergey Gorbunov
Browse files

Ca: bugfix in qa

parent 6e652966
No related branches found
No related tags found
1 merge request!1495KF refit utility for global tracks, BBA alignment task for mCBM
...@@ -92,10 +92,10 @@ void TimeSliceReader::CheckInit() const ...@@ -92,10 +92,10 @@ void TimeSliceReader::CheckInit() const
if (fvbUseDet[ca::EDetectorID::kMuch] && !fpBrMuchTracks) { if (fvbUseDet[ca::EDetectorID::kMuch] && !fpBrMuchTracks) {
throw std::logic_error("MuchTrack branch is not found"); throw std::logic_error("MuchTrack branch is not found");
} }
if (fvbUseDet[ca::EDetectorID::kTrd] && !fpBrRecoTracks) { if (fvbUseDet[ca::EDetectorID::kTrd] && !fpBrTrdTracks) {
throw std::logic_error("TrdTrack branch is not found"); throw std::logic_error("TrdTrack branch is not found");
} }
if (fvbUseDet[ca::EDetectorID::kTof] && !fpBrRecoTracks) { if (fvbUseDet[ca::EDetectorID::kTof] && !fpBrTofTracks) {
throw std::logic_error("TofTrack branch is not found"); throw std::logic_error("TofTrack branch is not found");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment