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

#ifndef __TFRONT_H
#define __TFRONT_H

#include <iostream>

#include <TROOT.h>
#include <TBranch.h>
#include <TTree.h>
#include <TObject.h>

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

#include "THiRASiDet.h"

using namespace std;


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

class TFront : public THiRASiDet {
 public:
  //  TFront(): fName(), fTitle() {}
  //  ~TFront() {}
  //  TFront(const TFront &);                // The copy constructor.

  ClassDef(TFront,5)     // HiRA E front 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.