ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_G4_SDConfig Namespace Reference

Functions

 LUCID_SensitiveDetectorCfg (flags, name="LUCID_SensitiveDetector", **kwargs)

Function Documentation

◆ LUCID_SensitiveDetectorCfg()

LUCID_G4_SDConfig.LUCID_SensitiveDetectorCfg ( flags,
name = "LUCID_SensitiveDetector",
** kwargs )

Definition at line 6 of file LUCID_G4_SDConfig.py.

6def LUCID_SensitiveDetectorCfg(flags, name="LUCID_SensitiveDetector", **kwargs):
7 result = ComponentAccumulator()
8 kwargs.setdefault("LogicalVolumeNames", ["LUCID::lvPmt"])
9 kwargs.setdefault("OutputCollectionNames", ["LucidSimHitsVector"])
10 result.setPrivateTools(CompFactory.LUCID_SensitiveDetectorTool(name, **kwargs))
11 return result