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 219 of file JCompass/JEvt.hh.
◆ JEvt() [1/2]
◆ JEvt() [2/2]
JCOMPASS::JEvt::JEvt |
( |
const JHead & | header | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 235 of file JCompass/JEvt.hh.
235 :
237 {}
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 247 of file JCompass/JEvt.hh.
248 {
250
251 out <<
FIXED(20,5) << evt.UNIXTimeStart << endl
252 <<
FIXED(20,5) << evt.UNIXTimeStop << endl
253 << setw(4) << evt.id << endl
254 << setw(5) << evt.ndf << endl
255 <<
FIXED(12,3) << evt.chi2 << endl;
256
257 for (JEvt::const_iterator i = evt.begin(); i != evt.end(); ++i) {
258 out << *i << endl;
259 }
260
261 return out;
262 }
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: