#include <SFCutROList.h>
Inheritance diagram for SFCutROList:
Author: Benno List, Jenny Böhme
Changelog:
Definition at line 34 of file SFCutROList.h.
Public Member Functions | |
SFCutROList () | |
Default constructor: creates an empty SFCutROList. | |
SFCutROList (const ROListPoR &mother) | |
Creates an empty SFCutROList and registers it with another list. | |
virtual | ~SFCutROList () |
Destructor. | |
virtual void | Fill () |
Fills all self-filling objects. | |
BaseCut * | getCut () |
Returns the cut object. | |
const BaseCut * | getCut () const |
Returns the cut object as constant. | |
SFCutROList & | setCut (const BaseCutPoR &newcut) |
Sets the cut object. | |
Private Attributes | |
BaseCut * | cut |
The cut object. |
|
Creates an empty SFCutROList and registers it with another list.
Definition at line 31 of file SFCutROList.C. |
|
Sets the cut object.
Definition at line 51 of file SFCutROList.C. References cut, BaseCut::getIterator(), NamedO::getName(), and BaseCutPoR::pbc. |