Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion GPU/GPUTracking/TRDTracking/GPUTRDTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ class GPUTRDTracker_t : public GPUProcessor
GPUTRDTrackerDebug<TRDTRK>* mDebug; // debug output
bool mChamberStatus[kNChambers] = {}; // good (0) or bad (1) chamber from the CCDB, used for determining whether a track is findable
// bool mPadStatus[kNPads] = {}; // whether pad is masked or not in hardware, from the CCDB, used for determining if a track is findable

};
} // namespace o2::gpu

Expand Down
Loading