Example #1
0
import AthenaCommon.AtlasUnixGeneratorJob

### configure the special pixel map service

from PixelConditionsServices.PixelConditionsServicesConf import SpecialPixelMapSvc

SpecialPixelMapSvc = SpecialPixelMapSvc()
ServiceMgr += SpecialPixelMapSvc

if not 'DifferentialUpdates' in dir():
    DifferentialUpdates = True

SpecialPixelMapSvc.DifferentialUpdates = DifferentialUpdates

SpecialPixelMapSvc.OutputFolder = "/PIXEL/PixMapShort"
SpecialPixelMapSvc.OutputLongFolder = "/PIXEL/PixMapLong"
SpecialPixelMapSvc.UseDualFolderStructure = True

## globalflags

from AthenaCommon.GlobalFlags import globalflags

globalflags.DetGeo = 'atlas'
globalflags.DataSource = 'data'
globalflags.InputFormat = 'pool'
globalflags.print_JobProperties()

### set up conddb

from IOVDbSvc.CondDB import conddb
import AthenaCommon.AtlasUnixGeneratorJob

### configure the special pixel map service

from PixelConditionsServices.PixelConditionsServicesConf import SpecialPixelMapSvc

SpecialPixelMapSvc = SpecialPixelMapSvc()
ServiceMgr += SpecialPixelMapSvc

if not 'DifferentialUpdates' in dir():
    DifferentialUpdates = True

SpecialPixelMapSvc.DifferentialUpdates = DifferentialUpdates

SpecialPixelMapSvc.OutputFolder = "/PIXEL/NoiseMapShort"
SpecialPixelMapSvc.OutputLongFolder = "/PIXEL/NoiseMapLong"
SpecialPixelMapSvc.UseDualFolderStructure = True

## globalflags

from AthenaCommon.GlobalFlags import globalflags

globalflags.DetGeo = 'atlas'
globalflags.DataSource = 'data'
globalflags.InputFormat = 'pool'
globalflags.print_JobProperties()

### set up conddb

from IOVDbSvc.CondDB import conddb