Fork me on GitHub

Changeset 7c5b8f3 in git for Makefile


Ignore:
Timestamp:
Mar 27, 2020, 9:21:22 AM (5 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, master
Children:
354b7f3
Parents:
288a5fc (diff), 36fb740 (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.
git-author:
Pavel Demin <pavel-demin@…> (03/27/20 09:21:22)
git-committer:
GitHub <noreply@…> (03/27/20 09:21:22)
Message:

Merge pull request #71 from preghenella/rdev

Radius and particle-density dependence of formula parameterisations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r288a5fc r7c5b8f3  
    446446        modules/VertexFinderDA4D.h \
    447447        modules/DecayFilter.h \
     448        modules/ParticleDensity.h \
    448449        modules/ExampleModule.h
    449450tmp/modules/ModulesDict$(PcmSuf): \
     
    510511tmp/classes/DelphesFormula.$(ObjSuf): \
    511512        classes/DelphesFormula.$(SrcSuf) \
    512         classes/DelphesFormula.h
     513        classes/DelphesFormula.h \
     514        classes/DelphesClasses.h
    513515tmp/classes/DelphesHepMCReader.$(ObjSuf): \
    514516        classes/DelphesHepMCReader.$(SrcSuf) \
     
    881883        external/ExRootAnalysis/ExRootFilter.h \
    882884        external/ExRootAnalysis/ExRootResult.h
     885tmp/modules/ParticleDensity.$(ObjSuf): \
     886        modules/ParticleDensity.$(SrcSuf) \
     887        modules/ParticleDensity.h \
     888        classes/DelphesClasses.h \
     889        classes/DelphesFactory.h \
     890        classes/DelphesFormula.h \
     891        external/ExRootAnalysis/ExRootClassifier.h \
     892        external/ExRootAnalysis/ExRootFilter.h \
     893        external/ExRootAnalysis/ExRootResult.h
    883894tmp/modules/ParticlePropagator.$(ObjSuf): \
    884895        modules/ParticlePropagator.$(SrcSuf) \
     
    10171028        modules/TrackCovariance.h \
    10181029        classes/DelphesClasses.h \
    1019         external/TrackCovariance/SolGeom.h
     1030        external/TrackCovariance/SolGeom.h \
     1031        external/TrackCovariance/SolGridCov.h \
     1032        external/TrackCovariance/ObsTrk.h
    10201033tmp/modules/TrackPileUpSubtractor.$(ObjSuf): \
    10211034        modules/TrackPileUpSubtractor.$(SrcSuf) \
     
    11741187        tmp/modules/MomentumSmearing.$(ObjSuf) \
    11751188        tmp/modules/OldCalorimeter.$(ObjSuf) \
     1189        tmp/modules/ParticleDensity.$(ObjSuf) \
    11761190        tmp/modules/ParticlePropagator.$(ObjSuf) \
    11771191        tmp/modules/PdgCodeFilter.$(ObjSuf) \
     
    22622276        @touch $@
    22632277
     2278modules/ParticleDensity.h: \
     2279        classes/DelphesModule.h
     2280        @touch $@
     2281
    22642282modules/TimeSmearing.h: \
    22652283        classes/DelphesModule.h
Note: See TracChangeset for help on using the changeset viewer.