Fork me on GitHub

Changeset 952bbbc in git


Ignore:
Timestamp:
Apr 28, 2021, 9:37:13 AM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
53f4746, 5862d1f
Parents:
d4fb268
Message:

added ClusterCounting to Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd4fb268 r952bbbc  
    409409        modules/TrackSmearing.h \
    410410        modules/TrackCovariance.h \
     411        modules/ClusterCounting.h \
    411412        modules/ImpactParameterSmearing.h \
    412413        modules/TimeSmearing.h \
     
    704705        external/ExRootAnalysis/ExRootFilter.h \
    705706        external/ExRootAnalysis/ExRootResult.h
     707tmp/modules/ClusterCounting.$(ObjSuf): \
     708        modules/ClusterCounting.$(SrcSuf) \
     709        modules/ClusterCounting.h \
     710        classes/DelphesClasses.h \
     711        external/TrackCovariance/TrkUtil.h
    706712tmp/modules/ConstituentFilter.$(ObjSuf): \
    707713        modules/ConstituentFilter.$(SrcSuf) \
     
    11761182        tmp/modules/Calorimeter.$(ObjSuf) \
    11771183        tmp/modules/Cloner.$(ObjSuf) \
     1184        tmp/modules/ClusterCounting.$(ObjSuf) \
    11781185        tmp/modules/ConstituentFilter.$(ObjSuf) \
    11791186        tmp/modules/DecayFilter.$(ObjSuf) \
     
    19341941        @touch $@
    19351942
     1943modules/Merger.h: \
     1944        classes/DelphesModule.h
     1945        @touch $@
     1946
    19361947modules/Isolation.h: \
    19371948        classes/DelphesModule.h
     
    19391950
    19401951modules/EnergyScale.h: \
    1941         classes/DelphesModule.h
    1942         @touch $@
    1943 
    1944 modules/Merger.h: \
    19451952        classes/DelphesModule.h
    19461953        @touch $@
     
    22482255external/fastjet/internal/BasicRandom.hh: \
    22492256        external/fastjet/internal/base.hh
     2257        @touch $@
     2258
     2259modules/ClusterCounting.h: \
     2260        classes/DelphesModule.h
    22502261        @touch $@
    22512262
Note: See TracChangeset for help on using the changeset viewer.