// $Id$ // // File: D250PulseIntegral.h // Created: Tue Nov 29 08:28:49 EST 2011 // Creator: davidl (on Linux ifarm1102 2.6.18-128.7.1.el5 x86_64) // #ifndef _D250PulseIntegral_ #define _D250PulseIntegral_ #include #include class D250PulseIntegral:public jana::JObject{ public: JOBJECT_PUBLIC(D250PulseIntegral); // Add data members here. For example: // int id; // double E; // This method is used primarily for pretty printing // the second argument to AddString is printf style format void toStrings(vector > &items)const{ // AddString(items, "id", "%4d", id); // AddString(items, "E", "%f", E); } }; #endif // _D250PulseIntegral_