1 #ifndef __JTRIGGER__JFRAMECLONE__ 
    2 #define __JTRIGGER__JFRAMECLONE__ 
   14 namespace JPP { 
using namespace JTRIGGER; }
 
   21   template<
class JElement_t, 
class JAllocator_t = std::allocator<JElement_t> >
 
   24     public JClone< JFrame<JElement_t, JAllocator_t> >
 
Data frame for calibrated hits of one PMT. 
 
JFrameClone()
Default constructor. 
 
JFrameClone(const JFrame< JElement_t, JAllocator_t > &frame)
Constructor.