Skip to content

Commit 3c3a0c2

Browse files
author
Isabel Kantak
committed
Change declaration order of struct variables to fit with the constructor
1 parent eb1299e commit 3c3a0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGEM/PhotonMeson/Core/V0PhotonCandidate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ struct V0PhotonCandidate {
4848
float psipair;
4949
float cospa;
5050
float chi2ndf;
51-
float centFT0M;
52-
float centFT0C;
5351
float centFT0A;
52+
float centFT0C;
53+
float centFT0M;
5454
float pca;
5555

5656
public:

0 commit comments

Comments
 (0)