|
ATLAS Offline Software
|
◆ LinkerAlgConfig()
def run_AODTCCLinking.LinkerAlgConfig |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 44 of file run_AODTCCLinking.py.
47 StoreGateSvc=CompFactory.StoreGateSvc
50 from eflowRec.PFCfg
import getEGamFlowElementAssocAlgorithm
51 from eflowRec.PFCfg
import getMuonFlowElementAssocAlgorithm
◆ MyAlgConfigCharged()
def run_AODTCCLinking.MyAlgConfigCharged |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 26 of file run_AODTCCLinking.py.
30 StoreGateSvc=CompFactory.StoreGateSvc
36 from TrackCaloClusterRecTools.TrackCaloClusterConfig
import runTCCReconstruction
37 TCCReco=
runTCCReconstruction(inputFlags, outputTCCName=
"TrackCaloClusters",doNeutral=
False,doCharged=
True,doCombined=
False)
40 StoreGateSvc.Dump =
True
◆ MyAlgConfigNeutral()
def run_AODTCCLinking.MyAlgConfigNeutral |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 7 of file run_AODTCCLinking.py.
11 StoreGateSvc=CompFactory.StoreGateSvc
16 from TrackCaloClusterRecTools.TrackCaloClusterConfig
import runTCCReconstruction
17 TCCReco=
runTCCReconstruction(inputFlags, outputTCCName=
"TrackCaloClusters",doNeutral=
True,doCharged=
False,doCombined=
False)
20 StoreGateSvc.Dump =
True
◆ TauLinkerConfig()
def run_AODTCCLinking.TauLinkerConfig |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 60 of file run_AODTCCLinking.py.
64 StoreGateSvc=CompFactory.StoreGateSvc
67 from eflowRec.PFCfg
import getTauFlowElementAssocAlgorithm
◆ AODFileName
run_AODTCCLinking.AODFileName |
◆ cfg
run_AODTCCLinking.cfg = MainServicesCfg(cfgFlags) |
◆ cfgFlags
run_AODTCCLinking.cfgFlags = initConfigFlags() |
◆ doWriteAOD
run_AODTCCLinking.doWriteAOD |
◆ Files
◆ Format
◆ inputList
◆ isMC
◆ MaxEvents
run_AODTCCLinking.MaxEvents |
◆ ProductionStep
run_AODTCCLinking.ProductionStep |
The Athena Transient Store API.
def MyAlgConfigNeutral(inputFlags, **kwargs)
def getEGamFlowElementAssocAlgorithm(inputFlags, algName="", **kwargs)
def getMuonFlowElementAssocAlgorithm(inputFlags, algName="", **kwargs)
def MyAlgConfigCharged(inputFlags, **kwargs)
def getTauFlowElementAssocAlgorithm(inputFlags, algName="", **kwargs)
def TauLinkerConfig(inputFlags, **kwargs)
def runTCCReconstruction(flags, caloClusterName="CaloCalTopoClusters", detectorEtaName="default", trackParticleName="InDetTrackParticles", assocPostfix="TCC", doCombined=False, doCharged=False, doNeutral=True, outputTCCName="TrackCaloClusters")
def LinkerAlgConfig(inputFlags, **kwargs)