Skip to content
Snippets Groups Projects
Commit 033fc8c2 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

emulateSC_Cfg(): add configuration of the CaloSuperCellAlignCondAlg

This function is used for emulating supercells, so, logically, we should
also make sure it configures the CaloSuperCellAlignCondAlg
parent 790ba9ad
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ ApplicationMgr 0 SUCCESS
ApplicationMgr 0 SUCCESS CaloBCIDLumiCondAlg/CaloBCIDLumiCondAlg
ApplicationMgr 0 SUCCESS CaloNoiseCondAlg/Calo_electronicNoiseAlg
ApplicationMgr 0 SUCCESS CaloNoiseSigmaDiffCondAlg/CaloNoiseSigmaDiffCondAlg
ApplicationMgr 0 SUCCESS CaloSuperCellAlignCondAlg/CaloSuperCellAlignCondAlg
ApplicationMgr 0 SUCCESS AthSequencer/AthEndSeq
ApplicationMgr 0 SUCCESS AthIncFirerAlg/EndIncFiringAlg
ApplicationMgr 0 SUCCESS IncidentProcAlg/IncidentProcAlg2
......
......@@ -84,4 +84,7 @@ def emulateSC_Cfg(flags, CellsIn="SeedLessFS", SCOut="EmulatedSCell"):
#The default input to LARSuperCellBCIDEmAlg (which applies the BCID correction) is the same: SCellContainer
acc.merge(LArSuperCellBCIDEmAlgCfg(flags, **larSCargs))
# Given this function emulates supercells, we should also configure the supercell alignment Cond alg
acc.addCondAlgo(CompFactory.CaloSuperCellAlignCondAlg())
return acc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment