ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/SuperCluster.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/SuperCluster.h (file contents):
Revision 1.2 by sixie, Mon Aug 18 09:27:42 2008 UTC vs.
Revision 1.5 by bendavid, Fri Oct 31 18:56:42 2008 UTC

# Line 8 | Line 8
8   // Authors: S.Xie
9   //--------------------------------------------------------------------------------------------------
10  
11 < #ifndef DATATREE_SUPERCLUSTER_H
12 < #define DATATREE_SUPERCLUSTER_H
11 > #ifndef MITANA_DATATREE_SUPERCLUSTER_H
12 > #define MITANA_DATATREE_SUPERCLUSTER_H
13  
14   #include <TMath.h>
15   #include "MitAna/DataTree/interface/DataObject.h"
# Line 36 | Line 36 | namespace mithep
36        const BasicCluster  *Seed()                  const;      
37        Double_t             X()                     const { return fPoint.X(); }
38        Double_t             Y()                     const { return fPoint.Y(); }
39 <      Double_t             Z()                     const { return fPoint.Z(); }                        
39 >      Double_t             Z()                     const { return fPoint.Z(); }
40        void                 Print(Option_t *opt="") const;
41  
42        void                 AddCluster( BasicCluster *Cluster)           { fClusters.Add(Cluster); }
# Line 57 | Line 57 | namespace mithep
57        Double_t                  fPreshowerEnergy; //Energy in the preshower
58        Double_t                  fPhiWidth;        //Width in Phi
59        Double_t                  fRawEnergy;       //Supercluster raw energy
60 <      RefArray<BasicCluster>    fClusters;        //||BasicClusters in this SuperCluster
60 >      RefArray<BasicCluster,1024> fClusters;        //BasicClusters in this SuperCluster
61        TRef                      fSeedRef;         //the seed cluster
62  
63 <      ClassDef(SuperCluster, 1) // Generic particle class
63 >    ClassDef(SuperCluster, 1) // Generic particle class
64    };
65   }
66  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines