ATLAS Offline Software
Functions | Variables
python.LArCalib_postProcessingConfig Namespace Reference

Functions

def finalOFCShapeCfg (flags)
 

Variables

 parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
 
 dest
 
 default
 
 help
 
 type
 
 False
 
 args = parser.parse_args()
 
 flags = initConfigFlags()
 
 RunNumbers
 
 Database
 
 SqliteInput
 
 SqliteFolders
 
 ROOTFile
 
 POOLFile
 
 DBConnection
 
 GlobalTag
 
 AtlasVersion
 
 Files
 
 Ncoll
 
 IOVStart
 
 PhysACuseHG
 
 ShapeCorrection
 
 UsePhysCalibTDiff
 
 doAlign
 
 cfg = MainServicesCfg(flags)
 
 WriteCatalog
 

Function Documentation

◆ finalOFCShapeCfg()

def python.LArCalib_postProcessingConfig.finalOFCShapeCfg (   flags)

Definition at line 10 of file LArCalib_postProcessingConfig.py.

10 def finalOFCShapeCfg(flags):
11  result=ComponentAccumulator()
12 
13  # Calculate pile-up AC for given mu
14  result.merge(LArPileUpAutoCorrCfg(flags))
15 
16  #Calculate OFCs and Shape (various flavors)
17  result.merge(LArOFCPhysCfg(flags,loadPhysAC=False))
18 
19  #Pick OFC-Phase + shape correction
20  result.merge(LArOFPhasePickerCfg(flags,loadInputs=False))
21 
22  return result
23 

Variable Documentation

◆ args

python.LArCalib_postProcessingConfig.args = parser.parse_args()

Definition at line 39 of file LArCalib_postProcessingConfig.py.

◆ AtlasVersion

python.LArCalib_postProcessingConfig.AtlasVersion

Definition at line 72 of file LArCalib_postProcessingConfig.py.

◆ cfg

python.LArCalib_postProcessingConfig.cfg = MainServicesCfg(flags)

Definition at line 89 of file LArCalib_postProcessingConfig.py.

◆ Database

python.LArCalib_postProcessingConfig.Database

Definition at line 59 of file LArCalib_postProcessingConfig.py.

◆ DBConnection

python.LArCalib_postProcessingConfig.DBConnection

Definition at line 66 of file LArCalib_postProcessingConfig.py.

◆ default

python.LArCalib_postProcessingConfig.default

Definition at line 30 of file LArCalib_postProcessingConfig.py.

◆ dest

python.LArCalib_postProcessingConfig.dest

Definition at line 30 of file LArCalib_postProcessingConfig.py.

◆ doAlign

python.LArCalib_postProcessingConfig.doAlign

Definition at line 83 of file LArCalib_postProcessingConfig.py.

◆ False

python.LArCalib_postProcessingConfig.False

Definition at line 36 of file LArCalib_postProcessingConfig.py.

◆ Files

python.LArCalib_postProcessingConfig.Files

Definition at line 74 of file LArCalib_postProcessingConfig.py.

◆ flags

python.LArCalib_postProcessingConfig.flags = initConfigFlags()

Definition at line 53 of file LArCalib_postProcessingConfig.py.

◆ GlobalTag

python.LArCalib_postProcessingConfig.GlobalTag

Definition at line 69 of file LArCalib_postProcessingConfig.py.

◆ help

python.LArCalib_postProcessingConfig.help

Definition at line 30 of file LArCalib_postProcessingConfig.py.

◆ IOVStart

python.LArCalib_postProcessingConfig.IOVStart

Definition at line 77 of file LArCalib_postProcessingConfig.py.

◆ Ncoll

python.LArCalib_postProcessingConfig.Ncoll

Definition at line 76 of file LArCalib_postProcessingConfig.py.

◆ parser

python.LArCalib_postProcessingConfig.parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)

Definition at line 29 of file LArCalib_postProcessingConfig.py.

◆ PhysACuseHG

python.LArCalib_postProcessingConfig.PhysACuseHG

Definition at line 79 of file LArCalib_postProcessingConfig.py.

◆ POOLFile

python.LArCalib_postProcessingConfig.POOLFile

Definition at line 64 of file LArCalib_postProcessingConfig.py.

◆ ROOTFile

python.LArCalib_postProcessingConfig.ROOTFile

Definition at line 63 of file LArCalib_postProcessingConfig.py.

◆ RunNumbers

python.LArCalib_postProcessingConfig.RunNumbers

Definition at line 58 of file LArCalib_postProcessingConfig.py.

◆ ShapeCorrection

python.LArCalib_postProcessingConfig.ShapeCorrection

Definition at line 80 of file LArCalib_postProcessingConfig.py.

◆ SqliteFolders

python.LArCalib_postProcessingConfig.SqliteFolders

Definition at line 61 of file LArCalib_postProcessingConfig.py.

◆ SqliteInput

python.LArCalib_postProcessingConfig.SqliteInput

Definition at line 60 of file LArCalib_postProcessingConfig.py.

◆ type

python.LArCalib_postProcessingConfig.type

Definition at line 30 of file LArCalib_postProcessingConfig.py.

◆ UsePhysCalibTDiff

python.LArCalib_postProcessingConfig.UsePhysCalibTDiff

Definition at line 81 of file LArCalib_postProcessingConfig.py.

◆ WriteCatalog

python.LArCalib_postProcessingConfig.WriteCatalog

Definition at line 93 of file LArCalib_postProcessingConfig.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.LArCalib_OFPhasePickerConfig.LArOFPhasePickerCfg
def LArOFPhasePickerCfg(flags, loadInputs=True, InputSCOFCPhaseDb="/afs/cern.ch/user/p/pavol/w0/public/DB_update_22/fillDB/SCOFCPhase.db", SCOFCPhaseTag="LARElecCalibOflSCOFCBinPhysShift-07", InputSCOFCWeightDb="", SCOFCWeightTag="")
Definition: LArCalib_OFPhasePickerConfig.py:135
python.LArCalib_PileUpAutoCorrConfig.LArPileUpAutoCorrCfg
def LArPileUpAutoCorrCfg(flags)
Definition: LArCalib_PileUpAutoCorrConfig.py:7
python.LArCalib_OFCPhysConfig.LArOFCPhysCfg
def LArOFCPhysCfg(flags, loadPhysAC=True)
Definition: LArCalib_OFCPhysConfig.py:119
python.LArCalib_postProcessingConfig.finalOFCShapeCfg
def finalOFCShapeCfg(flags)
Definition: LArCalib_postProcessingConfig.py:10