Skip to content

Commit

Permalink
fix: re-enable CherenkovPID analysis processor
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 23, 2023
1 parent 2b77f40 commit fd7501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmarks/reconstruction/pid/benchmarks_pid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ extern "C" {
void InitPlugin(JApplication *app) {
InitJANAPlugin(app);
app->Add(new eicrecon::Digitizer_processor);
// app->Add(new eicrecon::IrtCherenkovParticleID_processor);
app->Add(new eicrecon::IrtCherenkovParticleID_processor);
}
}

0 comments on commit fd7501d

Please sign in to comment.