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

ANtpAnalysisInfo.h

Go to the documentation of this file.
00001 
00002 // $Id: ANtpAnalysisInfo.h,v 1.13 2006/10/04 22:04:33 thosieck Exp $
00003 //
00004 // A class to hold information about an event in an analysis ntuple
00005 //
00006 // B. Rebel 1/2005
00008 #ifndef ANTPANALYSISINFO_H
00009 #define ANTPANALYSISINFO_H
00010 
00011 #include "TObject.h"
00012 
00013 class ANtpAnalysisInfo : public TObject
00014 {
00015 
00016  public:
00017   ANtpAnalysisInfo();
00018   virtual ~ANtpAnalysisInfo();
00019   
00020   void Reset();
00021   
00022   //for all flag variables 0 = false, 1 = true
00023   Int_t isNC;                    //flag for whether the event is classified as NC-like 
00024   Int_t isCC;                    //flag for whether the event is classified as CC-like 
00025   Float_t separationParameterCut;//cut to determine which interaction type the event falls into
00026   Float_t separationParameter;   //value of the separation parameter used
00027   Float_t separationParameterPAN;//value of the PAN separation parameter used
00028   Int_t   pass;
00029 
00030  private:
00031   
00032   ClassDef(ANtpAnalysisInfo, 8) //ANtpAnalysisInfo
00033 };
00034 
00035 #endif // ANTPANALYSISINFO_H
00036 
00037 

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