Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_bigevents_skim.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: JEventProcessor_bigevents_skim.h
4 // Created: Thu May 12 08:01:59 EDT 2016
5 // Creator: zihlmann (on Linux ifarm1401 2.6.32-431.el6.x86_64 x86_64)
6 //
7 
8 #ifndef _JEventProcessor_bigevents_skim_
9 #define _JEventProcessor_bigevents_skim_
10 
11 #include <JANA/JEventProcessor.h>
13 #include <TRIGGER/DL1Trigger.h>
14 
15 #include <CDC/DCDCDigiHit.h>
16 using namespace std;
17 using namespace jana;
18 
19 
20 class JEventProcessor_bigevents_skim:public jana::JEventProcessor{
21  public:
24  const char* className(void){return "JEventProcessor_bigevents_skim";}
25 
26 
27  private:
28  jerror_t init(void);///< Called once at program start.
29  jerror_t brun(jana::JEventLoop *eventLoop, int32_t runnumber);
30  jerror_t evnt(jana::JEventLoop *eventLoop, uint64_t eventnumber);
31  jerror_t erun(void);///< Called everytime run number changes, provided brun has been called.
32  jerror_t fini(void);///< Called after last event of last event source has been processed.
33 };
34 
35 #endif // _JEventProcessor_bigevents_skim_
36