Skip to content
Snippets Groups Projects

Monitoring updates (more histograms, binning changes, etc.)

Closed Kate Abigail Richardson requested to merge kaaricha_temp_debug into master
Compare and
24 files
+ 377
100
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -37,7 +37,8 @@ def setup_hlt1_node(enableRateValidator=True):
# Reconstruct objects needed as input for selection lines
decoded_calo = decode_calo()
ecal_clusters = make_ecal_clusters(decoded_calo)
ecal_clusters = make_ecal_clusters(
decoded_calo, calo_find_clusters_name='calo_find_clusters_cosmics')
hlt1_config['reconstruction'] = {'ecal_clusters': ecal_clusters}
Loading