Skip to content
Snippets Groups Projects
THcRasterRawHit.cxx 970 B
Newer Older
  • Learn to ignore specific revisions
  • /**
       \class THcRasterRawHit
       \ingroup DetSupport
    
       \brief Class representing a single raw hit for the raster.
    
       Contains the X, Y raster voltage signals and sync signals
       
       \author Buddhini Waidyawansa (January 2014)
       \author Burcu Duran, Melanie Rehfuss (2017)
    */
    
    
    ///////////////////////////////////////////////////////////////////////////////
    //                                                                           //
    // THcRasterRawHit                                                           //
    //                                                                           //
    //                                                                           //
    ///////////////////////////////////////////////////////////////////////////////
    
    #include <cstring>
    #include <cstdio>
    #include <cstdlib>
    #include <iostream>
    
    #include "THcRasterRawHit.h"
    
    //////////////////////////////////////////////////////////////////////////
    ClassImp(THcRasterRawHit)