Fork me on GitHub

Changeset 24d005f in git for Makefile


Ignore:
Timestamp:
Jan 3, 2014, 4:41:28 PM (11 years ago)
Author:
mselvaggi <mselvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
54b6dfc
Parents:
22dc7fd
Message:

added PileUpJetID module from Seth Senz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r22dc7fd r24d005f  
    327327        modules/JetPileUpSubtractor.h \
    328328        modules/TrackPileUpSubtractor.h \
     329        modules/PileUpJetID.h \
    329330        modules/ConstituentFilter.h \
    330331        modules/StatusPidFilter.h \
     
    511512        modules/EnergyScale.$(SrcSuf) \
    512513        modules/EnergyScale.h \
     514        classes/DelphesClasses.h \
     515        classes/DelphesFactory.h \
     516        classes/DelphesFormula.h \
     517        external/ExRootAnalysis/ExRootResult.h \
     518        external/ExRootAnalysis/ExRootFilter.h \
     519        external/ExRootAnalysis/ExRootClassifier.h
     520tmp/modules/PileUpJetID.$(ObjSuf): \
     521        modules/PileUpJetID.$(SrcSuf) \
     522        modules/PileUpJetID.h \
    513523        classes/DelphesClasses.h \
    514524        classes/DelphesFactory.h \
     
    948958        tmp/modules/ExampleModule.$(ObjSuf) \
    949959        tmp/modules/EnergyScale.$(ObjSuf) \
     960        tmp/modules/PileUpJetID.$(ObjSuf) \
    950961        tmp/modules/Cloner.$(ObjSuf) \
    951962        tmp/modules/TreeWriter.$(ObjSuf) \
     
    12961307        @touch $@
    12971308
     1309modules/PileUpJetID.h: \
     1310        classes/DelphesModule.h
     1311        @touch $@
     1312
    12981313external/fastjet/version.hh: \
    12991314        external/fastjet/config.h
Note: See TracChangeset for help on using the changeset viewer.