|
ATLAS Offline Software
|
|
def | DefaultParticleKillerSelectorCfg (flags, name="ISF_DefaultParticleKillerSelector", **kwargs) |
|
def | DefaultGeant4SelectorCfg (flags, name="ISF_DefaultGeant4Selector", **kwargs) |
|
def | DefaultATLFAST_Geant4SelectorCfg (flags, name="ISF_DefaultATLFAST_Geant4Selector", **kwargs) |
|
def | FullGeant4SelectorCfg (flags, name="ISF_FullGeant4Selector", **kwargs) |
|
def | PassBackGeant4SelectorCfg (flags, name="ISF_PassBackGeant4Selector", **kwargs) |
|
def | DefaultFastCaloSimSelectorCfg (flags, name="ISF_DefaultFastCaloSimSelector", **kwargs) |
|
def | DefaultFastCaloSimV2SelectorCfg (flags, name="ISF_DefaultFastCaloSimV2Selector", **kwargs) |
|
def | DefaultDNNCaloSimSelectorCfg (flags, name="ISF_DefaultDNNCaloSimSelector", **kwargs) |
|
def | FastHitConvAlgFastCaloSimSelectorCfg (flags, name="ISF_FastHitConvAlgFastCaloSimSelector", **kwargs) |
|
def | DefaultFatrasSelectorCfg (flags, name="ISF_DefaultFatrasSelector", **kwargs) |
|
def | DefaultActsSelectorCfg (flags, name="ISF_DefaultActsSelector", **kwargs) |
|
def | BaseKinematicGeant4SelectorCfg (flags, name="DONOTUSEDIRECTLY", **kwargs) |
| KinematicSimSelector Configurations. More...
|
|
def | BaseKinematicATLFAST_Geant4SelectorCfg (flags, name="DONOTUSEDIRECTLY", **kwargs) |
|
def | BaseKinematicFatrasSelectorCfg (flags, name="DONOTUSEDIRECTLY", **kwargs) |
|
def | BaseKinematicFastCaloSimSelectorCfg (flags, name="DONOTUSEDIRECTLY", **kwargs) |
|
def | BaseKinematicParticleKillerSimSelectorCfg (flags, name="DONOTUSEDIRECTLY", **kwargs) |
|
def | ProtonATLFAST_Geant4SelectorCfg (flags, name="ISF_ProtonATLFAST_Geant4Selector", **kwargs) |
|
def | PionATLFAST_Geant4SelectorCfg (flags, name="ISF_PionATLFAST_Geant4Selector", **kwargs) |
|
def | NeutronATLFAST_Geant4SelectorCfg (flags, name="ISF_NeutronATLFAST_Geant4Selector", **kwargs) |
|
def | ChargedKaonATLFAST_Geant4SelectorCfg (flags, name="ISF_ChargedKaonATLFAST_Geant4Selector", **kwargs) |
|
def | KLongATLFAST_Geant4SelectorCfg (flags, name="ISF_KLongATLFAST_Geant4Selector", **kwargs) |
|
def | MuonATLFAST_Geant4SelectorCfg (flags, name="ISF_MuonATLFAST_Geant4Selector", **kwargs) |
|
def | WithinEta5FastCaloSimSelectorCfg (flags, name="ISF_WithinEta5FastCaloSimSelector", **kwargs) |
|
def | EtaGreater5ParticleKillerSimSelectorCfg (flags, name="ISF_EtaGreater5ParticleKillerSimSelector", **kwargs) |
|
ISF_SimulationSelectors for ComponentAccumulator configuration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
◆ BaseKinematicATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.BaseKinematicATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "DONOTUSEDIRECTLY" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 134 of file ISF_SimulationSelectorsConfig.py.
136 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
138 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.Geant4)
139 acc.setPrivateTools(CompFactory.ISF.KinematicSimSelector(name, **kwargs))
◆ BaseKinematicFastCaloSimSelectorCfg()
def ISF_SimulationSelectorsConfig.BaseKinematicFastCaloSimSelectorCfg |
( |
|
flags, |
|
|
|
name = "DONOTUSEDIRECTLY" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 153 of file ISF_SimulationSelectorsConfig.py.
155 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
156 from ISF_FastCaloSimServices.ISF_FastCaloSimServicesConfig
import FastCaloSimSvcCfg
157 kwargs.setdefault(
"Simulator", acc.getPrimaryAndMerge(FastCaloSimSvcCfg(flags)).name)
158 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.FastCaloSim)
159 acc.setPrivateTools(CompFactory.ISF.KinematicSimSelector(name, **kwargs))
◆ BaseKinematicFatrasSelectorCfg()
def ISF_SimulationSelectorsConfig.BaseKinematicFatrasSelectorCfg |
( |
|
flags, |
|
|
|
name = "DONOTUSEDIRECTLY" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 143 of file ISF_SimulationSelectorsConfig.py.
145 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
146 from ISF_FatrasServices.ISF_FatrasConfig
import fatrasSimServiceIDCfg
148 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.Fatras)
149 acc.setPrivateTools(CompFactory.ISF.KinematicSimSelector(name, **kwargs))
◆ BaseKinematicGeant4SelectorCfg()
def ISF_SimulationSelectorsConfig.BaseKinematicGeant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "DONOTUSEDIRECTLY" , |
|
|
** |
kwargs |
|
) |
| |
KinematicSimSelector Configurations.
Definition at line 124 of file ISF_SimulationSelectorsConfig.py.
126 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
128 kwargs.setdefault(
"Simulator", acc.getService(
"ISFG4SimSvc"))
129 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.Geant4)
130 acc.setPrivateTools(CompFactory.ISF.KinematicSimSelector(name, **kwargs))
◆ BaseKinematicParticleKillerSimSelectorCfg()
def ISF_SimulationSelectorsConfig.BaseKinematicParticleKillerSimSelectorCfg |
( |
|
flags, |
|
|
|
name = "DONOTUSEDIRECTLY" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 163 of file ISF_SimulationSelectorsConfig.py.
165 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
167 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.ParticleKiller)
168 acc.setPrivateTools(CompFactory.ISF.KinematicSimSelector(name, **kwargs))
◆ ChargedKaonATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.ChargedKaonATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_ChargedKaonATLFAST_Geant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
◆ DefaultActsSelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultActsSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultActsSelector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 112 of file ISF_SimulationSelectorsConfig.py.
114 if not flags.Sim.ISF.Simulator.isMT():
115 raise RuntimeError(
"SimulationSelector '%s' does not support running with SimKernel." % name)
116 kwargs.setdefault(
'SimulationFlavor', SimulationFlavor.Fatras)
117 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ DefaultATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultATLFAST_Geant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 35 of file ISF_SimulationSelectorsConfig.py.
37 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
39 kwargs.setdefault(
"Simulator", acc.getService(
"ISF_ATLFAST_Geant4SimSvc"))
41 acc.setPrivateTools(tool)
◆ DefaultDNNCaloSimSelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultDNNCaloSimSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultDNNCaloSimSelector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 83 of file ISF_SimulationSelectorsConfig.py.
85 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
86 from ISF_FastCaloSimServices.ISF_FastCaloSimServicesConfig
import DNNCaloSimSvcCfg
87 kwargs.setdefault(
"Simulator", acc.getPrimaryAndMerge(
DNNCaloSimSvcCfg(flags)).name)
88 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ DefaultFastCaloSimSelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultFastCaloSimSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultFastCaloSimSelector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 63 of file ISF_SimulationSelectorsConfig.py.
65 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
66 from ISF_FastCaloSimServices.ISF_FastCaloSimServicesConfig
import FastCaloSimSvcCfg
67 kwargs.setdefault(
"Simulator", acc.getPrimaryAndMerge(FastCaloSimSvcCfg(flags)).name)
68 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.FastCaloSim)
69 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ DefaultFastCaloSimV2SelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultFastCaloSimV2SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultFastCaloSimV2Selector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 73 of file ISF_SimulationSelectorsConfig.py.
75 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
76 from ISF_FastCaloSimServices.ISF_FastCaloSimServicesConfig
import FastCaloSimV2SvcCfg
78 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.FastCaloSimV2)
79 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ DefaultFatrasSelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultFatrasSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultFatrasSelector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 102 of file ISF_SimulationSelectorsConfig.py.
104 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
105 from ISF_FatrasServices.ISF_FatrasConfig
import fatrasSimServiceIDCfg
107 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.Fatras)
108 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ DefaultGeant4SelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultGeant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultGeant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 25 of file ISF_SimulationSelectorsConfig.py.
27 if "Simulator" not in kwargs:
28 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
29 kwargs.setdefault(
"Simulator", acc.getPrimaryAndMerge(
Geant4SimCfg(flags)).name)
30 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.Geant4)
31 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ DefaultParticleKillerSelectorCfg()
def ISF_SimulationSelectorsConfig.DefaultParticleKillerSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_DefaultParticleKillerSelector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 16 of file ISF_SimulationSelectorsConfig.py.
18 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
20 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.ParticleKiller)
21 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ EtaGreater5ParticleKillerSimSelectorCfg()
def ISF_SimulationSelectorsConfig.EtaGreater5ParticleKillerSimSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_EtaGreater5ParticleKillerSimSelector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 220 of file ISF_SimulationSelectorsConfig.py.
221 kwargs.setdefault(
"MinPosEta", -5.0)
222 kwargs.setdefault(
"MaxPosEta", 5.0)
223 kwargs.setdefault(
"InvertCuts",
True)
◆ FastHitConvAlgFastCaloSimSelectorCfg()
def ISF_SimulationSelectorsConfig.FastHitConvAlgFastCaloSimSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_FastHitConvAlgFastCaloSimSelector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 92 of file ISF_SimulationSelectorsConfig.py.
94 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
95 from ISF_FastCaloSimServices.ISF_FastCaloSimServicesConfig
import FastHitConvAlgFastCaloSimSvcCfg
96 kwargs.setdefault(
"Simulator", acc.getPrimaryAndMerge(FastHitConvAlgFastCaloSimSvcCfg(flags)).name)
97 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.FastCaloSim)
98 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ FullGeant4SelectorCfg()
def ISF_SimulationSelectorsConfig.FullGeant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_FullGeant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 45 of file ISF_SimulationSelectorsConfig.py.
47 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
48 kwargs.setdefault(
"Simulator", acc.getPrimaryAndMerge(
FullGeant4SimCfg(flags)).name)
49 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.Geant4)
50 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ KLongATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.KLongATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_KLongATLFAST_Geant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
◆ MuonATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.MuonATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_MuonATLFAST_Geant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
◆ NeutronATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.NeutronATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_NeutronATLFAST_Geant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
◆ PassBackGeant4SelectorCfg()
def ISF_SimulationSelectorsConfig.PassBackGeant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_PassBackGeant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 54 of file ISF_SimulationSelectorsConfig.py.
56 if flags.Concurrency.NumThreads == 0
and not flags.Sim.ISF.Simulator.isMT():
58 kwargs.setdefault(
"SimulationFlavor", SimulationFlavor.Geant4)
59 acc.setPrivateTools(CompFactory.ISF.DefaultSimSelector(name, **kwargs))
◆ PionATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.PionATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_PionATLFAST_Geant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
◆ ProtonATLFAST_Geant4SelectorCfg()
def ISF_SimulationSelectorsConfig.ProtonATLFAST_Geant4SelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_ProtonATLFAST_Geant4Selector" , |
|
|
** |
kwargs |
|
) |
| |
◆ WithinEta5FastCaloSimSelectorCfg()
def ISF_SimulationSelectorsConfig.WithinEta5FastCaloSimSelectorCfg |
( |
|
flags, |
|
|
|
name = "ISF_WithinEta5FastCaloSimSelector" , |
|
|
** |
kwargs |
|
) |
| |
def FullGeant4SimCfg(flags, name="ISF_FullGeant4SimSvc", **kwargs)
def FastCaloSimV2SvcCfg(flags, name="ISF_FastCaloSimSvcV2", **kwargs)
def PassBackGeant4SelectorCfg(flags, name="ISF_PassBackGeant4Selector", **kwargs)
def DNNCaloSimSvcCfg(flags, name="ISF_DNNCaloSimSvc", **kwargs)
def BaseKinematicGeant4SelectorCfg(flags, name="DONOTUSEDIRECTLY", **kwargs)
KinematicSimSelector Configurations.
def DefaultFastCaloSimSelectorCfg(flags, name="ISF_DefaultFastCaloSimSelector", **kwargs)
def KLongATLFAST_Geant4SelectorCfg(flags, name="ISF_KLongATLFAST_Geant4Selector", **kwargs)
def BaseKinematicParticleKillerSimSelectorCfg(flags, name="DONOTUSEDIRECTLY", **kwargs)
def NeutronATLFAST_Geant4SelectorCfg(flags, name="ISF_NeutronATLFAST_Geant4Selector", **kwargs)
def DefaultActsSelectorCfg(flags, name="ISF_DefaultActsSelector", **kwargs)
def PionATLFAST_Geant4SelectorCfg(flags, name="ISF_PionATLFAST_Geant4Selector", **kwargs)
def DefaultGeant4SelectorCfg(flags, name="ISF_DefaultGeant4Selector", **kwargs)
def fatrasSimServiceIDCfg(flags, name="ISF_FatrasSimSvc", **kwargs)
def DefaultDNNCaloSimSelectorCfg(flags, name="ISF_DefaultDNNCaloSimSelector", **kwargs)
def Geant4SimCfg(flags, name="ISFG4SimSvc", **kwargs)
def DefaultFastCaloSimV2SelectorCfg(flags, name="ISF_DefaultFastCaloSimV2Selector", **kwargs)
def DefaultFatrasSelectorCfg(flags, name="ISF_DefaultFatrasSelector", **kwargs)
def ChargedKaonATLFAST_Geant4SelectorCfg(flags, name="ISF_ChargedKaonATLFAST_Geant4Selector", **kwargs)
def BaseKinematicATLFAST_Geant4SelectorCfg(flags, name="DONOTUSEDIRECTLY", **kwargs)
def WithinEta5FastCaloSimSelectorCfg(flags, name="ISF_WithinEta5FastCaloSimSelector", **kwargs)
def BaseKinematicFatrasSelectorCfg(flags, name="DONOTUSEDIRECTLY", **kwargs)
def FastHitConvAlgFastCaloSimSelectorCfg(flags, name="ISF_FastHitConvAlgFastCaloSimSelector", **kwargs)
def ATLFAST_Geant4SimCfg(flags, name="ISF_ATLFAST_Geant4SimSvc", **kwargs)
def ParticleKillerSvcCfg(flags, name="ISF_ParticleKillerSvc", **kwargs)
def ProtonATLFAST_Geant4SelectorCfg(flags, name="ISF_ProtonATLFAST_Geant4Selector", **kwargs)
def MuonATLFAST_Geant4SelectorCfg(flags, name="ISF_MuonATLFAST_Geant4Selector", **kwargs)
def EtaGreater5ParticleKillerSimSelectorCfg(flags, name="ISF_EtaGreater5ParticleKillerSimSelector", **kwargs)
def DefaultParticleKillerSelectorCfg(flags, name="ISF_DefaultParticleKillerSelector", **kwargs)
def FullGeant4SelectorCfg(flags, name="ISF_FullGeant4Selector", **kwargs)
def DefaultATLFAST_Geant4SelectorCfg(flags, name="ISF_DefaultATLFAST_Geant4Selector", **kwargs)
def BaseKinematicFastCaloSimSelectorCfg(flags, name="DONOTUSEDIRECTLY", **kwargs)
def PassBackGeant4SimCfg(flags, name="ISF_PassBackGeant4SimSvc", **kwargs)