Data structure for set of track fit results.
More...
#include <JEvt.hh>
Data structure for set of track fit results.
Definition at line 312 of file JEvt.hh.
Default constructor.
Definition at line 320 of file JEvt.hh.
template<class JPredicate_t >
void JFIT::JEvt::partition |
( |
JPredicate_t |
select | ) |
|
|
inline |
Select fits.
- Parameters
-
Definition at line 330 of file JEvt.hh.
332 this->erase(std::partition(this->begin(), this->end(), select), this->end());
JFIT::JEvt::ClassDef |
( |
JEvt |
, |
|
|
3 |
|
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JEvt & |
event |
|
) |
| |
|
friend |
Write event to output.
- Parameters
-
out | output stream |
event | event |
- Returns
- output stream
Definition at line 343 of file JEvt.hh.
347 out <<
"Event: " << endl;
349 for (JEvt::const_iterator fit = event.begin(); fit !=
event.end(); ++fit) {
The documentation for this class was generated from the following file: