Jpp  16.0.0-rc.2
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 1046 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::tgen::tgen ( )
inline

Default constructor.

Definition at line 1050 of file JHead.hh.

1050  :
1051  numberOfSeconds(0)
1052  {}
double numberOfSeconds
Time in seconds.
Definition: JHead.hh:1065

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 1060 of file JHead.hh.

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

Member Data Documentation

double JAANET::tgen::numberOfSeconds

Time in seconds.

Definition at line 1065 of file JHead.hh.


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