Jpp
|
Auxiliary class for historical event. More...
#include <JHistory.hh>
Public Member Functions | |
JEvent () | |
Default constructor. More... | |
JEvent (const JFitApplication_t &type, const int id) | |
Constructor. More... | |
virtual | ~JEvent () |
Virtual destructor. More... | |
ClassDef (JEvent, 1) | |
Public Attributes | |
int | type |
application type More... | |
int | id |
application identifier More... | |
std::string | svn |
SVN revision. More... | |
std::string | date |
date More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const JEvent &event) |
Write event to output stream. More... | |
Auxiliary class for historical event.
Definition at line 32 of file JHistory.hh.
|
inline |
|
inline |
Constructor.
type | application type |
id | application identifier |
Definition at line 47 of file JHistory.hh.
|
inlinevirtual |
JFIT::JEvent::ClassDef | ( | JEvent | , |
1 | |||
) |
|
friend |
Write event to output stream.
out | output stream |
event | event |
Definition at line 71 of file JHistory.hh.
int JFIT::JEvent::type |
application type
Definition at line 85 of file JHistory.hh.
int JFIT::JEvent::id |
application identifier
Definition at line 86 of file JHistory.hh.
std::string JFIT::JEvent::svn |
SVN revision.
Definition at line 87 of file JHistory.hh.
std::string JFIT::JEvent::date |
date
Definition at line 88 of file JHistory.hh.