Jpp  17.3.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JAANET::tgen Struct Reference

Time duration of event generation. More...

#include <JHead.hh>

Public Member Functions

 tgen ()
 Default constructor. More...
 
bool match (const tgen &object) const
 Test match. More...
 
 ClassDefNV (tgen, 1)
 

Public Attributes

double numberOfSeconds
 Time in seconds. More...
 

Detailed Description

Time duration of event generation.

Definition at line 1049 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::tgen::tgen ( )
inline

Default constructor.

Definition at line 1053 of file JHead.hh.

1053  :
1054  numberOfSeconds(0)
1055  {}
double numberOfSeconds
Time in seconds.
Definition: JHead.hh:1068

Member Function Documentation

bool JAANET::tgen::match ( const tgen object) const
inline

Test match.

Parameters
objecttime duration
Returns
true if matches; else false

Definition at line 1063 of file JHead.hh.

1064  {
1065  return this->numberOfSeconds == object.numberOfSeconds;
1066  }
double numberOfSeconds
Time in seconds.
Definition: JHead.hh:1068
JAANET::tgen::ClassDefNV ( tgen  ,
 
)

Member Data Documentation

double JAANET::tgen::numberOfSeconds

Time in seconds.

Definition at line 1068 of file JHead.hh.


The documentation for this struct was generated from the following file: