Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DEventProcessor_mcthrown_tree.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DEventProcessor_mcthrown_tree.h
4 // Created: Mon Apr 3 11:38:03 EDT 2006
5 // Creator: pmatt (on Darwin swire-b241.jlab.org 8.4.0 powerpc)
6 //
7 
8 #ifndef _DEventProcessor_mcthrown_tree_
9 #define _DEventProcessor_mcthrown_tree_
10 
11 #include "JANA/JEventProcessor.h"
12 #include "DANA/DApplication.h"
14 
15 using namespace jana;
16 
17 class DEventProcessor_mcthrown_tree : public JEventProcessor
18 {
19  public:
22  const char* className(void){return "DEventProcessor_mcthrown_tree";}
23 
24  private:
25  jerror_t init(void); ///< Called once at program start.
26  jerror_t evnt(JEventLoop *eventLoop, uint64_t eventnumber); ///< Called every event.
27 
28  bool dTagCheck;
29 };
30 
31 #endif // _DEventProcessor_mcthrown_tree_
32