Skip to content
Snippets Groups Projects

Update the Calo Clustering algorithm in HLT1

Merged Nuria Valls Canudas requested to merge nuvallsc_HLT1CaloClustering into master
Compare and
33 files
+ 289
96
Compare changes
  • Side-by-side
  • Inline
Files
33
@@ -32,6 +32,8 @@ from AllenConf.lumi_reconstruction import lumi_reconstruction
from AllenConf.plume_reconstruction import decode_plume
from AllenConf.enum_types import TrackingType, includes_matching
from AllenConf.calo_reconstruction import make_ecal_clusters, decode_calo
def default_physics_lines(reconstructed_objects, with_calo, with_muon,
with_v0s):
@@ -789,6 +791,7 @@ def setup_hlt1_node(enablePhysics=True,
hlt1_node = CompositeNode(
"Allen", [
make_ecal_clusters(decode_calo())["dev_ecal_clusters"].producer,
lines,
dec_reporter,
global_decision,
Loading