Skip events using MTD criteria. More...
#include <StMtdEvtFilterApplyMaker.h>
Public Member Functions | |
StMtdEvtFilterApplyMaker (const Char_t *name="MtdEvtFilterApply") | |
bool | SkipEvent () |
virtual const char * | GetCVS () const |
Skip events using MTD criteria.
Skip production of events using MTD criteria stored in tags.root under the MtdTrackFilterTag structure, which is filled in the StMtdEvtFilterMaker class
Definition at line 19 of file StMtdEvtFilterApplyMaker.h.
bool StMtdEvtFilterApplyMaker::SkipEvent | ( | ) | [virtual] |
Skip the event if MtdTrackFilterTag.isRejectEvent is not zero
The values of MtdTrackFilterTag.shouldHaveRejectEvent and MtdTrackFilterTag.tpcSectors are made globally available as "MtdShouldHaveRejectEvent" and "TpcSectorsByMtd" datasets if the event is accepted. The logic for publishing only for accepted events would need revisited if there is a reason to use this maker only to flag events it wants skipped, not being deterministic on its own of whether an event should be skipped.
Implements StTagFilterMaker.
Definition at line 31 of file StMtdEvtFilterApplyMaker.cxx.
References StMaker::AddData(), and StTagFilterMaker::GetVal().