Fork me on GitHub

Changeset 37deb3b in git for Makefile


Ignore:
Timestamp:
Dec 9, 2014, 1:40:26 PM (10 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
9e991f8
Parents:
49234af (diff), ba7fc1e (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 'Delphes4LHCb' of https://github.com/selvaggi/delphes into selvaggi-Delphes4LHCb

Conflicts:

Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r49234af r37deb3b  
    301301        modules/ParticlePropagator.h \
    302302        modules/Efficiency.h \
     303        modules/IdentificationMap.h \
    303304        modules/EnergySmearing.h \
    304305        modules/MomentumSmearing.h \
     
    696697        modules/EnergyScale.$(SrcSuf) \
    697698        modules/EnergyScale.h \
     699        classes/DelphesClasses.h \
     700        classes/DelphesFactory.h \
     701        classes/DelphesFormula.h \
     702        external/ExRootAnalysis/ExRootResult.h \
     703        external/ExRootAnalysis/ExRootFilter.h \
     704        external/ExRootAnalysis/ExRootClassifier.h
     705tmp/modules/IdentificationMap.$(ObjSuf): \
     706        modules/IdentificationMap.$(SrcSuf) \
     707        modules/IdentificationMap.h \
    698708        classes/DelphesClasses.h \
    699709        classes/DelphesFactory.h \
     
    11641174        tmp/modules/PdgCodeFilter.$(ObjSuf) \
    11651175        tmp/modules/EnergyScale.$(ObjSuf) \
     1176        tmp/modules/IdentificationMap.$(ObjSuf) \
    11661177        tmp/modules/TrackCountingBTagging.$(ObjSuf) \
    11671178        tmp/modules/Calorimeter.$(ObjSuf) \
     
    14871498        @touch $@
    14881499
     1500modules/IdentificationMap.h: \
     1501        classes/DelphesModule.h
     1502        @touch $@
     1503
     1504modules/ExampleModule.h: \
     1505        classes/DelphesModule.h
     1506        @touch $@
     1507
    14891508modules/Isolation.h: \
    14901509        classes/DelphesModule.h
     
    14961515
    14971516modules/Merger.h: \
    1498         classes/DelphesModule.h
    1499         @touch $@
    1500 
    1501 modules/ExampleModule.h: \
    15021517        classes/DelphesModule.h
    15031518        @touch $@
Note: See TracChangeset for help on using the changeset viewer.