Skip to content

Commit 1a0a532

Browse files
committed
Remove unnecessary comments
1 parent 8f7ad1f commit 1a0a532

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DPG/Tasks/AOTTrack/D0CalibTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ namespace o2
283283
track::C1PtSnp,
284284
track::C1PtTgl,
285285
track::C1Pt21Pt2,
286-
/// *** track extra (static) TODO: check if also dynamic columns are needed
286+
/// *** track extra (static)
287287
track::TPCInnerParam,
288288
track::Flags,
289289
track::ITSClusterSizes,

DPG/Tasks/AOTTrack/derivedDataCreatorD0Calibration.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ struct DerivedDataCreatorD0Calibration {
153153
if (std::abs(primaryVertex.getZ()) > zVtxMax) {
154154
continue;
155155
}
156-
// TODO: add pileup cuts?
157156

158157
auto covMatrixPV = primaryVertex.getCov();
159158

0 commit comments

Comments
 (0)