Skip to content

Commit 9d17638

Browse files
authored
Merge pull request #34 from alibuild/alibot-cleanup-9999
[PWGJE] Please consider the following formatting changes to AliceO2Group#9999
2 parents d39a822 + 9b8d829 commit 9d17638

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGJE/Tasks/statPromptPhoton.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,8 @@ struct statPromptPhoton {
885885
histos.fill(HIST("REC_Cluster_ParticleWITHOUTtrack_Pt_Eta"), clusterparticle.pt(), clusterparticle.eta());
886886
}
887887
} // pdg code check
888-
889-
double phidiff = TVector2::Phi_mpi_pi(mccluster.phi() - clusterparticle.phi());
888+
889+
double phidiff = TVector2::Phi_mpi_pi(mccluster.phi() - clusterparticle.phi());
890890
double etadiff = mccluster.eta() - clusterparticle.eta();
891891

892892
if (pdgcode == 211 || pdgcode == 321 || pdgcode == 2212 || pdgcode == 11) {

0 commit comments

Comments
 (0)