k4SimGeant4
Loading...
Searching...
No Matches
deadMaterial_inclinedEcal Namespace Reference

Variables

 podioevent = FCCDataSvc("EventDataSvc")
 
 detector_path = environ.get("FCCDETECTORS", "")
 
list detectors
 
 geoservice
 
 geantservice = SimG4Svc("SimG4Svc", detector='SimG4DD4hepDetector', physicslist="SimG4FtfpBert", actions="SimG4FullSimActions")
 
 saveecaltool = SimG4SaveCalHits("saveECalBarrelHits",readoutNames = ["ECalBarrelEta"])
 
 Path
 
 pgun
 
 geantsim
 
 createcellsBarrel
 
 energy_in_layers
 
 chra = ChronoAuditor()
 
 audsvc = AuditorSvc()
 
 Auditors
 
 AuditExecute
 
 TopAlg
 
 EvtSel
 
 EvtMax
 
 ExtSvc
 
 OutputLevel
 

Variable Documentation

◆ AuditExecute

deadMaterial_inclinedEcal.AuditExecute

◆ Auditors

deadMaterial_inclinedEcal.Auditors

◆ audsvc

deadMaterial_inclinedEcal.audsvc = AuditorSvc()

◆ chra

deadMaterial_inclinedEcal.chra = ChronoAuditor()

◆ createcellsBarrel

deadMaterial_inclinedEcal.createcellsBarrel
Initial value:
1= CreateCaloCells("CreateCaloCellsBarrel",
2 doCellCalibration=False,
3 addPosition=True,
4 addCellNoise=False, filterCellNoise=False)

◆ detector_path

deadMaterial_inclinedEcal.detector_path = environ.get("FCCDETECTORS", "")

◆ detectors

list deadMaterial_inclinedEcal.detectors
Initial value:
1= ['Detector/DetFCChhBaseline1/compact/FCChh_DectEmptyMaster.xml',
2 'Detector/DetFCChhECalInclined/compact/FCChh_ECalBarrel_upstream.xml']

◆ energy_in_layers

deadMaterial_inclinedEcal.energy_in_layers
Initial value:
1= EnergyInCaloLayers("energyInLayers",
2 readoutName="ECalBarrelEta",
3 numLayers=8,
4 # sampling fraction is given as the energy correction will be applied on
5 # calibrated cells
6 samplingFractions=[0.12125] + [0.14283] + [0.16354] + [0.17662] + [0.18867] +
7 [0.19890] + [0.20637] + [0.20802],
8 OutputLevel=VERBOSE)
Sums energy deposited in every calorimeter layer separately, sums also energy deposited in the dead m...
Definition EnergyInCaloLayers.h:31

◆ EvtMax

deadMaterial_inclinedEcal.EvtMax

◆ EvtSel

deadMaterial_inclinedEcal.EvtSel

◆ ExtSvc

deadMaterial_inclinedEcal.ExtSvc

◆ geantservice

deadMaterial_inclinedEcal.geantservice = SimG4Svc("SimG4Svc", detector='SimG4DD4hepDetector', physicslist="SimG4FtfpBert", actions="SimG4FullSimActions")

◆ geantsim

deadMaterial_inclinedEcal.geantsim
Initial value:
1= SimG4Alg("SimG4Alg",
2 outputs= ["SimG4SaveCalHits/saveECalBarrelHits"],
3 eventProvider = pgun,
4 OutputLevel = DEBUG)
Geant simulation algorithm.
Definition SimG4Alg.h:31

◆ geoservice

deadMaterial_inclinedEcal.geoservice
Initial value:
1= GeoSvc("GeoSvc", detectors=[path.join(detector_path, detector) for detector in detectors],
2 OutputLevel = WARNING)
Definition GeoSvc.h:22

◆ OutputLevel

deadMaterial_inclinedEcal.OutputLevel

◆ Path

deadMaterial_inclinedEcal.Path

◆ pgun

deadMaterial_inclinedEcal.pgun
Initial value:
1= SimG4SingleParticleGeneratorTool("SimG4SingleParticleGeneratorTool",saveEdm=True,
2 particleName = "e-", energyMin = 50000, energyMax = 50000, etaMin = 0, etaMax = 0, phiMin = -0.1, phiMax = 0.1,
3 OutputLevel = DEBUG)
Tool that generates single particles with parameters set via options file.
Definition SimG4SingleParticleGeneratorTool.h:32

◆ podioevent

deadMaterial_inclinedEcal.podioevent = FCCDataSvc("EventDataSvc")

◆ saveecaltool

deadMaterial_inclinedEcal.saveecaltool = SimG4SaveCalHits("saveECalBarrelHits",readoutNames = ["ECalBarrelEta"])

◆ TopAlg

deadMaterial_inclinedEcal.TopAlg