This class is a base class for any experimental filter. More...
#include <BaseFilter.h>
Public Member Functions | |
BaseFilter () | |
ClassDef (BaseFilter, 0) | |
Root dictionnary related. More... | |
virtual | ~BaseFilter () |
virtual Int_t | ApplyE (const TSeqCollection &, TBuffer &)=0 |
Apply this filter to the list of links. More... | |
virtual Int_t | ApplyE (const TSeqCollection &, Float_t *)=0 |
Protected Attributes | |
Random * | fRand |
This class is a base class for any experimental filter.
In the GammaWare, the physics generators give cascades of links stored in ROOT SeqCollection. This is the general input to the experimental filters that degrade the true cascades to give experimental like events.
Design following a strategy pattern.
Definition at line 28 of file BaseFilter.h.