ATLAS Offline Software
CBNT_UpstreamMat.py
Go to the documentation of this file.
1 include.block("TBRec/CBNT_UpstreamMat.py")
2 
3 theApp.Dlls += [ "TBRec" ]
4 
5 include("G4SimAthenaPOOL/G4SimAthenaPOOL_joboptions.py")
6 
7 CBNT_Athena.Members += [ "CBNT_UpstreamMat" ]
8 CBNT_UpstreamMat = Algorithm( "CBNT_UpstreamMat" )
9 
10 CBNT_UpstreamMat.CollectionName="LArFarUpstreamMaterialExitLayer"
11 
python.FakeAthena.Algorithm
def Algorithm(name)
Definition: FakeAthena.py:41
python.Include.include
include
Definition: Include.py:319