Skip to content
Closed
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
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/lfTPCPID.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static constexpr float defaultParameters[nSpecies][nParameters]{{2.f, 2.f, 0.f,
// Structure to hold the parameters
struct bbParams {
const std::string name;
bbParams(const std::string& n) : name(n){}
bbParams(const std::string& n) : name(n) {}
// Parameters for the Bethe-Bloch parametrization
float bb1 = 0.03209809958934784f; // Aleph Bethe Bloch parameter 1
float bb2 = 19.9768009185791f; // Aleph Bethe Bloch parameter 2
Expand Down