ATLAS Offline Software
Functions | Variables
Egamma1_LArStrip_FexCfg Namespace Reference

Functions

def Egamma1_LArStrip_FexCfg (flags, name='Egamma1_LArStrip_Fex', caloCellProducer="EMB1CellsFromCaloCells", dump=False, dumpTerse=False, makeCaloCellContainerChecks=True, OutputLevel=None)
 

Variables

 logger
 

Function Documentation

◆ Egamma1_LArStrip_FexCfg()

def Egamma1_LArStrip_FexCfg.Egamma1_LArStrip_FexCfg (   flags,
  name = 'Egamma1_LArStrip_Fex',
  caloCellProducer = "EMB1CellsFromCaloCells",
  dump = False,
  dumpTerse = False,
  makeCaloCellContainerChecks = True,
  OutputLevel = None 
)

Definition at line 11 of file Egamma1_LArStrip_FexCfg.py.

12  flags,
13  name='Egamma1_LArStrip_Fex',
14  caloCellProducer="EMB1CellsFromCaloCells",
15  dump=False,
16  dumpTerse=False,
17  makeCaloCellContainerChecks=True,
18  OutputLevel=None):
19 
20  cfg = ComponentAccumulator()
21 
22 
23  alg = CompFactory.GlobalSim.Egamma1_LArStrip_Fex(name)
24 
25  if caloCellProducer == "EMB1CellsFromCaloCells":
26  caloCellProducer = CompFactory.GlobalSim.EMB1CellsFromCaloCells()
27  caloCellProducer.makeCaloCellContainerChecks = makeCaloCellContainerChecks
28  else:
29  logger.debug("Cell fetcher " + caloCellProducer + " not supported")
30  return cfg
31 
32  if OutputLevel is not None:
33  alg.OutputLevel = OutputLevel
34  caloCellProducer.OutputLevel = OutputLevel
35  alg.caloCellProducer = caloCellProducer
36 
37  roiAlgTool = CompFactory.GlobalSim.eFexRoIAlgTool()
38  roiAlgTool.OutputLevel = OutputLevel
39  alg.roiAlgTool = roiAlgTool
40 
41  alg.dump = dump
42  alg.dumpTerse = dumpTerse
43  cfg.addEventAlgo(alg)
44 
45  return cfg
46 

Variable Documentation

◆ logger

Egamma1_LArStrip_FexCfg.logger

Definition at line 7 of file Egamma1_LArStrip_FexCfg.py.

Egamma1_LArStrip_FexCfg.Egamma1_LArStrip_FexCfg
def Egamma1_LArStrip_FexCfg(flags, name='Egamma1_LArStrip_Fex', caloCellProducer="EMB1CellsFromCaloCells", dump=False, dumpTerse=False, makeCaloCellContainerChecks=True, OutputLevel=None)
Definition: Egamma1_LArStrip_FexCfg.py:11
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302