Skip to content

Commit 80f29b1

Browse files
committed
Please consider the following formatting changes
1 parent e1c4e6b commit 80f29b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ bool fullDerivedData = false; /* produce full derived data for its external stor
7676
TList* ccdblst = nullptr;
7777
bool loadfromccdb = false;
7878

79-
std::vector<int> recoIdMethods = {0,1,2};//Reconstructed PID Methods, 0 is no PID, 1 is calculated PID, 2 is MC PID
80-
std::vector<int> trackTypes = {0,1,2,3};
79+
std::vector<int> recoIdMethods = {0, 1, 2}; // Reconstructed PID Methods, 0 is no PID, 1 is calculated PID, 2 is MC PID
80+
std::vector<int> trackTypes = {0, 1, 2, 3};
8181

8282
//============================================================================================
8383
// The IdentifiedBfFilter histogram objects

0 commit comments

Comments
 (0)