#include <EventFilter.h>
Inheritance diagram for io::tst::EventFilter:

Public Member Functions | |
| EventFilter () | |
| void | ReadEventFile (const char *filename) |
| bool | operator() (edm::EventHandle &evt) |
Private Types | |
| typedef std::map< Key, char > | EventList_t |
| Include/exclude flags. | |
Private Attributes | |
| int | fMode |
| 0=exclude all but listed, 1=include all but listed | |
| EventList_t | fEventList |
| Include/exculde flags indexed by run/event. | |
Definition at line 16 of file EventFilter.h.
|
|
Include/exclude flags.
Definition at line 41 of file EventFilter.h. |
|
|
|
|
|
Reimplemented from io::Filter. |
|
|
|
|
|
Include/exculde flags indexed by run/event.
Definition at line 45 of file EventFilter.h. |
|
|
0=exclude all but listed, 1=include all but listed
Definition at line 44 of file EventFilter.h. |
1.3.5