Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
 JHead (const double t0, const double t1, const int id, const int ndf, const double chi2)
 Constructor.
 
virtual ~JHead ()
 Virtual destructor.
 
 ClassDef (JHead, 1)
 

Public Attributes

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

Detailed Description

Compass event header.

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

Constructor & Destructor Documentation

◆ JHead() [1/2]

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 id
string identifier
int ndf
number of degrees of freedom
double UNIXTimeStop
stop time
double UNIXTimeStart
start time

◆ JHead() [2/2]

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 {}

◆ ~JHead()

virtual JCOMPASS::JHead::~JHead ( )
inlinevirtual

Virtual destructor.

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

191 {}

Member Function Documentation

◆ ClassDef()

JCOMPASS::JHead::ClassDef ( JHead ,
1  )

Member Data Documentation

◆ UNIXTimeStart

double JCOMPASS::JHead::UNIXTimeStart

start time

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

◆ UNIXTimeStop

double JCOMPASS::JHead::UNIXTimeStop

stop time

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

◆ id

int JCOMPASS::JHead::id

string identifier

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

◆ ndf

int JCOMPASS::JHead::ndf

number of degrees of freedom

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

◆ chi2

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: