Fork me on GitHub

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


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

add header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SmearUtil.cc

    r257 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 SmearUtil.cc
     
    514535 
    515536  ofstream f_out(LogName.c_str());
    516  
    517   f_out<<"#*********************************************************************"<<"\n";
    518   f_out<<"#                                                                    *"<<"\n";
    519   f_out<<"#                  ---- DELPHES release 1.0 ----                     *"<<"\n";
    520   f_out<<"#                                                                    *"<<"\n";
    521   f_out<<"#        A Fast Simulator for general purpose LHC detector           *"<<"\n";
    522   f_out<<"#                 Written by S. Ovyn and X. Rouby                    *"<<"\n";
    523   f_out<<"#                   severine.ovyn@uclouvain.be                       *"<<"\n";
    524   f_out<<"#                                                                    *"<<"\n";
    525   f_out<<"#                   http:                                            *"<<"\n";
    526   f_out<<"#                                                                    *"<<"\n";
    527   f_out<<"#         Center for Particle Physics and Phenomenology (CP3)        *"<<"\n";
    528   f_out<<"#              Universite Catholique de Louvain (UCL)                *"<<"\n";
    529   f_out<<"#                     Louvain-la-Neuve, Belgium                      *"<<"\n";
    530   f_out<<"#                                                                    *"<<"\n";
    531   f_out<<"#....................................................................*"<<"\n";
    532   f_out<<"#                                                                    *"<<"\n";
    533   f_out<<"#     This package uses:                                             *"<<"\n";
    534   f_out<<"#     FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]    *"<<"\n";
    535   f_out<<"#     Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]     *"<<"\n";
    536   f_out<<"#     ExRootAnalysis                                                 *"<<"\n";
    537   f_out<<"#                                                                    *"<<"\n";
    538   f_out<<"#....................................................................*"<<"\n";
    539   f_out<<"#                                                                    *"<<"\n";
    540   f_out<<"# This file contains all the running parameters (detector and cuts)  *"<<"\n";
    541   f_out<<"# necessary to reproduce the detector simulation                     *"<<"\n";
    542   f_out<<"#                                                                    *"<<"\n";
    543   f_out<<"#....................................................................*"<<"\n";
     537
     538  f_out <<"**********************************************************************"<< endl;
     539  f_out <<"**********************************************************************"<< endl;
     540  f_out <<"**                                                                  **"<< endl;
     541  f_out <<"**                            Welcome to                            **"<< endl;
     542  f_out <<"**                                                                  **"<< endl;
     543  f_out <<"**                                                                  **"<< endl;
     544  f_out <<"**     .ddddddd-            lL             hH                       **"<< endl;
     545  f_out <<"**     -Dd` `dD:           Ll             hH`                       **"<< endl;
     546  f_out <<"**     dDd   dDd    eeee.  lL  .pp+pp    Hh+hhh`   -eeee- `sssss    **"<< endl;
     547  f_out <<"**    -Dd   `DD   ee. ee  Ll   .Pp. PP   Hh. HH.  ee. ee  sSs       **"<< endl;
     548  f_out <<"**    dD`   dDd  eEeee:   lL.  pP.  pP  hH   hH` eEeee:` -sSSSs.    **"<< endl;
     549  f_out <<"**   .Dd  :dd    eE.     LlL   PpppPP   Hh  Hh   eE         sSS     **"<< endl;
     550  f_out <<"**   dddddd:.     eee+:  lL.  pp.      hh.  hh    eee+  sssssS      **"<< endl;
     551  f_out <<"**                            Pp                                    **"<< endl;
     552  f_out <<"**                                                                  **"<< endl;
     553  f_out <<"**           Delphes, a framework for the fast simulation           **"<< endl;
     554  f_out <<"**                 of a  generic collider experiment                **"<< endl;
     555  f_out <<"**                                                                  **"<< endl;
     556  f_out <<"**                --- Version 1.3beta of Delphes ---                **"<< endl;
     557  f_out <<"**               Last date of change: 29 January 2009               **"<< endl;
     558  f_out <<"**                                                                  **"<< endl;
     559  f_out <<"**                                                                  **"<< endl;
     560  f_out <<"**     This package uses:                                           **"<< endl;
     561  f_out <<"**     ------------------                                           **"<< endl;
     562  f_out <<"**     FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]  **"<< endl;
     563  f_out <<"**     Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]   **"<< endl;
     564  f_out <<"**     FROG: L. Quertenmont, V. Roberfroid [hep-ex/0901.2718v1]     **"<< endl;
     565  f_out <<"**                                                                  **"<< endl;
     566  f_out <<"** ---------------------------------------------------------------- **"<< endl;
     567  f_out <<"**                                                                  **"<< endl;
     568  f_out <<"**   Main authors:                                                  **"<< endl;
     569  f_out <<"**   -------------                                                  **"<< endl;
     570  f_out <<"**                                                                  **"<< endl;
     571  f_out <<"**              Séverine Ovyn               Xavier Rouby            **"<< endl;
     572  f_out <<"**       severine.ovyn@uclouvain.be      xavier.rouby@cern          **"<< endl;
     573  f_out <<"**       Center for Particle Physics and Phenomenology (CP3)        **"<< endl;
     574  f_out <<"**       Universite Catholique de Louvain (UCL)                     **"<< endl;
     575  f_out <<"**       Louvain-la-Neuve, Belgium                                  **"<< endl;
     576  f_out <<"**                                                                  **"<< endl;
     577  f_out <<"** ---------------------------------------------------------------- **"<< endl;
     578  f_out <<"**                                                                  **"<< endl;
     579  f_out <<"**   Former Delphes versions and documentation can be found on :    **"<< endl;
     580  f_out <<"**               http://www.fynu.ucl.ac.be/delphes.html             **"<< endl;
     581  f_out <<"**                                                                  **"<< endl;
     582  f_out <<"**                                                                  **"<< endl;
     583  f_out <<"**   Disclaimer: this program is a beta version of Delphes and      **"<< endl;
     584  f_out <<"** therefore comes without guarantees. Beware of errors and please  **"<< endl;
     585  f_out <<"**        give us your feedbacks about potential bugs               **"<< endl;
     586  f_out <<"**                                                                  **"<< endl;
     587  f_out <<"**********************************************************************"<< endl;
     588  f_out <<"**                                                                  **"<< endl;
    544589  f_out<<"#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"<<"\n";
    545590  f_out<<"*                                                                    *"<<"\n";
Note: See TracChangeset for help on using the changeset viewer.