ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/SuperCluster.cc
Revision: 1.1
Committed: Fri Aug 8 11:12:37 2008 UTC (16 years, 9 months ago) by sixie
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005, Mit_004, MITHEP_2_0_x
Log Message:
Add BasicCluster and SuperCluster objects into the Data Tree, and their Fillers.

File Contents

# Content
1 // $Id: $
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 }