PandaRoot
PndEvtFilter.h File Reference
#include "Rtypes.h"
#include "TClonesArray.h"
#include <iostream>
#include "TParticle.h"
#include "RhoCandidate.h"
#include "RhoCandList.h"
#include "TLorentzVector.h"
#include "FairEvtFilter.h"

Go to the source code of this file.

Classes

class  PndEvtFilter
 

Functions

std::ostream & operator<< (std::ostream &os, const std::set< Int_t > &set)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const std::set< Int_t > &  set 
)

PndEvtFilter.h

Author: Martin Galuska

Abstract base class for event filters adding PandaRoot specific capabilities (FillList mainly)

Can be used to derive event filters which 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.