Skip to content

Commit 644cd91

Browse files
njacazioktf
authored andcommitted
Update configurable name in QATask
1 parent aed1af5 commit 644cd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Analysis/Tasks/qaTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ struct QATrackingResolution {
133133

134134
o2fw::Configurable<int> nBinsDeltaPhi{"nBinsPhi", 100, "Number of bins for the azimuthal angle differences"};
135135

136-
o2fw::Configurable<int> nBinsDeltaEta{"nBinsEta", 100, "Number of bins for the pseudorapidity differences"};
136+
o2fw::Configurable<int> nBinsDeltaEta{"nBinsDeltaEta", 100, "Number of bins for the pseudorapidity differences"};
137137

138138
o2fw::Configurable<int> nBinsImpactParameter{"nBinsImpactParameter", 1000, "Number of bins for the Impact parameter"};
139139

0 commit comments

Comments
 (0)