Fork me on GitHub

Changeset 260 in svn for trunk/Delphes.cpp


Ignore:
Timestamp:
Feb 9, 2009, 3:37:19 PM (15 years ago)
Author:
severine ovyn
Message:

add header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r258 r260  
    1 /*
    2   ---- Delphes ----
    3   A Fast Simulator for general purpose LHC detector
    4   S. Ovyn ~~~~ severine.ovyn@uclouvain.be
    5 
    6   Center for Particle Physics and Phenomenology (CP3)
    7   Universite Catholique de Louvain (UCL)
    8   Louvain-la-Neuve, Belgium
    9 */
     1/***********************************************************************
     2**                                                                    **
     3**          /----------------------------------------------\          **
     4**         |  Delphes, a framework for the fast simulation  |         **
     5**         |       of a  generic collider experiment        |         **
     6**          \----------------------------------------------/          **
     7**                                                                    **
     8**                                                                    **
     9**   This package uses:                                               **
     10**   ------------------                                               **
     11**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     12**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     13**   FROG: [hep-ex/0901.2718v1]                                       **
     14**                                                                    **
     15** ------------------------------------------------------------------ **
     16**                                                                    **
     17**   Main authors:                                                    **
     18**   -------------                                                    **
     19**                                                                    **
     20**                Severine Ovyn                Xavier Rouby           **
     21**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     22**                                                                    **
     23**         Center for Particle Physics and Phenomenology (CP3)        **
     24**                Universite catholique de Louvain (UCL)              **       
     25**                     Louvain-la-Neuve, Belgium                      **           
     26**                                                                    **
     27**                      Copyright (C) 2008-2009,                      **
     28**                        All rights reserved.                        ** 
     29**                                                                    **
     30***********************************************************************/
    1031
    1132/// \file Delphes.cpp
     
    99120cout <<"**                 of a  generic collider experiment               **"<< endl;
    100121cout <<"**                                                                 **"<< endl;
    101 cout <<"**                --- Version 1.3beta of Delphes ---               **"<< endl;
    102 cout <<"**               Last date of change: 29 January 2009              **"<< endl;
     122cout <<"**                --- Version 1.4beta of Delphes ---               **"<< endl;
     123cout <<"**               Last date of change: 9 February 2009              **"<< endl;
    103124cout <<"**                                                                 **"<< endl;
    104125cout <<"**                                                                 **"<< endl;
     
    107128cout <<"**     FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] **"<< endl;
    108129cout <<"**     Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]  **"<< endl;
    109 cout <<"**     FROG:                                                       **"<< endl;
     130cout <<"**     FROG:                               [hep-ex/0901.2718v1]    **"<< endl;
    110131cout <<"**                                                                 **"<< endl;
    111132cout <<"**-----------------------------------------------------------------**"<< endl;
     
    330351      treeReader->ReadEntry(entry);
    331352      treeWriter->Clear();
    332       if((entry % 100) == 0 && entry > 0 ) {
    333   //       cout << left  << setw(52) <<"**              Processing element # "<<""
    334     //          << left  << setw(15) << entry <<""
    335     //          << right << setw(2) <<"**"<<endl;
    336       }
    337353     
    338354      electron.clear();
Note: See TracChangeset for help on using the changeset viewer.