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. |
# | Content |
---|---|
1 | // $Id: SuperCluster.cc,v 1.1 2008/08/08 11:12:37 sixie Exp $ |
2 | |
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 | // printf("px=%.3f py=%.3f pz=%.3f e=%.3f\n", X(), Y(), Z(), Energy()); |
13 | } |