From e5f2ffbe5980878c2b6e684d96470ef7716dfec2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 2 Dec 2024 11:23:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/Tasks/fwdMuonsUPC.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PWGUD/Tasks/fwdMuonsUPC.cxx b/PWGUD/Tasks/fwdMuonsUPC.cxx index 57dc909ee9b..c4c19376c44 100644 --- a/PWGUD/Tasks/fwdMuonsUPC.cxx +++ b/PWGUD/Tasks/fwdMuonsUPC.cxx @@ -28,7 +28,7 @@ #include "DataFormatsParameters/GRPECSObject.h" #include "PWGUD/DataModel/UDTables.h" -//#include "TDatabasePDG.h" +// #include "TDatabasePDG.h" #include "TLorentzVector.h" #include "TSystem.h" #include "TMath.h" @@ -228,7 +228,7 @@ struct fwdMuonsUPC { void init(InitContext&) { // PDG - //pdg = TDatabasePDG::Instance(); + // pdg = TDatabasePDG::Instance(); // binning of pT axis fr fit std::vector ptFitBinning = { @@ -343,10 +343,10 @@ struct fwdMuonsUPC { { auto mass = pdg->Mass(pid); - //auto pdgparticle = pdg->GetParticle(pid); - //if (pdgparticle != nullptr) { - // mass = pdgparticle->Mass(); - //} + // auto pdgparticle = pdg->GetParticle(pid); + // if (pdgparticle != nullptr) { + // mass = pdgparticle->Mass(); + // } return mass; }