ATLAS Offline Software
Functions | Variables
HICaloGeoExtract Namespace Reference

Functions

def HICaloGeoExtractCfg (flags)
 

Variables

 flags = initConfigFlags()
 
 Files
 input for Run2: flags.Input.Files = [defaultTestFiles.d + "/RecJobTransformTests/data18_hi.00367384.physics_HardProbes.daq.RAW._lb0145._SFO-8._0001.data"] flags.IOVDb.GlobalTag = "CONDBR2-BLKPA-RUN2-09" flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN2 More...
 
 GlobalTag
 
 AtlasVersion
 
 MaxEvents
 
 NumThreads
 
 triggerConfig
 
 EnableHI
 
 acc = MainServicesCfg(flags)
 
 withDetails
 
 True
 
 summariseProps
 

Function Documentation

◆ HICaloGeoExtractCfg()

def HICaloGeoExtract.HICaloGeoExtractCfg (   flags)

Definition at line 7 of file HICaloGeoExtract.py.

7 def HICaloGeoExtractCfg(flags):
9 
10  from CaloRec.CaloRecoConfig import CaloRecoCfg
11  acc.merge(CaloRecoCfg(flags))
12  from CaloRec.CaloTowerMakerConfig import CaloTowerMakerCfg
13  towerMaker = acc.getPrimaryAndMerge(CaloTowerMakerCfg(flags))
14  inputTowers = towerMaker.TowerContainerName
15 
16  extractCGC = CompFactory.ExtractCaloGeoConstants("ExtractCaloGeoConstants", InputTowerKey=inputTowers, HistStream="CALOGEOEXTRACTSTREAM")
17  acc.addEventAlgo(extractCGC)
18 
19  acc.addService(CompFactory.THistSvc(Output=["CALOGEOEXTRACTSTREAM DATAFILE='cluster.geo.XXX.root' OPT='RECREATE'"]))
20 
21  return acc
22 
23 

Variable Documentation

◆ acc

HICaloGeoExtract.acc = MainServicesCfg(flags)

Definition at line 66 of file HICaloGeoExtract.py.

◆ AtlasVersion

HICaloGeoExtract.AtlasVersion

Definition at line 55 of file HICaloGeoExtract.py.

◆ EnableHI

HICaloGeoExtract.EnableHI

Definition at line 62 of file HICaloGeoExtract.py.

◆ Files

HICaloGeoExtract.Files

input for Run2: flags.Input.Files = [defaultTestFiles.d + "/RecJobTransformTests/data18_hi.00367384.physics_HardProbes.daq.RAW._lb0145._SFO-8._0001.data"] flags.IOVDb.GlobalTag = "CONDBR2-BLKPA-RUN2-09" flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN2

input for Run3:

Definition at line 53 of file HICaloGeoExtract.py.

◆ flags

HICaloGeoExtract.flags = initConfigFlags()

Definition at line 45 of file HICaloGeoExtract.py.

◆ GlobalTag

HICaloGeoExtract.GlobalTag

Definition at line 54 of file HICaloGeoExtract.py.

◆ MaxEvents

HICaloGeoExtract.MaxEvents

autotoc_md560

Definition at line 59 of file HICaloGeoExtract.py.

◆ NumThreads

HICaloGeoExtract.NumThreads

Definition at line 60 of file HICaloGeoExtract.py.

◆ summariseProps

HICaloGeoExtract.summariseProps

Definition at line 70 of file HICaloGeoExtract.py.

◆ triggerConfig

HICaloGeoExtract.triggerConfig

Definition at line 61 of file HICaloGeoExtract.py.

◆ True

HICaloGeoExtract.True

Definition at line 70 of file HICaloGeoExtract.py.

◆ withDetails

HICaloGeoExtract.withDetails

Definition at line 70 of file HICaloGeoExtract.py.

python.CaloRecoConfig.CaloRecoCfg
def CaloRecoCfg(flags, clustersname=None)
Definition: CaloRecoConfig.py:9
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
HICaloGeoExtract.HICaloGeoExtractCfg
def HICaloGeoExtractCfg(flags)
Definition: HICaloGeoExtract.py:7
python.CaloTowerMakerConfig.CaloTowerMakerCfg
def CaloTowerMakerCfg(flags)
Definition: CaloTowerMakerConfig.py:7