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.3 by loizides, Wed Sep 10 03:33:27 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); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines