ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.MultipleStreamManager._RootStreamFilterHelper Class Reference
Collaboration diagram for python.MultipleStreamManager._RootStreamFilterHelper:

Public Member Functions

def __init__ (self, stream, seq)
 
def __iadd__ (self, alg)
 

Public Attributes

 stream
 
 seq
 

Detailed Description

This class is used to help the AugmentedRootStream class in handling
   filter algorithms in the same way as they behaved with the 'old' way of
   setting up the D3PD::MakerAlg  algorithm.

Definition at line 361 of file MultipleStreamManager.py.

Constructor & Destructor Documentation

◆ __init__()

def python.MultipleStreamManager._RootStreamFilterHelper.__init__ (   self,
  stream,
  seq 
)

Definition at line 366 of file MultipleStreamManager.py.

366  def __init__( self, stream, seq ):
367  self.stream = stream
368  self.seq = seq
369  return

Member Function Documentation

◆ __iadd__()

def python.MultipleStreamManager._RootStreamFilterHelper.__iadd__ (   self,
  alg 
)

Definition at line 370 of file MultipleStreamManager.py.

370  def __iadd__( self, alg ):
371  self.seq += alg
372  self.stream.AddRequireAlgs( alg.getName() )
373  return
374 

Member Data Documentation

◆ seq

python.MultipleStreamManager._RootStreamFilterHelper.seq

Definition at line 368 of file MultipleStreamManager.py.

◆ stream

python.MultipleStreamManager._RootStreamFilterHelper.stream

Definition at line 367 of file MultipleStreamManager.py.


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