Jpp  15.0.0
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
JACOUSTICS::JHead Struct Reference

Acoustic event header. More...

#include <JEvt.hh>

Inheritance diagram for JACOUSTICS::JHead:
JACOUSTICS::JEvt

Public Member Functions

 JHead ()
 Default constructor. More...
 
 JHead (const std::string &oid, const double t0, const double t1, const int ndf, const double weight, const double chi2)
 Constructor. More...
 
virtual ~JHead ()
 Virtual destructor. More...
 
 ClassDef (JHead, 3)
 

Public Attributes

std::string oid
 detector identifier More...
 
double UNIXTimeStart
 start time More...
 
double UNIXTimeStop
 stop time More...
 
int ndf
 number of degrees of freedom More...
 
double weight
 total weight of hits More...
 
double chi2
 chi2 More...
 

Detailed Description

Acoustic event header.

Definition at line 95 of file JAcoustics/JEvt.hh.

Constructor & Destructor Documentation

JACOUSTICS::JHead::JHead ( )
inline

Default constructor.

Definition at line 99 of file JAcoustics/JEvt.hh.

99  :
100  oid(),
101  UNIXTimeStart(0.0),
102  UNIXTimeStop (0.0),
103  ndf (0),
104  chi2(0.0)
105  {}
std::string oid
detector identifier
int ndf
number of degrees of freedom
double UNIXTimeStop
stop time
double UNIXTimeStart
start time
JACOUSTICS::JHead::JHead ( const std::string &  oid,
const double  t0,
const double  t1,
const int  ndf,
const double  weight,
const double  chi2 
)
inline

Constructor.

Parameters
oiddetector identifer
t0UNIX start time
t1UNIX stop time
ndfnumber of degrees of freedom
weighttotal weight of hits
chi2chi2

Definition at line 118 of file JAcoustics/JEvt.hh.

123  :
124  oid (oid),
125  UNIXTimeStart(t0),
126  UNIXTimeStop (t1),
127  ndf (ndf),
128  weight(weight),
129  chi2 (chi2)
130  {}
std::string oid
detector identifier
int ndf
number of degrees of freedom
double UNIXTimeStop
stop time
double weight
total weight of hits
double UNIXTimeStart
start time
virtual JACOUSTICS::JHead::~JHead ( )
inlinevirtual

Virtual destructor.

Definition at line 136 of file JAcoustics/JEvt.hh.

137  {}

Member Function Documentation

JACOUSTICS::JHead::ClassDef ( JHead  ,
 
)

Member Data Documentation

std::string JACOUSTICS::JHead::oid

detector identifier

Definition at line 142 of file JAcoustics/JEvt.hh.

double JACOUSTICS::JHead::UNIXTimeStart

start time

Definition at line 143 of file JAcoustics/JEvt.hh.

double JACOUSTICS::JHead::UNIXTimeStop

stop time

Definition at line 144 of file JAcoustics/JEvt.hh.

int JACOUSTICS::JHead::ndf

number of degrees of freedom

Definition at line 145 of file JAcoustics/JEvt.hh.

double JACOUSTICS::JHead::weight

total weight of hits

Definition at line 146 of file JAcoustics/JEvt.hh.

double JACOUSTICS::JHead::chi2

chi2

Definition at line 147 of file JAcoustics/JEvt.hh.


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