Skip to content

Commit ebf7cc3

Browse files
authored
Merge pull request #33 from alibuild/alibot-cleanup-10792
[PWGCF] Please consider the following formatting changes to AliceO2Group#10792
2 parents e1c4e6b + 80f29b1 commit ebf7cc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)