Skip to content
Snippets Groups Projects

LAr SC fixes for AP

Merged Pavol Strizenec requested to merge AtlasLArCalibration/athena:AP_fixes_SC into main
All threads resolved!
Files
2
@@ -79,7 +79,7 @@ def LArDelay_OFCCaliCfg(flags):
theLArCaliWaveBuilder.KeyOutput="LArCaliWave"
theLArCaliWaveBuilder.GroupingType = flags.LArCalib.GroupingType
theLArCaliWaveBuilder.SubtractPed = True
theLArCaliWaveBuilder.CheckEmptyPhases = False if flags.LArCalib.isSC else True
theLArCaliWaveBuilder.CheckEmptyPhases = not flags.LArCalib.isSC
theLArCaliWaveBuilder.NBaseline = 0 # to avoid the use of the baseline when Pedestal are missing
theLArCaliWaveBuilder.UseDacAndIsPulsedIndex = False # should have an impact only for HEC
theLArCaliWaveBuilder.RecAllCells = False
@@ -115,7 +115,7 @@ def LArDelay_OFCCaliCfg(flags):
theLArCaliWavePatcher.SuperCell = flags.LArCalib.isSC
#theLArCaliWavePatcher.PatchMethod="PhiNeighbor" ##take the first neigbour
theLArCaliWavePatcher.PatchMethod = "PhiAverage" ##do an aveage in phi after removing bad and empty event
theLArCaliWavePatcher.ProblemsToPatch=[
theLArCaliWavePatcher.ProblemsToPatch = [
"deadCalib","deadReadout","deadPhys","almostDead","short",
]
Loading