Skip to content

Commit c7402ef

Browse files
committed
Minor fixes
1 parent 4644931 commit c7402ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/AOTTrack/D0CalibTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static const std::vector<std::string> labelsPtCand = {
239239
"pT bin 9"};
240240

241241
// column labels
242-
static const std::vector<std::string> labelsCutVarCand = {"delta inv. mass", "max d0d0", "max pointing angle", "max pointing angle XY", "min cos pointing angle", "min cos pointing angle xy", "min norm decay length", "min norm decay length XY", "min decay length", "min decay length XY"};
242+
static const std::vector<std::string> labelsCutVarCand = {"delta inv. mass", "max d0d0", "max pointing angle", "max pointing angle XY", "min cos pointing angle", "min cos pointing angle XY", "min norm decay length", "min norm decay length XY", "min decay length", "min decay length XY"};
243243

244244
static constexpr int NBinsPtMl = 10;
245245
// default values for the pT bin edges (can be used to configure histogram axis)

0 commit comments

Comments
 (0)