Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ bool fullDerivedData = false; /* produce full derived data for its external stor
TList* ccdblst = nullptr;
bool loadfromccdb = false;

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

//============================================================================================
// The IdentifiedBfFilter histogram objects
Expand Down
Loading