-
Jure Bericic authoredJure Bericic authored
THcAerogelHit.h 250 B
#ifndef ROOT_THcAerogelHit
#define ROOT_THcAerogelHit
#include "THcRawHodoHit.h"
class THcAerogelHit : public THcRawHodoHit {
public:
friend class THcAerogel;
protected:
private:
ClassDef(THcAerogelHit,0); // Raw Aerogel hit
};
#endif