Fork me on GitHub

Changeset 624dc48 in git for Makefile


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
  • Makefile

    r2eb25b1 r624dc48  
    324324        modules/ModulesLinkDef.h \
    325325        modules/Delphes.h \
     326        modules/AngularSmearing.h \
    326327        modules/ParticlePropagator.h \
    327328        modules/Efficiency.h \
     
    497498        modules/Calorimeter.$(SrcSuf) \
    498499        modules/Calorimeter.h \
     500        classes/DelphesClasses.h \
     501        classes/DelphesFactory.h \
     502        classes/DelphesFormula.h \
     503        external/ExRootAnalysis/ExRootResult.h \
     504        external/ExRootAnalysis/ExRootFilter.h \
     505        external/ExRootAnalysis/ExRootClassifier.h
     506tmp/modules/AngularSmearing.$(ObjSuf): \
     507        modules/AngularSmearing.$(SrcSuf) \
     508        modules/AngularSmearing.h \
    499509        classes/DelphesClasses.h \
    500510        classes/DelphesFactory.h \
     
    851861        tmp/modules/Delphes.$(ObjSuf) \
    852862        tmp/modules/Calorimeter.$(ObjSuf) \
     863        tmp/modules/AngularSmearing.$(ObjSuf) \
    853864        tmp/modules/LeptonDressing.$(ObjSuf) \
    854865        tmp/modules/UniqueObjectFinder.$(ObjSuf) \
     
    15351546        @touch $@
    15361547
     1548modules/AngularSmearing.h: \
     1549        classes/DelphesModule.h
     1550        @touch $@
     1551
    15371552modules/IdentificationMap.h: \
    15381553        classes/DelphesModule.h
     
    15431558        @touch $@
    15441559
     1560modules/Merger.h: \
     1561        classes/DelphesModule.h
     1562        @touch $@
     1563
    15451564modules/Isolation.h: \
    15461565        classes/DelphesModule.h
     
    15481567
    15491568modules/EnergyScale.h: \
    1550         classes/DelphesModule.h
    1551         @touch $@
    1552 
    1553 modules/Merger.h: \
    15541569        classes/DelphesModule.h
    15551570        @touch $@
Note: See TracChangeset for help on using the changeset viewer.