ATLAS Offline Software
Public Member Functions | List of all members
python.AsgAnalysisConfig.IOStatsBlock Class Reference
Inheritance diagram for python.AsgAnalysisConfig.IOStatsBlock:
Collaboration diagram for python.AsgAnalysisConfig.IOStatsBlock:

Public Member Functions

def __init__ (self)
 
def instanceName (self)
 
def makeAlgs (self, config)
 

Detailed Description

Print what branches are used in analysis

Definition at line 111 of file AsgAnalysisConfig.py.

Constructor & Destructor Documentation

◆ __init__()

def python.AsgAnalysisConfig.IOStatsBlock.__init__ (   self)

Definition at line 114 of file AsgAnalysisConfig.py.

114  def __init__(self):
115  super(IOStatsBlock, self).__init__()
116  self.addOption("printOption", "Summary", type=str,
117  info='option to pass the standard ROOT printing function. Can be "Summary", "ByEntries" or "ByBytes".')
118 

Member Function Documentation

◆ instanceName()

def python.AsgAnalysisConfig.IOStatsBlock.instanceName (   self)
Return the instance name for this block

Definition at line 119 of file AsgAnalysisConfig.py.

119  def instanceName (self) :
120  """Return the instance name for this block"""
121  return '' # no instance name, this is a singleton
122 

◆ makeAlgs()

def python.AsgAnalysisConfig.IOStatsBlock.makeAlgs (   self,
  config 
)

Definition at line 123 of file AsgAnalysisConfig.py.

123  def makeAlgs(self, config):
124  alg = config.createAlgorithm('CP::IOStatsAlg', 'IOStatsAlg')
125  alg.printOption = self.printOption
126 
127 

The documentation for this class was generated from the following file:
python.processes.powheg.ZZj_MiNNLO.ZZj_MiNNLO.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZj_MiNNLO.py:18