コード例 #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='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
コード例 #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
コード例 #3
0
ファイル: CCQENu_confDb.py プロジェクト: sultamehr/Ana
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
コード例 #4
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='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