Fork me on GitHub

Changeset 567 in svn for trunk/src/SmearUtil.cc


Ignore:
Timestamp:
Jun 16, 2010, 11:05:05 AM (14 years ago)
Author:
Xavier Rouby
Message:

version 1.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SmearUtil.cc

    r558 r567  
    2727**                     Louvain-la-Neuve, Belgium                      **
    2828**                                                                    **
    29 **                      Copyright (C) 2008-2009,                      **
     29**                      Copyright (C) 2008-2010,                      **
    3030**                        All rights reserved.                        **
    3131**                                                                    **
     
    138138  // General jet variable
    139139  JET_coneradius   = 0.7;            // generic jet radius ; not for tau's !!!
    140   JET_jetalgo      = 1;              // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
     140  JET_jetalgo      = 2;              // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
    141141  JET_seed         = 1.0;            // minimum seed to start jet reconstruction
    142   JET_Eflow        = 1;              // 1 for Energy flow in jets reco ; 0 if not
     142  JET_Eflow        = 0;              // 1 for Energy flow in jets reco ; 0 if not
    143143
    144144  // Tagging definition
     
    774774  f_out <<"**                 of a  generic collider experiment                **"<< endl;
    775775  f_out <<"**                                                                  **"<< endl;
    776   f_out <<"**                --- Version 1.8 of Delphes ---                    **"<< endl;
    777   f_out <<"**               Last date of change: 16 August 2009                **"<< endl;
     776  f_out <<"**                --- Version 1.9 of Delphes ---                    **"<< endl;
     777  f_out <<"**               Last date of change: 7 May 2010                    **"<< endl;
    778778  f_out <<"**                                                                  **"<< endl;
    779779  f_out <<"**                                                                  **"<< endl;
     
    17671767  cout <<"**                    arXiv:0903.2225v1 [hep-ph]                   **"<< endl;
    17681768  cout <<"**                                                                 **"<< endl;
    1769   cout <<"**                  --- Version 1.8 of Delphes ---                 **"<< endl;
    1770   cout <<"**                Last date of change:   16 August 2009            **"<< endl;
     1769  cout <<"**                  --- Version 1.9 of Delphes ---                 **"<< endl;
     1770  cout <<"**                Last date of change:   7 May 2010                **"<< endl;
    17711771  cout <<"**                                                                 **"<< endl;
    17721772  cout <<"**                                                                 **"<< endl;
Note: See TracChangeset for help on using the changeset viewer.