# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |