Fork me on GitHub

Changeset 9e991f8 in git for modules/ModulesLinkDef.h


Ignore:
Timestamp:
Dec 9, 2014, 1:41:06 PM (10 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2b01e13, 856efb6
Parents:
49234af (diff), 37deb3b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'selvaggi-Delphes4LHCb'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ModulesLinkDef.h

    r49234af r9e991f8  
    2222 *  Lists classes to be included in cint dicitonary
    2323 *
    24  *  $Date$
    25  *  $Revision$
     24 *  $Date: 2014-04-16 17:17:35 +0200 (Wed, 16 Apr 2014) $
     25 *  $Revision: 1369 $
    2626 *
    2727 *
     
    3636#include "modules/ParticlePropagator.h"
    3737#include "modules/Efficiency.h"
     38#include "modules/IdentificationMap.h"
    3839#include "modules/EnergySmearing.h"
    3940#include "modules/MomentumSmearing.h"
     
    7576#pragma link C++ class ParticlePropagator+;
    7677#pragma link C++ class Efficiency+;
     78#pragma link C++ class IdentificationMap+;
    7779#pragma link C++ class EnergySmearing+;
    7880#pragma link C++ class MomentumSmearing+;
Note: See TracChangeset for help on using the changeset viewer.