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

AngCluster.cxx

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 #include <iostream>
00015 #include "TH1F.h"
00016 #include "TH2F.h"
00017 #include "TCanvas.h"
00018 #include "NueAna/AngCluster.h"
00019 #include "AnalysisNtuples/ANtpDefaultValue.h"
00020 
00021 ClassImp(AngCluster)
00022 
00023 AngCluster::AngCluster():
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 {}
00037 
00038 AngCluster::~AngCluster()
00039 {}
00040 
00041 void AngCluster::Draw(Option_t */*option*/)
00042 {
00043 
00045 
00046 }
00047 
00048 void AngCluster::Print(Option_t */*option*/) const
00049 {
00050     std::cout<<"There's a lot of stuff to print here!"<<std::endl;
00051 }
00052 
00053 
00054 void AngCluster::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 }

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