Skip to content

Commit 2af5ab2

Browse files
mfagginMattia Faggin
andauthored
DPG: comment out unused variables to avoid warnings. (#315)
Co-authored-by: Mattia Faggin <mfaggin@cern.ch>
1 parent 534db63 commit 2af5ab2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DPG/Tasks/qaImpPar.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)