// $Id$ // // File: leakhit.h // Created: Mon Oct 3 05:53:16 EDT 2011 // Creator: davidl (on Linux ifarm1101 2.6.18-128.7.1.el5 x86_64) // #ifndef _leakhit_ #define _leakhit_ #include class leakhit: public TObject{ public: leakhit(){} virtual ~leakhit(){} double Egen; double Ethrown; double theta_thrown; double E_in_bcal; double E_out_bcal; double E_out_bcal_outer; double E_out_bcal_inner; double E_leave_mother; unsigned int Ntraj; protected: private: ClassDef(leakhit, 1); }; #endif // _leakhit_