ATLAS Offline Software
Functions | Variables
HIClusterGeoFiller Namespace Reference

Functions

def HIClusterGeoFillerCfg (flags, **kwargs)
 

Variables

 flags = initConfigFlags()
 
string direc = "../storage/data18_hi.00367165.physics_PC.merge.AOD.f1030_m2048"
 
 Files
 
 MaxEvents
 
 SkipEvents
 
 NumThreads
 
 acc = MainServicesCfg(flags)
 
 withDetails
 
 True
 
 summariseProps
 

Function Documentation

◆ HIClusterGeoFillerCfg()

def HIClusterGeoFiller.HIClusterGeoFillerCfg (   flags,
**  kwargs 
)

Definition at line 3 of file HIClusterGeoFiller.py.

3 def HIClusterGeoFillerCfg(flags, **kwargs):
4  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5  from AthenaConfiguration.ComponentFactory import CompFactory
7 
8  # main algorithm
9  kwargs.setdefault("EventInfoKey", "EventInfo")
10  kwargs.setdefault("CaloClusterContainerKey", "HIClusters")
11  kwargs.setdefault("HIEventShapeKey", "CaloSums")
12  kwargs.setdefault("HistStream", "CLUSTERGEOFILLERSTREAM")
13  kwargs.setdefault("minFCalET", 0.0)
14  kwargs.setdefault("maxFCalET", 5.4)
15  hiClusterGeoFiller = CompFactory.HIClusterGeo_HistoFiller("HIClusterGeo_HistoFiller", **kwargs)
16  acc.addEventAlgo(hiClusterGeoFiller)
17 
18  # writing histograms into a root file
19  thistSvc = CompFactory.THistSvc(Output=["CLUSTERGEOFILLERSTREAM DATAFILE='HIClusterGeo_HistoFiller.root' OPT='RECREATE'"])
20  acc.addService(thistSvc)
21 
22  return acc
23 
24 

Variable Documentation

◆ acc

HIClusterGeoFiller.acc = MainServicesCfg(flags)

Definition at line 66 of file HIClusterGeoFiller.py.

◆ direc

string HIClusterGeoFiller.direc = "../storage/data18_hi.00367165.physics_PC.merge.AOD.f1030_m2048"

Definition at line 49 of file HIClusterGeoFiller.py.

◆ Files

HIClusterGeoFiller.Files

Definition at line 53 of file HIClusterGeoFiller.py.

◆ flags

HIClusterGeoFiller.flags = initConfigFlags()

Definition at line 45 of file HIClusterGeoFiller.py.

◆ MaxEvents

HIClusterGeoFiller.MaxEvents

Definition at line 55 of file HIClusterGeoFiller.py.

◆ NumThreads

HIClusterGeoFiller.NumThreads

Definition at line 57 of file HIClusterGeoFiller.py.

◆ SkipEvents

HIClusterGeoFiller.SkipEvents

Definition at line 56 of file HIClusterGeoFiller.py.

◆ summariseProps

HIClusterGeoFiller.summariseProps

Definition at line 75 of file HIClusterGeoFiller.py.

◆ True

HIClusterGeoFiller.True

Definition at line 75 of file HIClusterGeoFiller.py.

◆ withDetails

HIClusterGeoFiller.withDetails

Definition at line 75 of file HIClusterGeoFiller.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:342
HIClusterGeoFiller.HIClusterGeoFillerCfg
def HIClusterGeoFillerCfg(flags, **kwargs)
Definition: HIClusterGeoFiller.py:3