Fork me on GitHub

Changeset 2264876 in git for Makefile


Ignore:
Timestamp:
Aug 25, 2016, 4:27:14 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
bc58cf5
Parents:
7993cad (diff), 1408174 (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 'dev_01' of github.com:delphes/delphes into dev_01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7993cad r2264876  
    137137tmp/examples/Example1.$(ObjSuf): \
    138138        examples/Example1.cpp \
     139        classes/DelphesClasses.h \
     140        external/ExRootAnalysis/ExRootTreeReader.h \
     141        external/ExRootAnalysis/ExRootTreeWriter.h \
     142        external/ExRootAnalysis/ExRootTreeBranch.h \
     143        external/ExRootAnalysis/ExRootResult.h \
     144        external/ExRootAnalysis/ExRootUtilities.h
     145Validation$(ExeSuf): \
     146        tmp/examples/Validation.$(ObjSuf)
     147
     148tmp/examples/Validation.$(ObjSuf): \
     149        examples/Validation.cpp \
    139150        classes/DelphesClasses.h \
    140151        external/ExRootAnalysis/ExRootTreeReader.h \
     
    150161        root2pileup$(ExeSuf) \
    151162        stdhep2pileup$(ExeSuf) \
    152         Example1$(ExeSuf)
     163        Example1$(ExeSuf) \
     164        Validation$(ExeSuf)
    153165
    154166EXECUTABLE_OBJ +=  \
     
    159171        tmp/converters/root2pileup.$(ObjSuf) \
    160172        tmp/converters/stdhep2pileup.$(ObjSuf) \
    161         tmp/examples/Example1.$(ObjSuf)
     173        tmp/examples/Example1.$(ObjSuf) \
     174        tmp/examples/Validation.$(ObjSuf)
    162175
    163176DelphesHepMC$(ExeSuf): \
     
    183196        classes/DelphesLHEFReader.h \
    184197        external/ExRootAnalysis/ExRootTreeWriter.h \
     198        external/ExRootAnalysis/ExRootTreeBranch.h \
     199        external/ExRootAnalysis/ExRootProgressBar.h
     200DelphesROOT$(ExeSuf): \
     201        tmp/readers/DelphesROOT.$(ObjSuf)
     202
     203tmp/readers/DelphesROOT.$(ObjSuf): \
     204        readers/DelphesROOT.cpp \
     205        modules/Delphes.h \
     206        classes/DelphesStream.h \
     207        classes/DelphesClasses.h \
     208        classes/DelphesFactory.h \
     209        external/ExRootAnalysis/ExRootTreeWriter.h \
     210        external/ExRootAnalysis/ExRootTreeReader.h \
    185211        external/ExRootAnalysis/ExRootTreeBranch.h \
    186212        external/ExRootAnalysis/ExRootProgressBar.h
     
    200226        DelphesHepMC$(ExeSuf) \
    201227        DelphesLHEF$(ExeSuf) \
     228        DelphesROOT$(ExeSuf) \
    202229        DelphesSTDHEP$(ExeSuf)
    203230
     
    205232        tmp/readers/DelphesHepMC.$(ObjSuf) \
    206233        tmp/readers/DelphesLHEF.$(ObjSuf) \
     234        tmp/readers/DelphesROOT.$(ObjSuf) \
    207235        tmp/readers/DelphesSTDHEP.$(ObjSuf)
    208236
     
    344372        modules/PdgCodeFilter.h \
    345373        modules/BeamSpotFilter.h \
     374        modules/RecoPuFilter.h \
    346375        modules/Cloner.h \
    347376        modules/Weighter.h \
     
    351380        modules/VertexSorter.h \
    352381        modules/VertexFinder.h \
     382        modules/VertexFinderDA4D.h \
    353383        modules/ExampleModule.h
    354384tmp/modules/ModulesDict$(PcmSuf): \
     
    798828        external/ExRootAnalysis/ExRootFilter.h \
    799829        external/ExRootAnalysis/ExRootClassifier.h
     830tmp/modules/RecoPuFilter.$(ObjSuf): \
     831        modules/RecoPuFilter.$(SrcSuf) \
     832        modules/RecoPuFilter.h \
     833        classes/DelphesClasses.h \
     834        classes/DelphesFactory.h \
     835        classes/DelphesFormula.h \
     836        external/ExRootAnalysis/ExRootResult.h \
     837        external/ExRootAnalysis/ExRootFilter.h \
     838        external/ExRootAnalysis/ExRootClassifier.h
    800839tmp/modules/SimpleCalorimeter.$(ObjSuf): \
    801840        modules/SimpleCalorimeter.$(SrcSuf) \
     
    896935        modules/VertexFinder.$(SrcSuf) \
    897936        modules/VertexFinder.h \
     937        classes/DelphesClasses.h \
     938        classes/DelphesFactory.h \
     939        classes/DelphesFormula.h \
     940        classes/DelphesPileUpReader.h \
     941        external/ExRootAnalysis/ExRootResult.h \
     942        external/ExRootAnalysis/ExRootFilter.h \
     943        external/ExRootAnalysis/ExRootClassifier.h
     944tmp/modules/VertexFinderDA4D.$(ObjSuf): \
     945        modules/VertexFinderDA4D.$(SrcSuf) \
     946        modules/VertexFinderDA4D.h \
    898947        classes/DelphesClasses.h \
    899948        classes/DelphesFactory.h \
     
    9981047        tmp/modules/PileUpJetID.$(ObjSuf) \
    9991048        tmp/modules/PileUpMerger.$(ObjSuf) \
     1049        tmp/modules/RecoPuFilter.$(ObjSuf) \
    10001050        tmp/modules/SimpleCalorimeter.$(ObjSuf) \
    10011051        tmp/modules/StatusPidFilter.$(ObjSuf) \
     
    10101060        tmp/modules/UniqueObjectFinder.$(ObjSuf) \
    10111061        tmp/modules/VertexFinder.$(ObjSuf) \
     1062        tmp/modules/VertexFinderDA4D.$(ObjSuf) \
    10121063        tmp/modules/VertexSorter.$(ObjSuf) \
    10131064        tmp/modules/Weighter.$(ObjSuf)
     
    16151666        tmp/external/tcl/tclVar.$(ObjSuf)
    16161667
     1668modules/VertexFinderDA4D.h: \
     1669        classes/DelphesModule.h \
     1670        classes/DelphesClasses.h
     1671        @touch $@
     1672
    16171673modules/TrackSmearing.h: \
    16181674        classes/DelphesModule.h
     
    19592015
    19602016modules/BTagging.h: \
     2017        classes/DelphesModule.h
     2018        @touch $@
     2019
     2020modules/RecoPuFilter.h: \
    19612021        classes/DelphesModule.h
    19622022        @touch $@
Note: See TracChangeset for help on using the changeset viewer.