#include <PermuterBase.hpp>
Public Member Functions | |
| PermuterBase (const char *name) | |
| Force one to use the proper ctor. | |
| ~PermuterBase (void) | |
| virtual void | permuteEvent (cafe::EventMultiSplitter::callback &callback)=0 |
| Implement this, and for each permutation call the callback with the weight. | |
Private Member Functions | |
| ClassDef (PermuterBase, 1) | |
|
|
Force one to use the proper ctor.
Definition at line 23 of file PermuterBase.hpp. |
|
|
Definition at line 27 of file PermuterBase.hpp. |
|
||||||||||||
|
|
|
|
Implement this, and for each permutation call the callback with the weight.
Referenced by cafe::EventMultiSplitter::processEvent(). |
1.3.4