More information on this package is here.
#ifndef _TLCPBClass_
#define _TLCPBClass_
#include <iostream>
using namespace std;
#include "TObject.h"
#include "TString.h"
class TLCPBClass: public TObject{
public:
Int_t Scht;
Float_t Etot;
Float_t Time;
Float_t Path;
Float_t X;
Float_t Y;
Float_t Z;
Float_t Chi2lc;
Int_t Status;
Float_t Ein;
public:
TLCPBClass(){};
TLCPBClass(TLCPBClass *TmpLCPB);
virtual ~TLCPBClass(){};
void Print();
ClassDef(TLCPBClass,1)
};
#endif
Author: Maurik Holtrop
Last update: ClasTool/ClasBanks:$Name: $:$Id: TLCPBClass.cc,v 1.4 2007/03/01 22:26:59 holtrop Exp $
CopyLeft - This code is freely available.
ROOT Home page - ClasTool Class index - Class Hierarchy - Top of the page