Skip to content

Commit

Permalink
Fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Feb 16, 2023
1 parent 4ff0677 commit 6e77a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DPG/Tasks/TOF/tofOfflineCalib.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ struct tofOfflineCalib {
// lOutCalib->Add(lastSubList);
}

constexpr auto responseEl = ResponseImplementation<PID::Electron>();
constexpr auto responseMu = ResponseImplementation<PID::Muon>();
constexpr auto responsePi = ResponseImplementation<PID::Pion>();
constexpr auto responseKa = ResponseImplementation<PID::Kaon>();
Expand Down

0 comments on commit 6e77a36

Please sign in to comment.