ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/BasicCluster.cc
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: +1 -1 lines
Log Message:
Introduced Double32_t [0,0,14] consistently. Updated class descriptions.

File Contents

# User Rev Content
1 sixie 1.1 // $ Exp $
2    
3     #include "MitAna/DataTree/interface/BasicCluster.h"
4    
5     ClassImp(mithep::BasicCluster)
6    
7     using namespace mithep;
8    
9     //--------------------------------------------------------------------------------------------------
10     void BasicCluster::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 }