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

Comparing UserCode/MitAna/DataTree/src/SuperCluster.cc (file contents):
Revision 1.2 by loizides, Wed Mar 18 15:44:32 2009 UTC vs.
Revision 1.3 by loizides, Fri Mar 20 18:23:27 2009 UTC

# Line 7 | Line 7 | ClassImp(mithep::SuperCluster)
7   using namespace mithep;
8  
9   //--------------------------------------------------------------------------------------------------
10 < void SuperCluster::Print(Option_t *opt) const
10 > void SuperCluster::Print(Option_t */*opt*/) const
11   {
12 < //  printf("px=%.3f py=%.3f pz=%.3f e=%.3f\n", X(), Y(), Z(), Energy());
12 >  // Print info about the cluster.
13 >
14 >  printf("energy=%.3f eta=%.3f phi=%.3f\n", Energy(), Eta(), Phi());
15   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines