// $Id$ // // File: DEventProcessor_sdobbs_pi0_dalitz.h // Created: Wed Mar 11 20:34:22 EDT 2015 // Creator: jrsteven (on Linux halldw1.jlab.org 2.6.32-504.8.1.el6.x86_64 x86_64) // #ifndef _DEventProcessor_sdobbs_pi0_dalitz_ #define _DEventProcessor_sdobbs_pi0_dalitz_ #include #include #include #include #include #include "DFactoryGenerator_sdobbs_pi0_dalitz.h" using namespace jana; using namespace std; class DEventProcessor_sdobbs_pi0_dalitz : public jana::JEventProcessor { public: const char* className(void){return "DEventProcessor_sdobbs_pi0_dalitz";} private: jerror_t init(void); ///< Called once at program start. jerror_t brun(jana::JEventLoop* locEventLoop, int 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. //For non-custom reaction-independent histograms, it is recommended that you simultaneously run the monitoring_hists plugin instead of defining them here }; #endif // _DEventProcessor_sdobbs_pi0_dalitz_