Fork me on GitHub

Changeset fe0273c in git for Makefile


Ignore:
Timestamp:
Jun 26, 2015, 12:08:48 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
28027d5
Parents:
d38348d
Message:

merge BTagging and BTaggingCMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd38348d rfe0273c  
    322322        modules/UniqueObjectFinder.h \
    323323        modules/TrackCountingBTagging.h \
    324         modules/BTaggingCMS.h \
    325324        modules/BTagging.h \
    326325        modules/TauTagging.h \
     
    546545        external/ExRootAnalysis/ExRootFilter.h \
    547546        external/ExRootAnalysis/ExRootClassifier.h
    548 tmp/modules/BTaggingCMS.$(ObjSuf): \
    549         modules/BTaggingCMS.$(SrcSuf) \
    550         modules/BTaggingCMS.h \
    551         classes/DelphesClasses.h \
    552         classes/DelphesFactory.h \
    553         classes/DelphesFormula.h \
    554         external/ExRootAnalysis/ExRootResult.h \
    555         external/ExRootAnalysis/ExRootFilter.h \
    556         external/ExRootAnalysis/ExRootClassifier.h
    557547tmp/modules/Calorimeter.$(ObjSuf): \
    558548        modules/Calorimeter.$(SrcSuf) \
     
    907897        tmp/modules/AngularSmearing.$(ObjSuf) \
    908898        tmp/modules/BTagging.$(ObjSuf) \
    909         tmp/modules/BTaggingCMS.$(ObjSuf) \
    910899        tmp/modules/Calorimeter.$(ObjSuf) \
    911900        tmp/modules/Cloner.$(ObjSuf) \
     
    13961385        display/Delphes3DGeometry.$(SrcSuf) \
    13971386        display/Delphes3DGeometry.h \
    1398         external/ExRootAnalysis/ExRootConfReader.h \
    1399         classes/DelphesClasses.h
     1387        classes/DelphesClasses.h \
     1388        external/ExRootAnalysis/ExRootConfReader.h
    14001389tmp/display/DelphesBranchElement.$(ObjSuf): \
    14011390        display/DelphesBranchElement.$(SrcSuf) \
     
    14101399tmp/display/DelphesEventDisplay.$(ObjSuf): \
    14111400        display/DelphesEventDisplay.$(SrcSuf) \
    1412         external/ExRootAnalysis/ExRootConfReader.h \
    1413         external/ExRootAnalysis/ExRootTreeReader.h \
    14141401        display/DelphesCaloData.h \
    14151402        display/DelphesBranchElement.h \
    14161403        display/Delphes3DGeometry.h \
    14171404        display/DelphesEventDisplay.h \
    1418         classes/DelphesClasses.h
     1405        display/DelphesDisplay.h \
     1406        display/Delphes3DGeometry.h \
     1407        display/DelphesHtmlSummary.h \
     1408        display/DelphesPlotSummary.h \
     1409        classes/DelphesClasses.h \
     1410        external/ExRootAnalysis/ExRootConfReader.h \
     1411        external/ExRootAnalysis/ExRootTreeReader.h
    14191412tmp/display/DelphesHtmlSummary.$(ObjSuf): \
    14201413        display/DelphesHtmlSummary.$(SrcSuf) \
     
    17371730        @touch $@
    17381731
    1739 display/DelphesEventDisplay.h: \
    1740         external/ExRootAnalysis/ExRootTreeReader.h \
    1741         display/DelphesDisplay.h \
    1742         display/Delphes3DGeometry.h \
    1743         display/DelphesHtmlSummary.h \
    1744         display/DelphesPlotSummary.h
    1745         @touch $@
    1746 
    17471732modules/TauTagging.h: \
    17481733        classes/DelphesModule.h \
     
    17711756modules/UniqueObjectFinder.h: \
    17721757        classes/DelphesModule.h
    1773         @touch $@
    1774 
    1775 modules/BTaggingCMS.h: \
    1776         classes/DelphesModule.h \
    1777         classes/DelphesClasses.h
    17781758        @touch $@
    17791759
Note: See TracChangeset for help on using the changeset viewer.