Example #1
0
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables

    cfgDb.add(configurable="ConvertAODToMTree", package="MTree", module="MTree.MTreeConf", lib="MTree")
    return  # _fillCfgDb
Example #2
0
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables 

    cfgDb.add( configurable = 'TMiniNtuple',
               package = 'MiniNtuple',
               module  = 'MiniNtuple.MiniNtupleConf',
               lib     = 'MiniNtuple' )
    return #_fillCfgDb
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables 

    cfgDb.add( configurable = 'ZeeDAnalysisSvc',
               package = 'ZeeDAnalysisSvc',
               module  = 'ZeeDAnalysisSvc.ZeeDAnalysisSvcConf',
               lib     = 'ZeeDAnalysisSvc' )
    return #_fillCfgDb
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables 

    cfgDb.add( configurable = 'TrigHLTJetHemisphereRec',
               package = 'TrigHLTJetHemisphereRec',
               module  = 'TrigHLTJetHemisphereRec.TrigHLTJetHemisphereRecConf',
               lib     = 'TrigHLTJetHemisphereRec' )
    return #_fillCfgDb
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables

    cfgDb.add(configurable='HTtool',
              package='CCProtonPi0',
              module='CCProtonPi0.CCProtonPi0LibConf',
              lib='CCProtonPi0Lib')
    cfgDb.add(configurable='HTBlob',
              package='CCProtonPi0',
              module='CCProtonPi0.CCProtonPi0LibConf',
              lib='CCProtonPi0Lib')
    cfgDb.add(configurable='CCProtonPi0',
              package='CCProtonPi0',
              module='CCProtonPi0.CCProtonPi0LibConf',
              lib='CCProtonPi0Lib')
    return  #_fillCfgDb
Example #6
0
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()
    cfgDb.add( configurable = 'MyTestTool',
               package = 'GaudiTests',
               module  = 'TestConf',
               lib     = 'None' )
    cfgDb.add( configurable = 'APublicTool',
               package = 'GaudiTests',
               module  = 'TestConf',
               lib     = 'None' )
    cfgDb.add( configurable = 'APrivateTool',
               package = 'GaudiTests',
               module  = 'TestConf',
               lib     = 'None' )
    
    return #_fillCfgDb
Example #7
0
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables

    cfgDb.add(configurable='CCQENuRecoUtils',
              package='CCQENu',
              module='CCQENu.CCQENuConf',
              lib='CCQENu')
    cfgDb.add(configurable='CCQENu',
              package='CCQENu',
              module='CCQENu.CCQENuConf',
              lib='CCQENu')
    return  #_fillCfgDb
Example #8
0
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables

    cfgDb.add(configurable='PhysicalChannelsHist',
              package='L0',
              module='L0.L0MuonMonitorConf',
              lib='L0MuonMonitor')
    cfgDb.add(configurable='LogicalPads2DMaps',
              package='L0',
              module='L0.L0MuonMonitorConf',
              lib='L0MuonMonitor')
    cfgDb.add(configurable='L0MuonOnlineMonitor',
              package='L0',
              module='L0.L0MuonMonitorConf',
              lib='L0MuonMonitor')
    cfgDb.add(configurable='L0MuonMonitor',
              package='L0',
              module='L0.L0MuonMonitorConf',
              lib='L0MuonMonitor')
    cfgDb.add(configurable='L0MuonAlgComparison',
              package='L0',
              module='L0.L0MuonMonitorConf',
              lib='L0MuonMonitor')
    cfgDb.add(configurable='InstantaneousRate',
              package='L0',
              module='L0.L0MuonMonitorConf',
              lib='L0MuonMonitor')
    return  #_fillCfgDb
def _fillCfgDb():
    from GaudiKernel.Proxy.ConfigurableDb import CfgDb

    # get a handle on the repository of Configurables
    cfgDb = CfgDb()

    # populate the repository with informations on Configurables 

    cfgDb.add( configurable = 'StagerChronoSvc',
               package = 'FileStager',
               module  = 'FileStager.FileStagerConf',
               lib     = 'FileStager' )
    cfgDb.add( configurable = 'Gaudi__StagedIODataManager',
               package = 'FileStager',
               module  = 'FileStager.FileStagerConf',
               lib     = 'FileStager' )
    cfgDb.add( configurable = 'StagedDataStreamTool',
               package = 'FileStager',
               module  = 'FileStager.FileStagerConf',
               lib     = 'FileStager' )
    cfgDb.add( configurable = 'InputStreamParser',
               package = 'FileStager',
               module  = 'FileStager.FileStagerConf',
               lib     = 'FileStager' )
    cfgDb.add( configurable = 'FileStagerSvc',
               package = 'FileStager',
               module  = 'FileStager.FileStagerConf',
               lib     = 'FileStager' )
    return #_fillCfgDb