diff --git a/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx b/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx index 6cf304ef885..6508dcd0a8a 100644 --- a/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx +++ b/PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.cxx @@ -76,8 +76,8 @@ bool fullDerivedData = false; /* produce full derived data for its external stor TList* ccdblst = nullptr; bool loadfromccdb = false; -std::vector recoIdMethods = {0,1,2};//Reconstructed PID Methods, 0 is no PID, 1 is calculated PID, 2 is MC PID -std::vector trackTypes = {0,1,2,3}; +std::vector recoIdMethods = {0, 1, 2}; // Reconstructed PID Methods, 0 is no PID, 1 is calculated PID, 2 is MC PID +std::vector trackTypes = {0, 1, 2, 3}; //============================================================================================ // The IdentifiedBfFilter histogram objects