Jpp  17.1.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 nhit, const int npar, const double ndf, const double chi2)
 Constructor. More...
 
virtual ~JHead ()
 Virtual destructor. More...
 
 ClassDef (JHead, 4)
 

Public Attributes

std::string oid
 detector identifier More...
 
double UNIXTimeStart
 start time More...
 
double UNIXTimeStop
 stop time More...
 
int nhit
 number of hits More...
 
int npar
 number of fit parameters More...
 
double ndf
 weighed number of degrees of freedom More...
 
double chi2
 chi2 More...
 

Detailed Description

Acoustic event header.

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

Constructor & Destructor Documentation

JACOUSTICS::JHead::JHead ( )
inline

Default constructor.

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

117  :
118  oid (),
119  UNIXTimeStart(0.0),
120  UNIXTimeStop (0.0),
121  nhit(0),
122  npar(0),
123  ndf (0.0),
124  chi2(0.0)
125  {}
int npar
number of fit parameters
std::string oid
detector identifier
double UNIXTimeStop
stop time
double ndf
weighed number of degrees of freedom
int nhit
number of hits
double UNIXTimeStart
start time
JACOUSTICS::JHead::JHead ( const std::string &  oid,
const double  t0,
const double  t1,
const int  nhit,
const int  npar,
const double  ndf,
const double  chi2 
)
inline

Constructor.

Parameters
oiddetector identifer
t0UNIX start time
t1UNIX stop time
nhitnumber of hits
nparnumber of fit parameters
ndfweighed number of degrees of freedom
chi2chi2

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

145  :
146  oid (oid),
147  UNIXTimeStart(t0),
148  UNIXTimeStop (t1),
149  nhit(nhit),
150  npar(npar),
151  ndf (ndf),
152  chi2(chi2)
153  {}
int npar
number of fit parameters
std::string oid
detector identifier
double UNIXTimeStop
stop time
double ndf
weighed number of degrees of freedom
int nhit
number of hits
double UNIXTimeStart
start time
virtual JACOUSTICS::JHead::~JHead ( )
inlinevirtual

Virtual destructor.

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

160  {}

Member Function Documentation

JACOUSTICS::JHead::ClassDef ( JHead  ,
 
)

Member Data Documentation

std::string JACOUSTICS::JHead::oid

detector identifier

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

double JACOUSTICS::JHead::UNIXTimeStart

start time

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

double JACOUSTICS::JHead::UNIXTimeStop

stop time

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

int JACOUSTICS::JHead::nhit

number of hits

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

int JACOUSTICS::JHead::npar

number of fit parameters

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

double JACOUSTICS::JHead::ndf

weighed number of degrees of freedom

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

double JACOUSTICS::JHead::chi2

chi2

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


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