|
ATLAS Offline Software
|
◆ LinkerAlgConfig()
def TCCAccumulator.LinkerAlgConfig |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 55 of file TCCAccumulator.py.
57 StoreGateSvc=CompFactory.StoreGateSvc
60 from eflowRec.PFCfg
import getEGamFlowElementAssocAlgorithm
61 from eflowRec.PFCfg
import getMuonFlowElementAssocAlgorithm
◆ MyAlgConfigCharged()
def TCCAccumulator.MyAlgConfigCharged |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 33 of file TCCAccumulator.py.
37 StoreGateSvc=CompFactory.StoreGateSvc
47 from TrackCaloClusterRecTools.TrackCaloClusterConfig
import runTCCReconstruction
48 TCCReco=
runTCCReconstruction(inputFlags, outputTCCName=
"TrackCaloClusters",doNeutral=
False,doCharged=
True,doCombined=
False)
51 StoreGateSvc.Dump =
True
◆ MyAlgConfigNeutral()
def TCCAccumulator.MyAlgConfigNeutral |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 9 of file TCCAccumulator.py.
13 StoreGateSvc=CompFactory.StoreGateSvc
23 from TrackCaloClusterRecTools.TrackCaloClusterConfig
import runTCCReconstruction
24 TCCReco=
runTCCReconstruction(inputFlags, outputTCCName=
"TrackCaloClusters",doNeutral=
True,doCharged=
False,doCombined=
False)
27 StoreGateSvc.Dump =
True
◆ TauLinkerConfig()
def TCCAccumulator.TauLinkerConfig |
( |
|
inputFlags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 76 of file TCCAccumulator.py.
80 StoreGateSvc=CompFactory.StoreGateSvc
83 from eflowRec.PFCfg
import getTauFlowElementAssocAlgorithm
◆ AODFileName
TCCAccumulator.AODFileName |
◆ cfg
TCCAccumulator.cfg = MainServicesCfg(cfgFlags) |
◆ cfgFlags
TCCAccumulator.cfgFlags = initConfigFlags() |
◆ doWriteAOD
TCCAccumulator.doWriteAOD |
◆ Files
◆ Format
◆ inputList
◆ isMC
◆ MaxEvents
◆ ProductionStep
TCCAccumulator.ProductionStep |
def MyAlgConfigNeutral(inputFlags, **kwargs)
def MyAlgConfigCharged(inputFlags, **kwargs)
def LinkerAlgConfig(inputFlags, **kwargs)
The Athena Transient Store API.
def getEGamFlowElementAssocAlgorithm(inputFlags, algName="", **kwargs)
def getMuonFlowElementAssocAlgorithm(inputFlags, algName="", **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")