Compass single fit.
More...
#include <JEvt.hh>
Compass single fit.
Definition at line 207 of file JCompass/JEvt.hh.
JCOMPASS::JEvt::JEvt |
( |
const JHead & |
header | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 223 of file JCompass/JEvt.hh.
JHead()
Default constructor.
JCOMPASS::JEvt::ClassDef |
( |
JEvt |
, |
|
|
1 |
|
|
) |
| |
JCOMPASS::JHead::ClassDef |
( |
JHead |
, |
|
|
1 |
|
|
) |
| |
|
inherited |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JEvt & |
evt |
|
) |
| |
|
friend |
Write event to output.
- Parameters
-
out | output stream |
evt | event |
- Returns
- output stream
Definition at line 235 of file JCompass/JEvt.hh.
241 << setw(4) << evt.
id << endl
242 << setw(5) << evt.
ndf << endl
245 for (JEvt::const_iterator
i = evt.begin();
i != evt.end(); ++
i) {
Auxiliary data structure for floating point format specification.
int ndf
number of degrees of freedom
double UNIXTimeStart
start time
double UNIXTimeStop
stop time
double JCOMPASS::JHead::UNIXTimeStart |
|
inherited |
double JCOMPASS::JHead::UNIXTimeStop |
|
inherited |
double JCOMPASS::JHead::chi2 |
|
inherited |
The documentation for this struct was generated from the following file: