Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icarus_basicpandora:
EnableLineGaps: true
UseGlobalCoordinates: true
UseActiveBoundingBox: true
UseHitWidths: false
UseHitWidths: true
ShouldRunAllHitsCosmicReco: false
ShouldRunStitching: false
ShouldRunCosmicHitRemoval: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<algorithm type = "LArTrackConsolidation">
<algorithm type = "LArSimpleClusterCreation" description = "ClusterRebuilding"/>
</algorithm>
<algorithm type = "LArHitWidthClusterMerging"/>

<algorithm type = "LArClusteringParent">
<algorithm type = "LArTrackClusterCreation" description = "ClusterFormation"/>
Expand All @@ -56,6 +57,7 @@
<algorithm type = "LArTrackConsolidation">
<algorithm type = "LArSimpleClusterCreation" description = "ClusterRebuilding"/>
</algorithm>
<algorithm type = "LArHitWidthClusterMerging"/>

<algorithm type = "LArClusteringParent">
<algorithm type = "LArTrackClusterCreation" description = "ClusterFormation"/>
Expand All @@ -77,6 +79,7 @@
<algorithm type = "LArTrackConsolidation">
<algorithm type = "LArSimpleClusterCreation" description = "ClusterRebuilding"/>
</algorithm>
<algorithm type = "LArHitWidthClusterMerging"/>

<!-- VertexAlgorithms -->
<algorithm type = "LArCutClusterCharacterisation">
Expand Down