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

ChanSummary.h

Go to the documentation of this file.
00001 #ifndef CHANSUMMARY_H
00002 #define CHANSUMMARY_H
00003 
00004 #include "TObject.h"
00005 
00006 namespace vali {
00007 
00009 
00010   class ChanSummary : public TObject {
00011 
00012      public:
00013 
00014         ChanSummary();
00015         ~ChanSummary();
00016 
00017         int nSigs; 
00018         double SigTot; 
00019         double Sig2; 
00020         double Sig3; 
00021         double Sig4; 
00022         double x; 
00023         double y; 
00024         double t; 
00025 
00026   }; //class ChanSummary
00027 
00028 
00029 
00030 }//namespace
00031 
00032 
00033 #endif // CHANSUMMARY_H

Generated on Mon Nov 23 04:45:24 2009 for NOvA Offline by  doxygen 1.3.9.1