Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DPG/Tasks/qaImpPar.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct QaImpactPar {
{
//o2::dataformats::DCA dca;
// FIXME: get this from CCDB
constexpr float magneticField{5.0}; // in kG
//constexpr float magneticField{5.0}; // in kG
constexpr float toMicrometers = 10000.f; // Conversion from [cm] to [mum]
const bool isPIDPionApplied = ((nSigmaTPCPionMin > -10.001 && nSigmaTPCPionMax < 10.001) || (nSigmaTOFPionMin > -10.001 && nSigmaTOFPionMax < 10.001));
const bool isPIDKaonApplied = ((nSigmaTPCKaonMin > -10.001 && nSigmaTPCKaonMax < 10.001) || (nSigmaTOFKaonMin > -10.001 && nSigmaTOFKaonMax < 10.001));
Expand Down Expand Up @@ -280,7 +280,7 @@ struct QaImpactParMC {
{
//o2::dataformats::DCA dca;
// FIXME: get this from CCDB
constexpr float magneticField{5.0}; // in kG
//constexpr float magneticField{5.0}; // in kG
constexpr float toMicrometers = 10000.f; // Conversion from [cm] to [mum]

/// trigger selection
Expand Down Expand Up @@ -316,7 +316,7 @@ struct QaImpactParMC {
/// loop over tracks
float impParRPhi = -999.f;
float impParZ = -999.f;
o2::base::Propagator::MatCorrType matCorr = o2::base::Propagator::MatCorrType::USEMatCorrLUT;
//o2::base::Propagator::MatCorrType matCorr = o2::base::Propagator::MatCorrType::USEMatCorrLUT;
if (!o2::base::GeometryManager::isGeometryLoaded()) {
o2::base::GeometryManager::isGeometryLoaded();
o2::base::GeometryManager::loadGeometry();
Expand Down