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

AngClusterFit Class Reference

#include <AngClusterFit.h>

List of all members.

Public Member Functions

 AngClusterFit ()
 ~AngClusterFit ()
virtual void Draw (Option_t *option)
virtual void Print (Option_t *option) const
void Reset ()

Public Attributes

Float_t fACluFitParA
Float_t fACluFitParB
Float_t fACluFitParLongE0
Float_t fACluFitShwMax
Float_t fACluFitE0EnergyRatio
Float_t fACluFitParL1
Float_t fACluFitParL2
Float_t fACluFitParC12
Float_t fACluFitParTransE0
Float_t fACluFitLongChiSq
Int_t fACluFitLongConv
Float_t fACluFitLongNDF
Float_t fACluFitTransChiSq
Int_t fACluFitTransConv
Float_t fACluFitTransNDF
Float_t fACluFitAsymPeak
Float_t fACluFitAsymVert
Float_t fACluFitMolRadPeak
Float_t fACluFitMolRadVert
Float_t fACluFitMean
Float_t fACluFitRMS
Float_t fACluFitSkew
Float_t fACluFitKurt

Private Member Functions

 ClassDef (AngClusterFit, 3)


Constructor & Destructor Documentation

AngClusterFit::AngClusterFit  ) 
 

Id
AngClusterFit.cxx,v 1.5 2005/06/02 00:17:00 asousa Exp

class AngClusterFit

NueAna package

Purpose: Return 3D Hit angular clustering shower fitting variables.

Author: Alex Sousa <asousa@minos.phy.tufts.edu>

Created on: Fri May 06 2005

Definition at line 23 of file AngClusterFit.cxx.

00023                             :
00024     fACluFitParA(ANtpDefVal::kFloat),
00025     fACluFitParB(ANtpDefVal::kFloat),
00026     fACluFitParLongE0(ANtpDefVal::kFloat),
00027     fACluFitShwMax(ANtpDefVal::kFloat),
00028     fACluFitE0EnergyRatio(ANtpDefVal::kFloat),    
00029     fACluFitParL1(ANtpDefVal::kFloat),
00030     fACluFitParL2(ANtpDefVal::kFloat),
00031     fACluFitParC12(ANtpDefVal::kFloat),
00032     fACluFitParTransE0(ANtpDefVal::kFloat),
00033     fACluFitLongChiSq(ANtpDefVal::kFloat),
00034     fACluFitLongConv(ANtpDefVal::kInt),
00035     fACluFitLongNDF(ANtpDefVal::kFloat),
00036     fACluFitTransChiSq(ANtpDefVal::kFloat),  
00037     fACluFitTransConv(ANtpDefVal::kInt), 
00038     fACluFitTransNDF(ANtpDefVal::kFloat),
00039     fACluFitAsymPeak(ANtpDefVal::kFloat),
00040     fACluFitAsymVert(ANtpDefVal::kFloat),
00041     fACluFitMolRadPeak(ANtpDefVal::kFloat),
00042     fACluFitMolRadVert(ANtpDefVal::kFloat),
00043     fACluFitMean(ANtpDefVal::kFloat),
00044     fACluFitRMS(ANtpDefVal::kFloat),
00045     fACluFitSkew(ANtpDefVal::kFloat),
00046     fACluFitKurt(ANtpDefVal::kFloat)
00047 {}

AngClusterFit::~AngClusterFit  ) 
 

Definition at line 51 of file AngClusterFit.cxx.

00052 {}


Member Function Documentation

AngClusterFit::ClassDef AngClusterFit  ,
[private]
 

void AngClusterFit::Draw Option_t *  option  )  [virtual]
 

To be filled later.

Definition at line 55 of file AngClusterFit.cxx.

Referenced by AngClusterFitAna::Draw().

00056 {
00057 
00059 
00060 }

void AngClusterFit::Print Option_t *  option  )  const [virtual]
 

Definition at line 62 of file AngClusterFit.cxx.

00063 {
00064     std::cout<<"There's a lot of stuff to print here!"<<std::endl;
00065 }

void AngClusterFit::Reset  ) 
 

Definition at line 67 of file AngClusterFit.cxx.

