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

AngCluster.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 #ifndef ANGCLUSTER_H
00015 #define ANGCLUSTER_H
00016 
00017 #include "TObject.h"
00018 
00019 class TH1F;
00020 class TH2F;
00021 
00022 
00023 class AngCluster : public TObject
00024 {
00025 
00026 public:
00027 
00028     // Con/de-structors:
00029     AngCluster();
00030     //   AngCluster(const AngCluster& rhs); // copy constructor
00031     ~AngCluster();
00032 
00033     virtual void Draw(Option_t *option);
00034     virtual void Print(Option_t *option) const;
00035 
00036     void Reset();
00037 
00038     //Clustering variables
00039     Float_t fACluRmsShwAxis;
00040     Float_t fACluRmsZAxis;
00041     Float_t fACluPrimEnergy;
00042     Float_t fACluPrimEnergyRatio;
00043     Float_t fACluShwDirX;
00044     Float_t fACluShwDirY;
00045     Float_t fACluShwDirZ;
00046     Float_t weightedPH0;
00047     Float_t weightedPH1;
00048     Float_t weightedPH2;
00049     Float_t weightedPH3;
00050 
00051 private:
00052 
00053     // copy constructor, assignment:
00054     AngCluster& operator=(const AngCluster& rhs); // assignment
00055 
00056      ClassDef(AngCluster,2);
00057 
00058 };                              // end of class AngCluster
00059 
00060 #endif  // ANGCLUSTER_H

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