Jpp  pmt_effective_area_update
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 995 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::tgen::tgen ( )
inline

Default constructor.

Definition at line 999 of file JHead.hh.

999  :
1000  numberOfSeconds(0)
1001  {}
double numberOfSeconds
Time in seconds.
Definition: JHead.hh:1014

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

1010  {
1011  return this->numberOfSeconds == object.numberOfSeconds;
1012  }
double numberOfSeconds
Time in seconds.
Definition: JHead.hh:1014
JAANET::tgen::ClassDefNV ( tgen  ,
 
)

Member Data Documentation

double JAANET::tgen::numberOfSeconds

Time in seconds.

Definition at line 1014 of file JHead.hh.


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