ROOT logo
//*-- Modified : 03.12.2009 Ilse Koenig, adopted for rich700 08.06.2017 JAM

//_HADES_CLASS_DESCRIPTION
/////////////////////////////////////////////////////////////////////////////
//
//  HRich700Raw
//
//  Unpacked TRB raw data of the START detector using the TRB for readout
//
//  The class accepts up to 4 (START2_MAX_MULT) hits per channel, each with
//    time and width. If the number of hits exceeds 4, the hit counter
//    will be incremeted, but no data are stored for these hits.
//
/////////////////////////////////////////////////////////////////////////////

#include "hrich700raw.h"

ClassImp(HRich700hit_t)
ClassImp(HRich700Raw)

 hrich700raw.cc:1
 hrich700raw.cc:2
 hrich700raw.cc:3
 hrich700raw.cc:4
 hrich700raw.cc:5
 hrich700raw.cc:6
 hrich700raw.cc:7
 hrich700raw.cc:8
 hrich700raw.cc:9
 hrich700raw.cc:10
 hrich700raw.cc:11
 hrich700raw.cc:12
 hrich700raw.cc:13
 hrich700raw.cc:14
 hrich700raw.cc:15
 hrich700raw.cc:16
 hrich700raw.cc:17
 hrich700raw.cc:18
 hrich700raw.cc:19
 hrich700raw.cc:20