Revision: | 1.2 |
Committed: | Wed Mar 18 15:44:32 2009 UTC (16 years, 1 month ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.1: | +2 -2 lines |
Log Message: | Introduced Double32_t [0,0,14] consistently. Updated class descriptions. |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.2 | // $Id: SuperCluster.cc,v 1.1 2008/08/08 11:12:37 sixie Exp $ |
2 | sixie | 1.1 | |
3 | #include "MitAna/DataTree/interface/SuperCluster.h" | ||
4 | |||
5 | ClassImp(mithep::SuperCluster) | ||
6 | |||
7 | using namespace mithep; | ||
8 | |||
9 | //-------------------------------------------------------------------------------------------------- | ||
10 | void SuperCluster::Print(Option_t *opt) const | ||
11 | { | ||
12 | loizides | 1.2 | // printf("px=%.3f py=%.3f pz=%.3f e=%.3f\n", X(), Y(), Z(), Energy()); |
13 | sixie | 1.1 | } |