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

Constructor & Destructor Documentation

◆ __init__()

def python.AsgAnalysisConfig.IOStatsBlock.__init__ (   self)

Definition at line 171 of file AsgAnalysisConfig.py.

171  def __init__(self):
172  super(IOStatsBlock, self).__init__()
173  self.addOption("printOption", "Summary", type=str,
174  info='option to pass the standard ROOT printing function. Can be "Summary", "ByEntries" or "ByBytes".')
175 

Member Function Documentation

◆ instanceName()

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

Definition at line 176 of file AsgAnalysisConfig.py.

176  def instanceName (self) :
177  """Return the instance name for this block"""
178  return '' # no instance name, this is a singleton
179 

◆ makeAlgs()

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

Definition at line 180 of file AsgAnalysisConfig.py.

180  def makeAlgs(self, config):
181  alg = config.createAlgorithm('CP::IOStatsAlg', 'IOStatsAlg')
182  alg.printOption = self.printOption
183 
184 

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