Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JAANET::tgen Struct Reference

Time duration of event generation. More...

#include <JHead.hh>

Public Member Functions

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

Public Attributes

double numberOfSeconds
 Time in seconds.
 

Detailed Description

Time duration of event generation.

Definition at line 1116 of file JHead.hh.

Constructor & Destructor Documentation

◆ tgen()

JAANET::tgen::tgen ( )
inline

Default constructor.

Definition at line 1120 of file JHead.hh.

1120 :
1122 {}
double numberOfSeconds
Time in seconds.
Definition JHead.hh:1135

Member Function Documentation

◆ match()

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

Test match.

Parameters
objecttime duration
Returns
true if matches; else false

Definition at line 1130 of file JHead.hh.

1131 {
1132 return this->numberOfSeconds == object.numberOfSeconds;
1133 }

◆ ClassDefNV()

JAANET::tgen::ClassDefNV ( tgen ,
1  )

Member Data Documentation

◆ numberOfSeconds

double JAANET::tgen::numberOfSeconds

Time in seconds.

Definition at line 1135 of file JHead.hh.


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