- Timestamp:
- Mar 7, 2022, 8:53:33 PM (3 years ago)
- Branches:
- master
- Children:
- 4564cba
- Parents:
- cc8716b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rcc8716b r7dbc149 22 22 HAS_CMSSW = true 23 23 CXXFLAGS += -std=c++0x -I$(subst :, -I,$(CMSSW_FWLITE_INCLUDE_PATH)) 24 CXXFLAGS += -std=c++1y25 24 OPT_LIBS += -L$(subst include,lib,$(subst :, -L,$(CMSSW_FWLITE_INCLUDE_PATH))) 26 25 ifneq ($(CMSSW_RELEASE_BASE),) … … 462 461 modules/VertexFinder.h \ 463 462 modules/VertexFinderDA4D.h \ 464 modules/LLPFilter.h \465 modules/CscClusterEfficiency.h \466 modules/CscClusterId.h \467 463 modules/DecayFilter.h \ 468 464 modules/ParticleDensity.h \ 469 465 modules/TruthVertexFinder.h \ 470 modules/ExampleModule.h 466 modules/ExampleModule.h \ 467 modules/LLPFilter.h \ 468 modules/CscClusterEfficiency.h \ 469 modules/CscClusterId.h 471 470 tmp/modules/ModulesDict$(PcmSuf): \ 472 471 tmp/modules/ModulesDict.$(SrcSuf) … … 524 523 tmp/classes/DelphesCscClusterFormula.$(ObjSuf): \ 525 524 classes/DelphesCscClusterFormula.$(SrcSuf) \ 526 classes/DelphesCscClusterFormula.h 525 classes/DelphesCscClusterFormula.h \ 526 classes/DelphesClasses.h 527 527 tmp/classes/DelphesCylindricalFormula.$(ObjSuf): \ 528 528 classes/DelphesCylindricalFormula.$(SrcSuf) \ … … 741 741 external/TrackCovariance/TrkUtil.h 742 742 tmp/modules/ConstituentFilter.$(ObjSuf): \ 743 744 745 746 747 748 749 750 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 751 751 tmp/modules/CscClusterEfficiency.$(ObjSuf): \ 752 752 modules/CscClusterEfficiency.$(SrcSuf) \ … … 1805 1805 ifeq ($(HAS_PYTHIA8),true) 1806 1806 FASTJET_OBJ += \ 1807 1807 1808 1808 endif 1809 1809 … … 1852 1852 ifeq ($(HAS_PYTHIA8),true) 1853 1853 DISPLAY_OBJ += \ 1854 1854 1855 1855 endif 1856 1856 … … 2598 2598 2599 2599 ### 2600 2601
Note:
See TracChangeset
for help on using the changeset viewer.