|
Jpp
master_rocky-43-ge265d140c
the software that should make you happy
|
Container for a set of event categories. More...
#include <JEvtCategoryToolkit.hh>
Public Member Functions | |
| JEvtCategorySet () | |
| Default constructor. More... | |
Friends | |
| std::istream & | operator>> (std::istream &in, JEvtCategorySet &categories) |
| Stream input. More... | |
| std::ostream & | operator<< (std::ostream &out, const JEvtCategorySet &categories) |
| Stream output. More... | |
Container for a set of event categories.
Input syntax as follows:
<PDG type> [& <PDG type>]...
<key>=<value>[,<key>=<value>]...[ & <key>=<value>[,<key>=<value>]...]...
where
JAANET::JEvtCategory;Definition at line 43 of file JEvtCategoryToolkit.hh.
|
inline |
|
friend |
Stream input.
| in | input stream |
| categories | set of event categories |
Definition at line 60 of file JEvtCategoryToolkit.hh.
|
friend |
Stream output.
| out | output stream |
| categories | set of event categories |
Definition at line 86 of file JEvtCategoryToolkit.hh.