We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7ad1f commit 1a0a532Copy full SHA for 1a0a532
DPG/Tasks/AOTTrack/D0CalibTables.h
@@ -283,7 +283,7 @@ namespace o2
283
track::C1PtSnp,
284
track::C1PtTgl,
285
track::C1Pt21Pt2,
286
- /// *** track extra (static) TODO: check if also dynamic columns are needed
+ /// *** track extra (static)
287
track::TPCInnerParam,
288
track::Flags,
289
track::ITSClusterSizes,
DPG/Tasks/AOTTrack/derivedDataCreatorD0Calibration.cxx
@@ -153,7 +153,6 @@ struct DerivedDataCreatorD0Calibration {
153
if (std::abs(primaryVertex.getZ()) > zVtxMax) {
154
continue;
155
}
156
- // TODO: add pileup cuts?
157
158
auto covMatrixPV = primaryVertex.getCov();
159
0 commit comments