ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/PsCluster.cc
Revision: 1.1
Committed: Sat May 5 16:49:11 2012 UTC (13 years ago) by paus
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, HEAD
Branch point for: Mit_025c_branch
Log Message:
Version 027 - complete version for ICHEP 2012.

File Contents

# Content
1 // $Id: PSCluster.cc,v 1.3 2009/03/20 18:23:27 loizides Exp $
2
3 #include "MitAna/DataTree/interface/PsCluster.h"
4
5 ClassImp(mithep::PsCluster)
6
7 using namespace mithep;
8
9 //--------------------------------------------------------------------------------------------------
10 void PsCluster::Print(Option_t */*opt*/) const
11 {
12 // Print some info about the cluster.
13
14 printf("energy=%.3f eta=%.3f phi=%.3f\n", Energy(), Eta(), Phi());
15 }