Fork me on GitHub

Changeset 624dc48 in git for modules/ModulesLinkDef.h


Ignore:
Timestamp:
Dec 9, 2014, 4:40:27 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
17826f2, f355a2c
Parents:
2eb25b1 (diff), acf622f (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 'master' of github.com:delphes/delphes

Conflicts:

Makefile
modules/ModulesLinkDef.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ModulesLinkDef.h

    r2eb25b1 r624dc48  
    3232#include "modules/Delphes.h"
    3333
     34#include "modules/AngularSmearing.h"
    3435#include "modules/ParticlePropagator.h"
    3536#include "modules/Efficiency.h"
     
    7071#pragma link C++ class Delphes+;
    7172
     73#pragma link C++ class AngularSmearing+;
    7274#pragma link C++ class ParticlePropagator+;
    7375#pragma link C++ class Efficiency+;
Note: See TracChangeset for help on using the changeset viewer.