Data structure for set of track fit results.
More...
#include <JEvt.hh>
Data structure for set of track fit results.
Definition at line 292 of file JEvt.hh.
◆ JEvt()
Default constructor.
Definition at line 300 of file JEvt.hh.
◆ partition()
template<class JPredicate_t >
void JFIT::JEvt::partition |
( |
JPredicate_t |
select | ) |
|
|
inline |
Select fits.
- Parameters
-
Definition at line 310 of file JEvt.hh.
312 this->erase(std::partition(this->begin(), this->end(), select), this->end());
◆ ClassDef()
JFIT::JEvt::ClassDef |
( |
JEvt |
, |
|
|
3 |
|
|
) |
| |
◆ operator<<
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 323 of file JEvt.hh.
327 out <<
"Event: " << endl;
329 for (JEvt::const_iterator fit = event.begin(); fit !=
event.end(); ++fit) {
The documentation for this class was generated from the following file: