Skip to content
Snippets Groups Projects

add superTAE to builder

Closed Ricardo Vazquez Gomez requested to merge rvazquez_forCaloMoni into 2024-patches
Files
8
@@ -17,12 +17,14 @@ from RecoConf.hlt1_allen import make_allen_calo_clusters, allen_gaudi_config
from AllenCore.gaudi_allen_generator import allen_runtime_options
from PyConf.Algorithms import CaloFutureClusterMonitor
from PyConf.application import make_odin
from GaudiKernel.SystemOfUnits import GeV
def monitor_calo_clusters(clusters):
ecal_clus_moni = CaloFutureClusterMonitor(
Input=clusters,
ODINLocation=make_odin(),
HistoMultiplicityMax=400,
HistoEnergyMax=50. * GeV,
HistoEtMax=5. * GeV,
Loading