Compass single fit.
More...
#include <JEvt.hh>
|
std::ostream & | operator<< (std::ostream &out, const JEvt &evt) |
| Write event to output.
|
|
Compass single fit.
Definition at line 207 of file JCompass/JEvt.hh.
◆ JEvt() [1/2]
◆ JEvt() [2/2]
JCOMPASS::JEvt::JEvt |
( |
const JHead & | header | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 223 of file JCompass/JEvt.hh.
223 :
225 {}
JHead()
Default constructor.
◆ ClassDef() [1/2]
JCOMPASS::JEvt::ClassDef |
( |
JEvt | , |
|
|
1 | ) |
◆ ClassDef() [2/2]
JCOMPASS::JHead::ClassDef |
( |
JHead | , |
|
|
1 | ) |
|
inherited |
◆ operator<<
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.
236 {
238
239 out <<
FIXED(20,5) << evt.UNIXTimeStart << endl
240 <<
FIXED(20,5) << evt.UNIXTimeStop << endl
241 << setw(4) << evt.id << endl
242 << setw(5) << evt.ndf << endl
243 <<
FIXED(12,3) << evt.chi2 << endl;
244
245 for (JEvt::const_iterator i = evt.begin(); i != evt.end(); ++i) {
246 out << *i << endl;
247 }
248
249 return out;
250 }
Auxiliary data structure for floating point format specification.
◆ UNIXTimeStart
double JCOMPASS::JHead::UNIXTimeStart |
|
inherited |
◆ UNIXTimeStop
double JCOMPASS::JHead::UNIXTimeStop |
|
inherited |
◆ id
◆ ndf
◆ chi2
double JCOMPASS::JHead::chi2 |
|
inherited |
The documentation for this struct was generated from the following file: