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
using TracksFull = soa::Join<aod::Tracks, aod::TracksExtra, aod::TracksCov, aod::TracksDCA, aod::TOFSignal, aod::TOFEvTime>;
48
48
using BCsWithRun2Info = soa::Join<aod::BCs, aod::Run2BCInfos, aod::Timestamps>;
49
49
50
50
namespace
@@ -167,7 +167,7 @@ struct antidLambdaEbye {
167
167
int nSubsamples;
168
168
169
169
float d_bz;
170
-
o2::base::MatLayerCylSet* lut = nullptr;
170
+
//o2::base::MatLayerCylSet* lut = nullptr;
171
171
172
172
Configurable<int> cfgMaterialCorrection{"cfgMaterialCorrection", static_cast<int>(o2::base::Propagator::MatCorrType::USEMatCorrNONE), "Type of material correction"};
0 commit comments