Skip to content

Commit 9834e24

Browse files
authored
Remove build error
1 parent ad748e7 commit 9834e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct HfCorrelatorHfeHadrons {
7171
Configurable<float> etaTrackMin{"etaTrackMin", -0.8f, "Eta range for associated hadron tracks"};
7272
Configurable<float> dcaXYTrackMax{"dcaXYTrackMax", 0.5f, "DCA XY cut"};
7373
Configurable<float> dcaZTrackMax{"dcaZTrackMax", 1.0f, "DCA Z cut"};
74-
Configurable<float> tpccrossCut{"TPCcrosscut", 70, "TPC crossrows cut"};
74+
Configurable<float> tpccrossCut{"tpccrossCut", 70, "TPC crossrows cut"};
7575
Configurable<float> itsChi2{"itsChi2", 36, "ITS chi2 cluster cut"};
7676
Configurable<float> tpcChi2NCl{"tpcChi2NCl", 4, "TPC chi2 cluster cut"};
7777
Configurable<float> tpccrOverFindableRatio{"tpccrOverFindableRatio", 0.8f, "TPC chi2 cluster cut"};

0 commit comments

Comments
 (0)