| 
    Cat
    
   | 
 
#include <Application.h>
Public Attributes | |
| int | nRun | 
| int | nEventMax | 
| int | nEvent | 
| int | nErrors | 
| char | status [16] | 
Definition at line 38 of file Application.h.
| int State::nErrors | 
Definition at line 43 of file Application.h.
Referenced by Application::setState().
| int State::nEvent | 
Definition at line 42 of file Application.h.
Referenced by Application::loop(), and Application::setState().
| int State::nEventMax | 
Definition at line 41 of file Application.h.
Referenced by Application::setState().
| int State::nRun | 
Definition at line 40 of file Application.h.
Referenced by Application::setState().
| char State::status[16] | 
Definition at line 44 of file Application.h.
Referenced by Application::setState().
 1.8.13