// $Id$ // // File: DEventProcessor_bcal_eta.h // Created: Fri Jul 18 12:21:01 EDT 2014 // Creator: jrsteven (on Linux ifarm1102 2.6.32-220.7.1.el6.x86_64 x86_64) // #ifndef _DEventProcessor_bcal_eta_ #define _DEventProcessor_bcal_eta_ #include #include #include #include #include #include "DFactoryGenerator_bcal_eta.h" using namespace jana; using namespace std; class DEventProcessor_bcal_eta : public jana::JEventProcessor { public: const char* className(void){return "DEventProcessor_bcal_eta";} private: jerror_t init(void); ///< Called once at program start. jerror_t brun(jana::JEventLoop* locEventLoop, int32_t locRunNumber); ///< Called every time a new run number is detected. jerror_t evnt(jana::JEventLoop* locEventLoop, uint64_t locEventNumber); ///< Called every event. jerror_t erun(void); ///< Called every time run number changes, provided brun has been called. jerror_t fini(void); ///< Called after last event of last event source has been processed. }; #endif // _DEventProcessor_bcal_eta_