Skip to content

Commit

Permalink
TOF: fetching GRPECS for correct number of orbits per TF
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-kleiner committed Oct 19, 2023
1 parent 95b9f61 commit 2ab17d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ o2::framework::DataProcessorSpec getTOFMergeIntegrateClusterSpec()
inputs.emplace_back("itofcq", o2::header::gDataOriginTOF, "ITOFCQ", 0, Lifetime::Sporadic);

auto ccdbRequest = std::make_shared<o2::base::GRPGeomRequest>(true, // orbitResetTime
false, // GRPECS=true for nHBF per TF
true, // GRPECS=true for nHBF per TF
false, // GRPLHCIF
false, // GRPMagField
false, // askMatLUT
Expand Down

0 comments on commit 2ab17d9

Please sign in to comment.