Skip to content

Commit

Permalink
TPC Scaler: make InputSpec from ccdb time dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-kleiner committed Nov 22, 2023
1 parent c380b45 commit dc343d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/TPC/workflow/src/TPCScalerSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class TPCScalerSpec : public Task
o2::framework::DataProcessorSpec getTPCScalerSpec()
{
std::vector<InputSpec> inputs;
inputs.emplace_back("tpcscaler", o2::header::gDataOriginTPC, "TPCSCALERCCDB", 0, Lifetime::Condition, ccdbParamSpec(o2::tpc::CDBTypeMap.at(o2::tpc::CDBType::CalScaler)));
inputs.emplace_back("tpcscaler", o2::header::gDataOriginTPC, "TPCSCALERCCDB", 0, Lifetime::Condition, ccdbParamSpec(o2::tpc::CDBTypeMap.at(o2::tpc::CDBType::CalScaler), {}, 1)); // time-dependent

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

0 comments on commit dc343d3

Please sign in to comment.