Fork me on GitHub

Ignore:
Timestamp:
Feb 13, 2009, 10:18:55 PM (15 years ago)
Author:
severine ovyn
Message:

nettoyage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/src/BlockClassesLinkDef.h

    r267 r268  
    1 
    2 /** \class BlockClassesLinkDef
    3  *
    4  *  Lists classes to be included in cint dicitonary
    5  *
    6  *  $Date: 2009-02-13 19:38:03 $
    7  *  $Revision: 1.4 $
    8  *
    9  * 
    10  *  \author S. Ovyn - UCL, Louvain-la-Neuve
    11  *
    12  */
     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***********************************************************************/
    1331
    1432#include "Utilities/ExRootAnalysis/interface/BlockClasses.h"
     
    4058#pragma link C++ class TRootLHEFEvent+;
    4159#pragma link C++ class TRootLHEFParticle+;
    42 #pragma link C++ class D_Track+;
    43 //#pragma link C++ class D_CaloTower+;
    44 
    4560
    4661#endif
Note: See TracChangeset for help on using the changeset viewer.