ATLAS Offline Software
Functions | Variables
HICaloGeoExtract Namespace Reference

Functions

def HICaloGeoExtractCfg (flags, **kwargs)
 

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,
**  kwargs 
)

Definition at line 7 of file HICaloGeoExtract.py.

7 def HICaloGeoExtractCfg(flags, **kwargs):
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  kwargs.setdefault("InputTowerKey", inputTowers)
17  kwargs.setdefault("CaloCellContainerKey", "AllCalo")
18  kwargs.setdefault("HistStream", "CALOGEOEXTRACTSTREAM")
19  extractCGC = CompFactory.ExtractCaloGeoConstants("ExtractCaloGeoConstants", **kwargs)
20  acc.addEventAlgo(extractCGC)
21 
22  acc.addService(CompFactory.THistSvc(Output=["CALOGEOEXTRACTSTREAM DATAFILE='cluster.geo.W_ETA_PHI_R.root' OPT='RECREATE'"]))
23 
24  return acc
25 
26 

Variable Documentation

◆ acc

HICaloGeoExtract.acc = MainServicesCfg(flags)

Definition at line 69 of file HICaloGeoExtract.py.

◆ AtlasVersion

HICaloGeoExtract.AtlasVersion

Definition at line 58 of file HICaloGeoExtract.py.

◆ EnableHI

HICaloGeoExtract.EnableHI

Definition at line 65 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 56 of file HICaloGeoExtract.py.

◆ flags

HICaloGeoExtract.flags = initConfigFlags()

Definition at line 48 of file HICaloGeoExtract.py.

◆ GlobalTag

HICaloGeoExtract.GlobalTag

Definition at line 57 of file HICaloGeoExtract.py.

◆ MaxEvents

HICaloGeoExtract.MaxEvents

autotoc_md666

Definition at line 62 of file HICaloGeoExtract.py.

◆ NumThreads

HICaloGeoExtract.NumThreads

Definition at line 63 of file HICaloGeoExtract.py.

◆ summariseProps

HICaloGeoExtract.summariseProps

Definition at line 73 of file HICaloGeoExtract.py.

◆ triggerConfig

HICaloGeoExtract.triggerConfig

Definition at line 64 of file HICaloGeoExtract.py.

◆ True

HICaloGeoExtract.True

Definition at line 73 of file HICaloGeoExtract.py.

◆ withDetails

HICaloGeoExtract.withDetails

Definition at line 73 of file HICaloGeoExtract.py.

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