Skip to content
Snippets Groups Projects
THcCherenkovHit.h 269 B
Newer Older
#ifndef ROOT_THcCherenkovHit
#define ROOT_THcCherenkovHit

#include "THcHodoscopeHit.h"

class THcCherenkovHit : public THcHodoscopeHit {

 public:
  friend class THcCherenkov;
 
 protected:

 private:

  ClassDef(THcCherenkovHit,0);	// Cherenkov hit class
};

#endif