Skip to content

Commit b3b9dd8

Browse files
committed
disable cluster dump
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 53906e7 commit b3b9dd8

File tree

1 file changed

+1
-1
lines changed
  • Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/Clusterer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class Clusterer
190190
}
191191

192192
bool StartOfNewTF{true};
193-
static constexpr bool DumpClusterBin{true};
193+
static constexpr bool DumpClusterBin{false};
194194
void dumppCluster(const ChipPixelData* chip, const BBox& box);
195195
};
196196
//=========================================================

0 commit comments

Comments
 (0)