Skip to content

Commit 9b8d829

Browse files
committed
Please consider the following formatting changes
1 parent d39a822 commit 9b8d829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)