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/AOD/include/AODProducerWorkflow/AODProducerWorkflowSpec.h
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
#include"DataFormatsTRD/TrackTRD.h"
22
22
#include"TRDBase/PadCalibrationsAliases.h"
23
23
#include"DataFormatsTRD/NoiseCalibration.h"
24
+
#include"DataFormatsTRD/CalGain.h"
25
+
#include"DataFormatsTRD/Constants.h"
24
26
#include"DetectorsBase/GRPGeomHelper.h"
25
27
#include"DetectorsBase/Propagator.h"
26
28
#include"Framework/DataProcessorSpec.h"
@@ -239,6 +241,8 @@ class AODProducerWorkflowDPL : public Task
239
241
boolmThinTracks{false};
240
242
boolmPropTracks{false};
241
243
boolmPropMuons{false};
244
+
floatmTrackQCKeepGlobalTracks{false};
245
+
floatmTrackQCRetainOnlydEdx{false};
242
246
floatmTrackQCFraction{0.00};
243
247
int64_tmTrackQCNTrCut{4};
244
248
floatmTrackQCDCAxy{3.};
@@ -251,6 +255,7 @@ class AODProducerWorkflowDPL : public Task
251
255
floatmMaxPropXiu{5.0f}; // max X_IU for which track is to be propagated if mPropTracks is true. (other option: o2::constants::geom::XTPCInnerRef + 0.1f)
252
256
253
257
const o2::trd::LocalGainFactor* mTRDLocalGain; // TRD local gain factors from krypton calibration
258
+
const o2::trd::CalGain* mTRDGainCalib; // TRD time-dependent gain calib at chamber level
0 commit comments