Skip to content
Snippets Groups Projects

Re enable precision calo for electrons

Files
6
@@ -30,7 +30,7 @@ def _algoHLTCaloCell(name="HLTCaloCellMaker", inputEDM='FSRoI', outputEDM='Cells
@@ -30,7 +30,7 @@ def _algoHLTCaloCell(name="HLTCaloCellMaker", inputEDM='FSRoI', outputEDM='Cells
def _algoHLTTopoCluster(inputEDM="CellsClusters", OutputLevel=ERROR, algSuffix="") :
def _algoHLTTopoCluster(inputEDM="CellsClusters", OutputLevel=ERROR, algSuffix="") :
from TrigCaloRec.TrigCaloRecConfig import TrigCaloClusterMakerMT_topo
from TrigCaloRec.TrigCaloRecConfig import TrigCaloClusterMakerMT_topo
algo = TrigCaloClusterMakerMT_topo(name="TrigCaloClusterMakerMT_topo"+algSuffix, doMoments=True, doLC=False, cells=inputEDM)
algo = TrigCaloClusterMakerMT_topo(name="TrigCaloClusterMakerMT_topo"+algSuffix, doMoments=True, doLC=False, cells=inputEDM)
algo.CaloClusters="caloclusters"
algo.CaloClusters="HLT_TopoCaloCluster"
algo.OutputLevel=OutputLevel
algo.OutputLevel=OutputLevel
return algo
return algo
Loading