Fork me on GitHub

Changeset 105 in svn for trunk/Utilities/Fastjet


Ignore:
Timestamp:
Dec 18, 2008, 3:24:12 PM (16 years ago)
Author:
severine ovyn
Message:

remove comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Fastjet/plugins/CDFCones/CDFJetCluPlugin.cc

    r100 r105  
    11//STARTHEADER
    2 // $Id: CDFJetCluPlugin.cc,v 1.2 2008-12-18 13:38:29 ovyn Exp $
     2// $Id: CDFJetCluPlugin.cc,v 1.3 2008-12-18 14:24:12 ovyn Exp $
    33//
    44// Copyright (c) 2005-2006, Matteo Cacciari and Gavin Salam
     
    7272    LorentzVector fourvect(particle.px(), particle.py(),
    7373                           particle.pz(), particle.E());
    74 //std::cout<<"avant la reconstruction "<<particle.eta()<<std::endl;
    7574    //PhysicsTower tower(fourvect);
    7675    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 
    8176
    8277    // add tracking information for later
Note: See TracChangeset for help on using the changeset viewer.