FairRoot/PandaRoot
|
#include "FairEvtFilter.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const std::set< Int_t > &set) |
std::ostream& operator<< | ( | std::ostream & | os, |
const std::set< Int_t > & | set | ||
) |
FairEvtFilter.h
Authors: Martin Galuska, Katja Kleeberg
abstract base class for event filters used to reject generated events which should not be fed into the transport. Each concrete filter class derived from this one must implement the abstract method EventMatches, in which the particular filter criteria are realized.
Definition at line 38 of file FairEvtFilter.cxx.