// $Id$ // // File: DTOFMCResponse.h // Created: Mon Aug 15 11:33:45 EST 2005 // Creator: remitche (on Linux mantrid00 2.4.20-18.8 i686) // #ifndef _DTOFMCResponse_ #define _DTOFMCResponse_ #include "JANA/JObject.h" #include "JANA/JFactory.h" class DTOFMCResponse:public JObject{ public: HDCLASSDEF(DTOFMCResponse); int orientation; // 0: vertical, 1: horizontal int end; // 0: left/top, 1: right/bottom float y; // x/y position of bar center float t; // time of light at end of bar (smeared) float E; // attenuated energy deposition (smeared) }; #endif // _DTOFMCResponse_