Fork me on GitHub

Changeset 5d2481f in git for Makefile


Ignore:
Timestamp:
Jun 29, 2015, 5:45:49 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
839deb7
Parents:
1fd8862
Message:

added PhotonConversions modules, and DelphesCylindrical formulae

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1fd8862 r5d2481f  
    309309        modules/Delphes.h \
    310310        modules/AngularSmearing.h \
     311        modules/PhotonConversions.h \
    311312        modules/ParticlePropagator.h \
    312313        modules/Efficiency.h \
     
    390391        classes/DelphesFactory.h \
    391392        classes/SortableObject.h
     393tmp/classes/DelphesCylindricalFormula.$(ObjSuf): \
     394        classes/DelphesCylindricalFormula.$(SrcSuf) \
     395        classes/DelphesCylindricalFormula.h
    392396tmp/classes/DelphesFactory.$(ObjSuf): \
    393397        classes/DelphesFactory.$(SrcSuf) \
     
    721725        external/ExRootAnalysis/ExRootFilter.h \
    722726        external/ExRootAnalysis/ExRootClassifier.h
     727tmp/modules/PhotonConversions.$(ObjSuf): \
     728        modules/PhotonConversions.$(SrcSuf) \
     729        modules/PhotonConversions.h \
     730        classes/DelphesClasses.h \
     731        classes/DelphesFactory.h \
     732        classes/DelphesCylindricalFormula.h \
     733        external/ExRootAnalysis/ExRootResult.h \
     734        external/ExRootAnalysis/ExRootFilter.h \
     735        external/ExRootAnalysis/ExRootClassifier.h
    723736tmp/modules/PileUpJetID.$(ObjSuf): \
    724737        modules/PileUpJetID.$(SrcSuf) \
     
    848861DELPHES_OBJ +=  \
    849862        tmp/classes/DelphesClasses.$(ObjSuf) \
     863        tmp/classes/DelphesCylindricalFormula.$(ObjSuf) \
    850864        tmp/classes/DelphesFactory.$(ObjSuf) \
    851865        tmp/classes/DelphesFormula.$(ObjSuf) \
     
    916930        tmp/modules/ParticlePropagator.$(ObjSuf) \
    917931        tmp/modules/PdgCodeFilter.$(ObjSuf) \
     932        tmp/modules/PhotonConversions.$(ObjSuf) \
    918933        tmp/modules/PileUpJetID.$(ObjSuf) \
    919934        tmp/modules/PileUpMerger.$(ObjSuf) \
     
    18051820        @touch $@
    18061821
     1822modules/PhotonConversions.h: \
     1823        classes/DelphesModule.h
     1824        @touch $@
     1825
    18071826external/fastjet/ClusterSequenceVoronoiArea.hh: \
    18081827        external/fastjet/PseudoJet.hh \
Note: See TracChangeset for help on using the changeset viewer.