ATLAS Offline Software
Classes | Functions
python.BootstrapGeneratorConfig Namespace Reference

Classes

class  BootstrapGeneratorConfig
 

Functions

def makeBootstrapGeneratorConfig (seq, nReplicas=None, decoration=None)
 

Function Documentation

◆ makeBootstrapGeneratorConfig()

def python.BootstrapGeneratorConfig.makeBootstrapGeneratorConfig (   seq,
  nReplicas = None,
  decoration = None 
)
Setup a simple bootstrapping algorithm

Keyword arguments:
  nReplicas -- the number of bootstrap replicas to generate
  decoration -- the name of the output vector branch containing the bootstrapped weights

Definition at line 34 of file BootstrapGeneratorConfig.py.

35  nReplicas = None,
36  decoration = None):
37  """
38  Setup a simple bootstrapping algorithm
39 
40  Keyword arguments:
41  nReplicas -- the number of bootstrap replicas to generate
42  decoration -- the name of the output vector branch containing the bootstrapped weights
43  """
44 
45  config = BootstrapGeneratorConfig()
46  config.setOptionValue ('nReplicas', nReplicas)
47  config.setOptionValue ('decoration', decoration)
48  seq.append (config)
python.BootstrapGeneratorConfig.makeBootstrapGeneratorConfig
def makeBootstrapGeneratorConfig(seq, nReplicas=None, decoration=None)
Definition: BootstrapGeneratorConfig.py:34