Fork me on GitHub

Changeset 4689481 in git for Makefile


Ignore:
Timestamp:
May 25, 2018, 8:28:31 PM (6 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f37555a
Parents:
c3547ed (diff), fbad4c7 (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 'photonId'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rc3547ed r4689481  
    379379        modules/TaggingParticlesSkimmer.h \
    380380        modules/PileUpJetID.h \
     381        modules/PhotonID.h \
    381382        modules/ConstituentFilter.h \
    382383        modules/StatusPidFilter.h \
     
    825826        classes/DelphesFactory.h \
    826827        classes/DelphesCylindricalFormula.h \
     828        external/ExRootAnalysis/ExRootResult.h \
     829        external/ExRootAnalysis/ExRootFilter.h \
     830        external/ExRootAnalysis/ExRootClassifier.h
     831tmp/modules/PhotonID.$(ObjSuf): \
     832        modules/PhotonID.$(SrcSuf) \
     833        modules/PhotonID.h \
     834        classes/DelphesClasses.h \
     835        classes/DelphesFactory.h \
     836        classes/DelphesFormula.h \
    827837        external/ExRootAnalysis/ExRootResult.h \
    828838        external/ExRootAnalysis/ExRootFilter.h \
     
    10771087        tmp/modules/PdgCodeFilter.$(ObjSuf) \
    10781088        tmp/modules/PhotonConversions.$(ObjSuf) \
     1089        tmp/modules/PhotonID.$(ObjSuf) \
    10791090        tmp/modules/PileUpJetID.$(ObjSuf) \
    10801091        tmp/modules/PileUpMerger.$(ObjSuf) \
     
    19411952        @touch $@
    19421953
     1954modules/PhotonID.h: \
     1955        classes/DelphesModule.h
     1956        @touch $@
     1957
    19431958external/fastjet/tools/Pruner.hh: \
    19441959        external/fastjet/ClusterSequence.hh \
Note: See TracChangeset for help on using the changeset viewer.