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

AnalysisInfoNue.h

Go to the documentation of this file.
00001 
00016 #ifndef ANALYSISINFONUE_H
00017 #define ANALYSISINFONUE_H
00018 #include "TObject.h"
00019                                                                                 
00020 class NtpSREvent;
00021 
00022 class AnalysisInfoNue : public TObject
00023 {
00024   public:
00025 
00026     AnalysisInfoNue();
00027     ~AnalysisInfoNue();
00028 
00029 
00030     void Reset();
00031 
00032   Int_t inFiducialVolume;     //flag for whether the neutrino interaction is
00033                               //in the fiducial volume
00034   Int_t isFullyContained;     //flag for whether the event is fully contained.
00035   Float_t dpCCPID;
00036   Double_t nsCCPID;
00037   Double_t roCCPID;
00038   Double_t abCCPID;
00039   
00040   
00041   //andy's variables
00042   float abcostheta;
00043   float abeventenergy;
00044   float abtrackcharge;
00045   float abtrackenergy;
00046   float abtracklikeplanes;
00047   float abtrackphfrac;
00048   float abtrackphmean;
00049   float abtrackqpsigmaqp;
00050   float aby;
00051 
00052   //rustem's variables
00053   float roNScientPlanes;
00054   float roMeanTrkSig;
00055   float roMeanRatio;
00056   float roTrkMeanVsWindow;
00057   float roNuMuBar;
00058   float roRelAng;
00059 
00060 
00061   private:
00062 
00063     ClassDef(AnalysisInfoNue, 3) //AnalysisInfoNue
00064 
00065 };                              // end of class AnalysisInfoNue
00066 
00067 #endif  // ANALYSISINFONUE_H

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