// $Id$ // // File: D250PulseRawData.h // Created: Tue Nov 29 08:28:44 EST 2011 // Creator: davidl (on Linux ifarm1102 2.6.18-128.7.1.el5 x86_64) // #ifndef _D250PulseRawData_ #define _D250PulseRawData_ #include #include class D250PulseRawData:public jana::JObject{ public: JOBJECT_PUBLIC(D250PulseRawData); // 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 // _D250PulseRawData_