Skip to content
Snippets Groups Projects
THcCherenkovHit.cxx 1.22 KiB
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
// THcCherenkovHit                                                           //
//                                                                           //
// Class representing a single raw hit for a pair of aerogel tubes           //
//                                                                           //
// Contains plane, counter and pos/neg adc                                   //
//                                                                           //
// Assumes Aerogel design where Aerogel PMT's are in pairs and only have     //
// ADCs.                                                                     //
//                                                                           //
// Ahmed. First attempt. September 27 2013.                                  //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include "THcCherenkovHit.h"

//////////////////////////////////////////////////////////////////////////
ClassImp(THcCherenkovHit)