Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ChopHelp.h

Go to the documentation of this file.
00001 #ifndef CHOPHELP_H
00002 #define CHOPHELP_H
00003 
00004 #include <TObject.h>
00005 
00006 
00007 class ChopHelp : public TObject
00008 {
00009  public:
00010   ChopHelp();
00011   ChopHelp(Int_t chops, Int_t cands);
00012   virtual ~ChopHelp();
00013 
00014   Int_t nchop;
00015   Int_t ncandidates;
00016   Float_t* chopph;  // [nchop]
00017   Float_t* candph;  // [ncandidates]
00018   Int_t nelements; // nchop*ncandidates
00019   Float_t* matchmatrix; // [nelements]  Array of ncand*nchop, giving full mixture  
00020   Float_t* chopmatch; // [ncandidates]
00021   Float_t* estpurity; // [ncandidates]
00022   Float_t* estcompleteness; // [ncandidates]
00023 
00024   void Print(const Option_t* = "") const;
00025 
00026   ClassDef(ChopHelp,1);
00027 };
00028 
00029 #endif

Generated on Mon Feb 15 11:06:31 2010 for loon by  doxygen 1.3.9.1