Fork me on GitHub

Changeset 443 in svn for trunk/interface


Ignore:
Timestamp:
Jun 18, 2009, 2:11:08 AM (15 years ago)
Author:
Xavier Rouby
Message:

new header in all files

Location:
trunk/interface
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/BFieldProp.h

    r346 r443  
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
  • trunk/interface/CaloUtil.h

    r391 r443  
    22#define _CALOUTIL_H_
    33
    4 /*
    5   ---- Delphes ----
    6   A Fast Simulator for general purpose LHC detector
    7   S. Ovyn ~~~~ severine.ovyn@uclouvain.be
    8  
    9   Center for Particle Physics and Phenomenology (CP3)
    10   Universite Catholique de Louvain (UCL)
    11   Louvain-la-Neuve, Belgium
    12 */
     4/***********************************************************************
     5**                                                                    **
     6**          /----------------------------------------------\          **
     7**         |  Delphes, a framework for the fast simulation  |         **
     8**         |       of a  generic collider experiment        |         **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
     10**                                                                    **
     11**                                                                    **
     12**   This package uses:                                               **
     13**   ------------------                                               **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     17**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
     19**                                                                    **
     20** ------------------------------------------------------------------ **
     21**                                                                    **
     22**   Main authors:                                                    **
     23**   -------------                                                    **
     24**                                                                    **
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
     31**                                                                    **
     32**                      Copyright (C) 2008-2009,                      **
     33**                        All rights reserved.                        **
     34**                                                                    **
     35***********************************************************************/
    1336
    1437/// \file D_CaloUtil.h
  • trunk/interface/D_Constants.h

    r264 r443  
    22#define _D_CONSTANTS_H_
    33
    4 /*
    5   ---- Delphes ----
    6   A Fast Simulator for general purpose LHC detector
    7   S. Ovyn ~~~~ severine.ovyn@uclouvain.be
    8  
    9   Center for Particle Physics and Phenomenology (CP3)
    10   Universite Catholique de Louvain (UCL)
    11   Louvain-la-Neuve, Belgium
    12 */
     4/***********************************************************************
     5**                                                                    **
     6**          /----------------------------------------------\          **
     7**         |  Delphes, a framework for the fast simulation  |         **
     8**         |       of a  generic collider experiment        |         **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
     10**                                                                    **
     11**                                                                    **
     12**   This package uses:                                               **
     13**   ------------------                                               **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     17**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
     19**                                                                    **
     20** ------------------------------------------------------------------ **
     21**                                                                    **
     22**   Main authors:                                                    **
     23**   -------------                                                    **
     24**                                                                    **
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
     31**                                                                    **
     32**                      Copyright (C) 2008-2009,                      **
     33**                        All rights reserved.                        **
     34**                                                                    **
     35***********************************************************************/
    1336
    1437/// \file D_Constants.h
  • trunk/interface/DataConverter.h

    r419 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
  • trunk/interface/FrogUtil.h

    r264 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
  • trunk/interface/HEPEVTConverter.h

    r380 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
    34 
    3536#include <deque>
    3637
  • trunk/interface/HepMCConverter.h

    r380 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
    34 
    3536
    3637#include <string>
  • trunk/interface/JetsUtil.h

    r350 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
    34 
    3536
    3637#include <vector>
  • trunk/interface/LHCOConverter.h

    r317 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
  • trunk/interface/LHEFConverter.h

    r380 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
  • trunk/interface/PdgParticle.h

    r402 r443  
    11#ifndef _PDGPARTICLE_H_
    22#define _PDGPARTICLE_H_
     3
     4/***********************************************************************
     5**                                                                    **
     6**          /----------------------------------------------\          **
     7**         |  Delphes, a framework for the fast simulation  |         **
     8**         |       of a  generic collider experiment        |         **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
     10**                                                                    **
     11**                                                                    **
     12**   This package uses:                                               **
     13**   ------------------                                               **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     17**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
     19**                                                                    **
     20** ------------------------------------------------------------------ **
     21**                                                                    **
     22**   Main authors:                                                    **
     23**   -------------                                                    **
     24**                                                                    **
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
     31**                                                                    **
     32**                      Copyright (C) 2008-2009,                      **
     33**                        All rights reserved.                        **
     34**                                                                    **
     35***********************************************************************/
    336
    437#include <string>
  • trunk/interface/STDHEPConverter.h

    r380 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
    34 
    3536
    3637#include <string>
  • trunk/interface/SmearUtil.h

    r421 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
  • trunk/interface/TreeClasses.h

    r264 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
  • trunk/interface/TriggerUtil.h

    r264 r443  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
    34 
    3536
    3637#include <vector>
  • trunk/interface/VeryForward.h

    r405 r443  
    1212**   This package uses:                                               **
    1313**   ------------------                                               **
    14 **   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
    15 **   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
     14**   ROOT: Nucl. Inst. & Meth. in Phys. Res. A389 (1997) 81-86        **
     15**   FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210]      **
     16**   Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2]       **
    1617**   FROG: [hep-ex/0901.2718v1]                                       **
     18**   HepMC: Comput. Phys. Commun.134 (2001) 41                        **
    1719**                                                                    **
    1820** ------------------------------------------------------------------ **
     
    2123**   -------------                                                    **
    2224**                                                                    **
    23 **                Severine Ovyn                Xavier Rouby           ** 
    24 **          severine.ovyn@uclouvain.be      xavier.rouby@cern         ** 
    25 **                                                                    ** 
    26 **         Center for Particle Physics and Phenomenology (CP3)        ** 
    27 **                Universite catholique de Louvain (UCL)              **       
    28 **                     Louvain-la-Neuve, Belgium                      **           
     25**                Severine Ovyn                Xavier Rouby           **
     26**          severine.ovyn@uclouvain.be      xavier.rouby@cern         **
     27**                                                                    **
     28**         Center for Particle Physics and Phenomenology (CP3)        **
     29**                Universite catholique de Louvain (UCL)              **
     30**                     Louvain-la-Neuve, Belgium                      **
    2931**                                                                    **
    3032**                      Copyright (C) 2008-2009,                      **
    31 **                        All rights reserved.                        ** 
     33**                        All rights reserved.                        **
    3234**                                                                    **
    3335***********************************************************************/
    34 
    3536
    3637#include <vector>
Note: See TracChangeset for help on using the changeset viewer.