StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StMtdEvtFilterApplyMaker.h
1 
14 #ifndef StMtdEvtFilterApplyMaker_hh
15 #define StMtdEvtFilterApplyMaker_hh
16 
17 #include "StTagFilterMaker.h"
18 
20  public:
21 
22  StMtdEvtFilterApplyMaker(const Char_t *name="MtdEvtFilterApply");
24 
25  bool SkipEvent();
26  virtual const char *GetCVS() const {
27  static const char cvs[]="Tag $Name: $ $Id: StMtdEvtFilterApplyMaker.h,v 1.1 2015/05/01 21:25:58 jeromel Exp $ built " __DATE__ " " __TIME__ ;
28  return cvs;
29  }
30 
31 
32  ClassDef(StMtdEvtFilterApplyMaker,0)
33 };
34 #endif
35 
36 /* -------------------------------------------------------------------------
37  * $Id: StMtdEvtFilterApplyMaker.h,v 1.1 2015/05/01 21:25:58 jeromel Exp $
38  * $Log: StMtdEvtFilterApplyMaker.h,v $
39  * Revision 1.1 2015/05/01 21:25:58 jeromel
40  * First version of the DataFiler + one imp: MTD. Code from GVB reviewed & closed (VP+JL))
41  *
42  *
43  * -------------------------------------------------------------------------
44  */
45 
Skip events using criteria in .pretags.root.
Skip events using MTD criteria.