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

Constructor & Destructor Documentation

◆ __init__()

def python.AsgAnalysisConfig.IOStatsBlock.__init__ (   self)

Definition at line 108 of file AsgAnalysisConfig.py.

108  def __init__(self):
109  super(IOStatsBlock, self).__init__()
110  self.addOption("printOption", "Summary", type=str,
111  info='option to pass the standard ROOT printing function. Can be "Summary", "ByEntries" or "ByBytes".')
112 

Member Function Documentation

◆ instanceName()

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

Definition at line 113 of file AsgAnalysisConfig.py.

113  def instanceName (self) :
114  """Return the instance name for this block"""
115  return '' # no instance name, this is a singleton
116 

◆ makeAlgs()

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

Definition at line 117 of file AsgAnalysisConfig.py.

117  def makeAlgs(self, config):
118  alg = config.createAlgorithm('CP::IOStatsAlg', 'IOStatsAlg')
119  alg.printOption = self.printOption
120 
121 

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