// Author: Andrew M. Rogers, NSCL 07/01/2006
//* Copyright (C) 2006-2008 Andrew M. Rogers

#ifndef __TDELTA_H
#define __TDELTA_H

#include <iostream>

#include <TROOT.h>
#include <TBranch.h>
#include <TFile.h>
#include <TH1.h>
#include <TH2.h>
#include <TProfile.h>
#include <TNtuple.h>
#include <TRandom.h>

#ifndef  __ROOTDEFINE_H
#include "rootDefine.h"
#define  __ROOTDEFINE_H
#endif

using namespace std;

#include "THiRASiDet.h"


//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TDelta                                                               //
//                                                                      //
// A TDelta class derives from TObject.  This Class provides the        //
// structure for the dE Si detectors in the HiRA device.  Raw event     //
// data is filled as branches on the THiRA tree.                        //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

class TDelta : public THiRASiDet {

  ClassDef(TDelta,5)     // HiRA delta E Si.
};


#endif


Last change: Sun Dec 21 12:38:46 2008
Last generated: 2008-12-21 12:38

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.