All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
galleryUtils.ConfigurationClass Class Reference

Public Member Functions

def __init__
 
def paramsFor
 
def service
 
def producer
 
def __init__
 
def paramsFor
 
def service
 
def producer
 

Public Attributes

 config
 

Detailed Description

Definition at line 441 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

Constructor & Destructor Documentation

def galleryUtils.ConfigurationClass.__init__ (   self,
  configPath 
)
def galleryUtils.ConfigurationClass.__init__ (   self,
  configPath 
)

Definition at line 358 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.

359  def __init__(self, configPath):
self.config = loadConfiguration(configPath)

Member Function Documentation

def galleryUtils.ConfigurationClass.paramsFor (   self,
  FHiCLpath 
)

Definition at line 360 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.

361  def paramsFor(self, FHiCLpath):
return self.config.get[ROOT.fhicl.ParameterSet](FHiCLpath)
def galleryUtils.ConfigurationClass.paramsFor (   self,
  FHiCLpath 
)

Definition at line 444 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

445  def paramsFor(self, FHiCLpath):
return self.config.get[ROOT.fhicl.ParameterSet](FHiCLpath)
def galleryUtils.ConfigurationClass.producer (   self,
  moduleName 
)

Definition at line 364 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.

365  def producer(self, moduleName):
366  return self.paramsFor("physics.producers." + moduleName)
367 # class ConfigurationClass
368 
def galleryUtils.ConfigurationClass.producer (   self,
  moduleName 
)

Definition at line 448 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

449  def producer(self, moduleName):
450  return self.paramsFor("physics.producers." + moduleName)
451 # class ConfigurationClass
452 
def galleryUtils.ConfigurationClass.service (   self,
  serviceName 
)

Definition at line 362 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.

363  def service(self, serviceName):
return self.paramsFor("services." + serviceName)
def galleryUtils.ConfigurationClass.service (   self,
  serviceName 
)

Definition at line 446 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

447  def service(self, serviceName):
return self.paramsFor("services." + serviceName)

Member Data Documentation

galleryUtils.ConfigurationClass.config

Definition at line 443 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.


The documentation for this class was generated from the following files: