Diana Software
Public Member Functions | Private Attributes | List of all members
MRerunSequence Class Reference

Just sets the flag to rerun the sequence some number of times. More...

Inheritance diagram for MRerunSequence:

Public Member Functions

void Init (Diana::QEvent &ev)
 Init method gets the number of times to run. More...
 
void Do (Diana::QEvent &ev)
 Do method does nothing. More...
 
void Done ()
 Done method checks the iteration count and sets rerun. More...
 

Private Attributes

unsigned int fTimesToRun
 

Detailed Description

Just sets the flag to rerun the sequence some number of times.

Author
Jon Ouellet

Definition at line 29 of file MRerunSequence.hh.

Member Function Documentation

◆ Do()

void MRerunSequence::Do ( Diana::QEvent &  ev)

Do method does nothing.

Definition at line 11 of file MRerunSequence.cc.

◆ Done()

void MRerunSequence::Done ( )

Done method checks the iteration count and sets rerun.

Definition at line 13 of file MRerunSequence.cc.

◆ Init()

void MRerunSequence::Init ( Diana::QEvent &  ev)

Init method gets the number of times to run.

Definition at line 7 of file MRerunSequence.cc.

Member Data Documentation

◆ fTimesToRun

unsigned int MRerunSequence::fTimesToRun
private

Definition at line 43 of file MRerunSequence.hh.


The documentation for this class was generated from the following files: