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
/// \brief Check if there are enough data to compute the calibration.
63
65
/// \return false if any of the histograms has less entries than mMinEntries
@@ -104,14 +106,15 @@ class CalibratordEdx final : public o2::calibration::TimeSlotCalibration<o2::tpc
104
106
boolmApplyCuts{true}; ///< Flag to enable tracks cuts
105
107
std::tuple<float, int, float> mElectronCut{}; ///< Values passed to CalibdEdx::setElectronCut
106
108
TrackCuts mCuts; ///< Cut object
109
+
o2::base::Propagator::MatCorrType mMatType{}; ///< material type for track propagation
107
110
108
111
TFinterval mTFIntervals; ///< start and end time frame IDs of each calibration time slots
109
112
TimeInterval mTimeIntervals; ///< start and end times of each calibration time slots
110
113
CalibVector mCalibs; ///< vector of MIP positions, each element is filled in "process" when we finalize one slot (multiple can be finalized during the same "process", which is why we have a vector. Each element is to be considered the output of the device
0 commit comments