Skip to content
Snippets Groups Projects
THcRasterRawHit.cxx 1.01 KiB
Newer Older
// Author : Buddhini Waidyawansa
// Date : 23-01-2014
//Author : Burcu Duran - Melanie Rehfuss (2017)


///////////////////////////////////////////////////////////////////////////////
//                                                                           //
// THcRasterRawHit                                                           //
//                                                                           //
// Class representing a single raw hit for the raster                        //
//                                                                           //
// Contains the X, Y raster voltage signals and sync signals                 //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include <cstring>
#include <cstdio>
#include <cstdlib>
#include <iostream>

#include "THcRasterRawHit.h"

//////////////////////////////////////////////////////////////////////////
ClassImp(THcRasterRawHit)