Jpp  18.5.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
JCOMPASS::JHead Struct Reference

Compass event header. More...

#include <JEvt.hh>

Inheritance diagram for JCOMPASS::JHead:
TObject JCOMPASS::JEvt

Public Member Functions

 JHead ()
 Default constructor. More...
 
 JHead (const double t0, const double t1, const int id, const int ndf, const double chi2)
 Constructor. More...
 
virtual ~JHead ()
 Virtual destructor. More...
 
 ClassDef (JHead, 1)
 

Public Attributes

double UNIXTimeStart
 start time More...
 
double UNIXTimeStop
 stop time More...
 
int id
 string identifier More...
 
int ndf
 number of degrees of freedom More...
 
double chi2
 chi2 More...
 

Detailed Description

Compass event header.

Definition at line 150 of file JCompass/JEvt.hh.

Constructor & Destructor Documentation

JCOMPASS::JHead::JHead ( )
inline

Default constructor.

Definition at line 156 of file JCompass/JEvt.hh.

156  :
157  UNIXTimeStart(0.0),
158  UNIXTimeStop (0.0),
159  id (-1),
160  ndf (0),
161  chi2(0.0)
162  {}
int ndf
number of degrees of freedom
double UNIXTimeStart
start time
double chi2
chi2
int id
string identifier
double UNIXTimeStop
stop time
JCOMPASS::JHead::JHead ( const double  t0,
const double  t1,
const int  id,
const int  ndf,
const double  chi2 
)
inline

Constructor.

Parameters
t0UNIX start time
t1UNIX stop time
idstring identifier
ndfnumber of degrees of freedom
chi2chi2

Definition at line 174 of file JCompass/JEvt.hh.

178  :
179  UNIXTimeStart(t0),
180  UNIXTimeStop (t1),
181  id (id),
182  ndf (ndf),
183  chi2(chi2)
184  {}
int ndf
number of degrees of freedom
double UNIXTimeStart
start time
double chi2
chi2
int id
string identifier
double UNIXTimeStop
stop time
virtual JCOMPASS::JHead::~JHead ( )
inlinevirtual

Virtual destructor.

Definition at line 190 of file JCompass/JEvt.hh.

191  {}

Member Function Documentation

JCOMPASS::JHead::ClassDef ( JHead  ,
 
)

Member Data Documentation

double JCOMPASS::JHead::UNIXTimeStart

start time

Definition at line 196 of file JCompass/JEvt.hh.

double JCOMPASS::JHead::UNIXTimeStop

stop time

Definition at line 197 of file JCompass/JEvt.hh.

int JCOMPASS::JHead::id

string identifier

Definition at line 198 of file JCompass/JEvt.hh.

int JCOMPASS::JHead::ndf

number of degrees of freedom

Definition at line 199 of file JCompass/JEvt.hh.

double JCOMPASS::JHead::chi2

chi2

Definition at line 200 of file JCompass/JEvt.hh.


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