Package Ganga :: Package GPIDev :: Package Adapters :: Module IMerger :: Class IMerger
[hide private]
[frames] | no frames]

Class IMerger

source code

          object --+        
                   |        
   Base.Objects.Node --+    
                       |    
Base.Objects.GangaObject --+
                           |
                          IMerger
Known Subclasses:

This is a Ganga.GPI.IMerger implementation class. Refer to Ganga.GPI.IMerger.__doc__ for documentation.

Nested Classes [hide private]
  _proxyClass
Properties:

Inherited from Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
merge(self, subjobs, sum_outputdir, **options)
Merge the output of subjobs into the sum_outputdir.
source code
 
validatedMerge(self, job)
Some info
source code

Inherited from Base.Objects.GangaObject: __construct__, __deepcopy__, __getstate__, __init__, __setstate__, _attribute_filter__set__, _auto__init__, accept, getJobObject

Inherited from Base.Objects.Node: __copy__, __eq__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from Base.Objects.Node (private): _getParent, _getRoot, _setParent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from Base.Objects.GangaObject (private): _declared_property

Class Variables [hide private]
  _category = 'mergers'
  _hidden = 1
  _schema = Schema(Version(0, 0), {})
  set_outputdir_for_automerge = True

Inherited from Base.Objects.Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

merge(self, subjobs, sum_outputdir, **options)

source code 

Merge the output of subjobs into the sum_outputdir. The options (keyword arguments) are merger-implementation specific and should be defined in the derived classes.