Skip to content

Commit a1f217b

Browse files
committed
Address Vit's comment
1 parent af15261 commit a1f217b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ struct HfCorrelatorDMesonPairs {
582582

583583
/// Fill selection status histogram
584584
void fillEntry(const bool& isDCand1, const bool& isDbarCand1, const bool& isDCand2, const bool& isDbarCand2,
585-
const uint8_t& candidateType1, const uint8_t& candidateType2, float yCand1, float yCand2, float etaCand1, float etaCand2, float phiCand1, float phiCand2,
585+
const uint8_t candidateType1, const uint8_t candidateType2, float yCand1, float yCand2, float etaCand1, float etaCand2, float phiCand1, float phiCand2,
586586
double ptCand1, double ptCand2, float massDCand1, float massDbarCand1, float massDCand2, float massDbarCand2)
587587
{
588588

0 commit comments

Comments
 (0)