Skip to content
Snippets Groups Projects
Commit e3876ab1 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Start a raw hit list class

parent 2b03efaf
No related branches found
No related tags found
No related merge requests found
//*-- Author : Stephen Wood
//////////////////////////////////////////////////////////////////////////
//
// THcRawHistList
//
// Class to build raw hit lists from data
//
//////////////////////////////////////////////////////////////////////////
#include "THcRawHitList.h"
using namespace std;
THcRawHitList::THcRawHitList(const char* classname, Int_t size=1000, Int_t detctorid) {
// Create it
#ifndef ROOT_THcRawHitList
#define ROOT_THcRawHitList
//////////////////////////////////////////////////////////////////////////
//
// THcRawHistList.h
//
//////////////////////////////////////////////////////////////////////////
#include "TClonesArray.h"
class THcRawHitList {
public:
TClonesArray* fHits;
Int_t fMaxhit;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment