File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ struct QaImpactPar {
133133 {
134134 // o2::dataformats::DCA dca;
135135 // FIXME: get this from CCDB
136- constexpr float magneticField{5.0 }; // in kG
136+ // constexpr float magneticField{5.0}; // in kG
137137 constexpr float toMicrometers = 10000 .f ; // Conversion from [cm] to [mum]
138138 const bool isPIDPionApplied = ((nSigmaTPCPionMin > -10.001 && nSigmaTPCPionMax < 10.001 ) || (nSigmaTOFPionMin > -10.001 && nSigmaTOFPionMax < 10.001 ));
139139 const bool isPIDKaonApplied = ((nSigmaTPCKaonMin > -10.001 && nSigmaTPCKaonMax < 10.001 ) || (nSigmaTOFKaonMin > -10.001 && nSigmaTOFKaonMax < 10.001 ));
@@ -280,7 +280,7 @@ struct QaImpactParMC {
280280 {
281281 // o2::dataformats::DCA dca;
282282 // FIXME: get this from CCDB
283- constexpr float magneticField{5.0 }; // in kG
283+ // constexpr float magneticField{5.0}; // in kG
284284 constexpr float toMicrometers = 10000 .f ; // Conversion from [cm] to [mum]
285285
286286 // / trigger selection
@@ -316,7 +316,7 @@ struct QaImpactParMC {
316316 // / loop over tracks
317317 float impParRPhi = -999 .f ;
318318 float impParZ = -999 .f ;
319- o2::base::Propagator::MatCorrType matCorr = o2::base::Propagator::MatCorrType::USEMatCorrLUT;
319+ // o2::base::Propagator::MatCorrType matCorr = o2::base::Propagator::MatCorrType::USEMatCorrLUT;
320320 if (!o2::base::GeometryManager::isGeometryLoaded ()) {
321321 o2::base::GeometryManager::isGeometryLoaded ();
322322 o2::base::GeometryManager::loadGeometry ();
You can’t perform that action at this time.
0 commit comments