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

AngCluster Class Reference

#include <AngCluster.h>

List of all members.

Public Member Functions

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

Public Attributes

Float_t fACluRmsShwAxis
Float_t fACluRmsZAxis
Float_t fACluPrimEnergy
Float_t fACluPrimEnergyRatio
Float_t fACluShwDirX
Float_t fACluShwDirY
Float_t fACluShwDirZ
Float_t weightedPH0
Float_t weightedPH1
Float_t weightedPH2
Float_t weightedPH3

Private Member Functions

AngClusteroperator= (const AngCluster &rhs)
 ClassDef (AngCluster, 2)


Constructor & Destructor Documentation

AngCluster::AngCluster  ) 
 

Id
AngCluster.cxx,v 1.4 2007/05/18 21:01:09 danche Exp

class AngCluster

NueAna package

Purpose: Calculate 3D Hits, Hit angular clustering and Tufts Analysis variables.

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

Created on: Thu April 28 2005

Definition at line 23 of file AngCluster.cxx.

00023                       :
00024     fACluRmsShwAxis(ANtpDefVal::kFloat),
00025     fACluRmsZAxis(ANtpDefVal::kFloat),
00026     fACluPrimEnergy(ANtpDefVal::kFloat),
00027     fACluPrimEnergyRatio(ANtpDefVal::kFloat),
00028     fACluShwDirX(ANtpDefVal::kFloat),
00029     fACluShwDirY(ANtpDefVal::kFloat),
00030     fACluShwDirZ(ANtpDefVal::kFloat),
00031     weightedPH0(ANtpDefVal::kFloat),
00032     weightedPH1(ANtpDefVal::kFloat),
00033     weightedPH2(ANtpDefVal::kFloat),
00034     weightedPH3(ANtpDefVal::kFloat)
00035 
00036 {}

AngCluster::~AngCluster  ) 
 

Definition at line 38 of file AngCluster.cxx.

00039 {}


Member Function Documentation

AngCluster::ClassDef AngCluster  ,
[private]
 

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

To be filled later.

Definition at line 41 of file AngCluster.cxx.

00042 {
00043 
00045 
00046 }

AngCluster& AngCluster::operator= const AngCluster rhs  )  [private]
 

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

Definition at line 48 of file AngCluster.cxx.

00049 {
00050     std::cout<<"There's a lot of stuff to print here!"<<std::endl;
00051 }

void AngCluster::Reset  ) 
 

Definition at line 54 of file AngCluster.cxx.

References fACluPrimEnergy, fACluPrimEnergyRatio, fACluRmsShwAxis, fACluRmsZAxis, fACluShwDirX, fACluShwDirY, fACluShwDirZ, weightedPH0, weightedPH1, weightedPH2, and weightedPH3.

Referenced by AngClusterAna::ClusterVarCalc(), and NueRecord::Reset().

00055 {
00056 
00057     fACluRmsShwAxis=ANtpDefVal::kFloat;
00058     fACluRmsZAxis=ANtpDefVal::kFloat;
00059     fACluPrimEnergy=ANtpDefVal::kFloat;
00060     fACluPrimEnergyRatio=ANtpDefVal::kFloat;
00061     fACluShwDirX=ANtpDefVal::kFloat;
00062     fACluShwDirY=ANtpDefVal::kFloat;
00063     fACluShwDirZ=ANtpDefVal::kFloat;
00064     weightedPH0=ANtpDefVal::kFloat;
00065     weightedPH1=ANtpDefVal::kFloat;
00066     weightedPH2=ANtpDefVal::kFloat;
00067     weightedPH3=ANtpDefVal::kFloat;
00068 
00069 }


Member Data Documentation

Float_t AngCluster::fACluPrimEnergy
 

Definition at line 41 of file AngCluster.h.

Referenced by AngClusterAna::ClusterVarCalc(), and Reset().

Float_t AngCluster::fACluPrimEnergyRatio
 

Definition at line 42 of file AngCluster.h.

Referenced by AngClusterAna::ClusterVarCalc(), and Reset().

Float_t AngCluster::fACluRmsShwAxis
 

Definition at line 39 of file AngCluster.h.

Referenced by AnnAna::Analyze(), AngClusterAna::ClusterVarCalc(), CompareMD::FillFromList(), and Reset().

Float_t AngCluster::fACluRmsZAxis
 

Definition at line 40 of file AngCluster.h.

Referenced by AnnAna::Analyze(), AngClusterAna::ClusterVarCalc(), CompareMD::FillFromList(), and Reset().

Float_t AngCluster::fACluShwDirX
 

Definition at line 43 of file AngCluster.h.

Referenced by AngClusterAna::ClusterVarCalc(), CompareMD::FillFromList(), Reset(), and AngClusterAna::WeightedEnergy().

Float_t AngCluster::fACluShwDirY
 

Definition at line 44 of file AngCluster.h.

Referenced by AngClusterAna::ClusterVarCalc(), CompareMD::FillFromList(), Reset(), and AngClusterAna::WeightedEnergy().

Float_t AngCluster::fACluShwDirZ
 

Definition at line 45 of file AngCluster.h.

Referenced by AngClusterAna::ClusterVarCalc(), CompareMD::FillFromList(), Reset(), and AngClusterAna::WeightedEnergy().

Float_t AngCluster::weightedPH0
 

Definition at line 46 of file AngCluster.h.

Referenced by Reset(), and AngClusterAna::WeightedEnergy().

Float_t AngCluster::weightedPH1
 

Definition at line 47 of file AngCluster.h.

Referenced by Reset(), and AngClusterAna::WeightedEnergy().

Float_t AngCluster::weightedPH2
 

Definition at line 48 of file AngCluster.h.

Referenced by Reset(), and AngClusterAna::WeightedEnergy().

Float_t AngCluster::weightedPH3
 

Definition at line 49 of file AngCluster.h.

Referenced by Reset(), and AngClusterAna::WeightedEnergy().


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