You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/TPC/workflow/include/TPCWorkflow/TPCFactorizeSACSpec.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ class TPCFactorizeSACSpec : public o2::framework::Task
93
93
constboolmDebug{false}; ///< dump SACs to tree for debugging
94
94
constintmLaneId{0}; ///< the id of the current process within the parallel pipeline
95
95
uint64_tmCCDBTimeStamp{0}; ///< time stamp of first SACs which are received for the current aggreagtion interval, which is used for setting the time when writing to the CCDB
96
-
const std::vector<InputSpec> mFilter = {{"sac", ConcreteDataTypeMatcher{gDataOriginTPC, TPCDistributeSACSpec::getDataDescriptionSACVec(mLaneId)}, Lifetime::Timeframe}}; ///< filter for looping over input data
96
+
const std::vector<InputSpec> mFilter = {{"sac", ConcreteDataTypeMatcher{gDataOriginTPC, TPCDistributeSACSpec::getDataDescriptionSACVec(mLaneId)}, Lifetime::Sporadic}};///< filter for looping over input data
0 commit comments