Fork me on GitHub

Changeset 7dbc149 in git


Ignore:
Timestamp:
Mar 7, 2022, 8:53:33 PM (3 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
master
Children:
4564cba
Parents:
cc8716b
Message:

update Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcc8716b r7dbc149  
    2222HAS_CMSSW = true
    2323CXXFLAGS += -std=c++0x -I$(subst :, -I,$(CMSSW_FWLITE_INCLUDE_PATH))
    24 CXXFLAGS += -std=c++1y
    2524OPT_LIBS += -L$(subst include,lib,$(subst :, -L,$(CMSSW_FWLITE_INCLUDE_PATH)))
    2625ifneq ($(CMSSW_RELEASE_BASE),)
     
    462461        modules/VertexFinder.h \
    463462        modules/VertexFinderDA4D.h \
    464         modules/LLPFilter.h \
    465         modules/CscClusterEfficiency.h \
    466         modules/CscClusterId.h \
    467463        modules/DecayFilter.h \
    468464        modules/ParticleDensity.h \
    469465        modules/TruthVertexFinder.h \
    470         modules/ExampleModule.h
     466        modules/ExampleModule.h \
     467        modules/LLPFilter.h \
     468        modules/CscClusterEfficiency.h \
     469        modules/CscClusterId.h
    471470tmp/modules/ModulesDict$(PcmSuf): \
    472471        tmp/modules/ModulesDict.$(SrcSuf)
     
    524523tmp/classes/DelphesCscClusterFormula.$(ObjSuf): \
    525524        classes/DelphesCscClusterFormula.$(SrcSuf) \
    526         classes/DelphesCscClusterFormula.h
     525        classes/DelphesCscClusterFormula.h \
     526        classes/DelphesClasses.h
    527527tmp/classes/DelphesCylindricalFormula.$(ObjSuf): \
    528528        classes/DelphesCylindricalFormula.$(SrcSuf) \
     
    741741        external/TrackCovariance/TrkUtil.h
    742742tmp/modules/ConstituentFilter.$(ObjSuf): \
    743         modules/ConstituentFilter.$(SrcSuf) \
    744         modules/ConstituentFilter.h \
    745         classes/DelphesClasses.h \
    746         classes/DelphesFactory.h \
    747         classes/DelphesFormula.h \
    748         external/ExRootAnalysis/ExRootClassifier.h \
    749         external/ExRootAnalysis/ExRootFilter.h \
    750         external/ExRootAnalysis/ExRootResult.h
     743        modules/ConstituentFilter.$(SrcSuf) \
     744        modules/ConstituentFilter.h \
     745        classes/DelphesClasses.h \
     746        classes/DelphesFactory.h \
     747        classes/DelphesFormula.h \
     748        external/ExRootAnalysis/ExRootClassifier.h \
     749        external/ExRootAnalysis/ExRootFilter.h \
     750        external/ExRootAnalysis/ExRootResult.h
    751751tmp/modules/CscClusterEfficiency.$(ObjSuf): \
    752752        modules/CscClusterEfficiency.$(SrcSuf) \
     
    18051805ifeq ($(HAS_PYTHIA8),true)
    18061806FASTJET_OBJ +=  \
    1807 
     1807       
    18081808endif
    18091809
     
    18521852ifeq ($(HAS_PYTHIA8),true)
    18531853DISPLAY_OBJ +=  \
    1854 
     1854       
    18551855endif
    18561856
     
    25982598
    25992599###
     2600
     2601
Note: See TracChangeset for help on using the changeset viewer.