References fACluFitAsymPeak, fACluFitAsymVert, fACluFitE0EnergyRatio, fACluFitKurt, fACluFitLongChiSq, fACluFitLongConv, fACluFitLongNDF, fACluFitMean, fACluFitMolRadPeak, fACluFitMolRadVert, fACluFitParA, fACluFitParB, fACluFitParC12, fACluFitParL1, fACluFitParL2, fACluFitParLongE0, fACluFitParTransE0, fACluFitRMS, fACluFitShwMax, fACluFitSkew, fACluFitTransChiSq, fACluFitTransConv, and fACluFitTransNDF.

Referenced by AngClusterFitAna::Analyze(), AngClusterFitAna::Draw(), and NueRecord::Reset().

00068 {
00069     fACluFitParA=ANtpDefVal::kFloat;
00070     fACluFitParB=ANtpDefVal::kFloat;
00071     fACluFitParLongE0=ANtpDefVal::kFloat;
00072     fACluFitShwMax=ANtpDefVal::kFloat;
00073     fACluFitE0EnergyRatio=ANtpDefVal::kFloat;
00074     
00075     fACluFitParL1=ANtpDefVal::kFloat;
00076     fACluFitParL2=ANtpDefVal::kFloat;
00077     fACluFitParC12=ANtpDefVal::kFloat;
00078     fACluFitParTransE0=ANtpDefVal::kFloat;
00079 
00080     fACluFitLongChiSq=ANtpDefVal::kFloat;
00081     fACluFitLongConv=ANtpDefVal::kInt;
00082     fACluFitLongNDF=ANtpDefVal::kFloat;
00083   
00084     fACluFitTransChiSq=ANtpDefVal::kFloat;
00085     fACluFitTransConv=ANtpDefVal::kInt;    
00086     fACluFitTransNDF=ANtpDefVal::kFloat;
00087 
00088     fACluFitAsymPeak=ANtpDefVal::kFloat;
00089     fACluFitAsymVert=ANtpDefVal::kFloat;
00090     fACluFitMolRadPeak=ANtpDefVal::kFloat;
00091     fACluFitMolRadVert=ANtpDefVal::kFloat;
00092     fACluFitMean=ANtpDefVal::kFloat;
00093     fACluFitRMS=ANtpDefVal::kFloat;
00094     fACluFitSkew=ANtpDefVal::kFloat;
00095     fACluFitKurt=ANtpDefVal::kFloat;
00096 
00097 
00098 }


Member Data Documentation

Float_t AngClusterFit::fACluFitAsymPeak
 

Definition at line 57 of file AngClusterFit.h.

Referenced by Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitAsymVert
 

Definition at line 58 of file AngClusterFit.h.

Referenced by Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitE0EnergyRatio
 

Definition at line 41 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitKurt
 

Definition at line 64 of file AngClusterFit.h.

Referenced by TreePIDAna::Analyze(), CompareMD::FillFromList(), Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitLongChiSq
 

Definition at line 48 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Int_t AngClusterFit::fACluFitLongConv
 

Definition at line 49 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitLongNDF
 

Definition at line 50 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitMean
 

Definition at line 61 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitMolRadPeak
 

Definition at line 59 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitMolRadVert
 

Definition at line 60 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitParA
 

Definition at line 37 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitParB
 

Definition at line 38 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitParC12
 

Definition at line 45 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitParL1
 

Definition at line 43 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitParL2
 

Definition at line 44 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitParLongE0
 

Definition at line 39 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitParTransE0
 

Definition at line 46 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitRMS
 

Definition at line 62 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitShwMax
 

Definition at line 40 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitSkew
 

Definition at line 63 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), Reset(), and AngClusterFitAna::TransVarCalc().

Float_t AngClusterFit::fACluFitTransChiSq
 

Definition at line 53 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Int_t AngClusterFit::fACluFitTransConv
 

Definition at line 54 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().

Float_t AngClusterFit::fACluFitTransNDF
 

Definition at line 55 of file AngClusterFit.h.

Referenced by CompareMD::FillFromList(), AngClusterFitAna::FitShower(), and Reset().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:08:35 2010 for loon by  doxygen 1.3.9.1