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 142 of file AsgAnalysisConfig.py.

Constructor & Destructor Documentation

◆ __init__()

def python.AsgAnalysisConfig.IOStatsBlock.__init__ (   self)

Definition at line 145 of file AsgAnalysisConfig.py.

145  def __init__(self):
146  super(IOStatsBlock, self).__init__()
147  self.addOption("printOption", "Summary", type=str,
148  info='option to pass the standard ROOT printing function. Can be "Summary", "ByEntries" or "ByBytes".')
149 

Member Function Documentation

◆ instanceName()

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

Definition at line 150 of file AsgAnalysisConfig.py.

150  def instanceName (self) :
151  """Return the instance name for this block"""
152  return '' # no instance name, this is a singleton
153 

◆ makeAlgs()

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

Definition at line 154 of file AsgAnalysisConfig.py.

154  def makeAlgs(self, config):
155  alg = config.createAlgorithm('CP::IOStatsAlg', 'IOStatsAlg')
156  alg.printOption = self.printOption
157 
158 

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