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: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,7 @@ struct ebyeMaker {
220
220
intmRunNumber;
221
221
float d_bz;
222
222
uint8_t nTrackletsColl;
223
+
uint8_t nTracksColl;
223
224
// o2::base::MatLayerCylSet* lut = nullptr;
224
225
225
226
Configurable<int> cfgMaterialCorrection{"cfgMaterialCorrection", static_cast<int>(o2::base::Propagator::MatCorrType::USEMatCorrNONE), "Type of material correction"};
@@ -244,7 +245,7 @@ struct ebyeMaker {
244
245
Configurable<float> etaMaxV0dau{"etaMaxV0dau", 0.8f, "maximum eta V0 daughters"};
0 commit comments