Changeset 105 in svn
- Timestamp:
- Dec 18, 2008, 3:24:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Fastjet/plugins/CDFCones/CDFJetCluPlugin.cc
r100 r105 1 1 //STARTHEADER 2 // $Id: CDFJetCluPlugin.cc,v 1. 2 2008-12-18 13:38:29ovyn Exp $2 // $Id: CDFJetCluPlugin.cc,v 1.3 2008-12-18 14:24:12 ovyn Exp $ 3 3 // 4 4 // Copyright (c) 2005-2006, Matteo Cacciari and Gavin Salam … … 72 72 LorentzVector fourvect(particle.px(), particle.py(), 73 73 particle.pz(), particle.E()); 74 //std::cout<<"avant la reconstruction "<<particle.eta()<<std::endl;75 74 //PhysicsTower tower(fourvect); 76 75 PhysicsTower tower(fourvect); 77 78 std::cout<<"apres la reconstruction "<<tower.eta()<<std::endl;79 //std::cout<<"apres la reconstruction ieta "<<tower.iEta()<<std::endl;80 81 76 82 77 // add tracking information for later
Note:
See TracChangeset
for help on using the changeset viewer.