Fork me on GitHub

Changeset cc8716b in git for Makefile


Ignore:
Timestamp:
Mar 7, 2022, 8:51:45 PM (3 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
7dbc149
Parents:
4e8e72b
git-author:
Christinaw97 <cwang5@…> (03/07/22 20:51:45)
git-committer:
GitHub <noreply@…> (03/07/22 20:51:45)
Message:

Update to handle CMS endcap muon detector showers for long-lived particles (#103)

Co-authored-by: christinaw97 <christina.wang@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4e8e72b rcc8716b  
    2222HAS_CMSSW = true
    2323CXXFLAGS += -std=c++0x -I$(subst :, -I,$(CMSSW_FWLITE_INCLUDE_PATH))
     24CXXFLAGS += -std=c++1y
    2425OPT_LIBS += -L$(subst include,lib,$(subst :, -L,$(CMSSW_FWLITE_INCLUDE_PATH)))
    2526ifneq ($(CMSSW_RELEASE_BASE),)
     
    461462        modules/VertexFinder.h \
    462463        modules/VertexFinderDA4D.h \
     464        modules/LLPFilter.h \
     465        modules/CscClusterEfficiency.h \
     466        modules/CscClusterId.h \
    463467        modules/DecayFilter.h \
    464468        modules/ParticleDensity.h \
     
    518522        classes/DelphesFactory.h \
    519523        classes/SortableObject.h
     524tmp/classes/DelphesCscClusterFormula.$(ObjSuf): \
     525        classes/DelphesCscClusterFormula.$(SrcSuf) \
     526        classes/DelphesCscClusterFormula.h
    520527tmp/classes/DelphesCylindricalFormula.$(ObjSuf): \
    521528        classes/DelphesCylindricalFormula.$(SrcSuf) \
     
    734741        external/TrackCovariance/TrkUtil.h
    735742tmp/modules/ConstituentFilter.$(ObjSuf): \
    736         modules/ConstituentFilter.$(SrcSuf) \
    737         modules/ConstituentFilter.h \
    738         classes/DelphesClasses.h \
    739         classes/DelphesFactory.h \
    740         classes/DelphesFormula.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
     751tmp/modules/CscClusterEfficiency.$(ObjSuf): \
     752        modules/CscClusterEfficiency.$(SrcSuf) \
     753        modules/CscClusterEfficiency.h \
     754        classes/DelphesClasses.h \
     755        classes/DelphesFactory.h \
     756        classes/DelphesCscClusterFormula.h \
     757        external/ExRootAnalysis/ExRootClassifier.h \
     758        external/ExRootAnalysis/ExRootFilter.h \
     759        external/ExRootAnalysis/ExRootResult.h
     760tmp/modules/CscClusterId.$(ObjSuf): \
     761        modules/CscClusterId.$(SrcSuf) \
     762        modules/CscClusterId.h \
     763        classes/DelphesClasses.h \
     764        classes/DelphesFactory.h \
     765        classes/DelphesCscClusterFormula.h \
    741766        external/ExRootAnalysis/ExRootClassifier.h \
    742767        external/ExRootAnalysis/ExRootFilter.h \
     
    882907        external/ExRootAnalysis/ExRootFilter.h \
    883908        external/ExRootAnalysis/ExRootResult.h
     909tmp/modules/LLPFilter.$(ObjSuf): \
     910        modules/LLPFilter.$(SrcSuf) \
     911        modules/LLPFilter.h \
     912        classes/DelphesClasses.h \
     913        classes/DelphesFactory.h \
     914        classes/DelphesFormula.h \
     915        external/ExRootAnalysis/ExRootClassifier.h \
     916        external/ExRootAnalysis/ExRootFilter.h \
     917        external/ExRootAnalysis/ExRootResult.h
    884918tmp/modules/LeptonDressing.$(ObjSuf): \
    885919        modules/LeptonDressing.$(SrcSuf) \
     
    11631197DELPHES_OBJ +=  \
    11641198        tmp/classes/DelphesClasses.$(ObjSuf) \
     1199        tmp/classes/DelphesCscClusterFormula.$(ObjSuf) \
    11651200        tmp/classes/DelphesCylindricalFormula.$(ObjSuf) \
    11661201        tmp/classes/DelphesFactory.$(ObjSuf) \
     
    12271262        tmp/modules/ClusterCounting.$(ObjSuf) \
    12281263        tmp/modules/ConstituentFilter.$(ObjSuf) \
     1264        tmp/modules/CscClusterEfficiency.$(ObjSuf) \
     1265        tmp/modules/CscClusterId.$(ObjSuf) \
    12291266        tmp/modules/DecayFilter.$(ObjSuf) \
    12301267        tmp/modules/Delphes.$(ObjSuf) \
     
    12421279        tmp/modules/JetFlavorAssociation.$(ObjSuf) \
    12431280        tmp/modules/JetPileUpSubtractor.$(ObjSuf) \
     1281        tmp/modules/LLPFilter.$(ObjSuf) \
    12441282        tmp/modules/LeptonDressing.$(ObjSuf) \
    12451283        tmp/modules/Merger.$(ObjSuf) \
     
    17671805ifeq ($(HAS_PYTHIA8),true)
    17681806FASTJET_OBJ +=  \
    1769        
     1807
    17701808endif
    17711809
     
    18141852ifeq ($(HAS_PYTHIA8),true)
    18151853DISPLAY_OBJ +=  \
    1816        
     1854
    18171855endif
    18181856
     
    19281966        @touch $@
    19291967
     1968modules/LLPFilter.h: \
     1969        classes/DelphesModule.h
     1970        @touch $@
     1971
    19301972external/fastjet/internal/MinHeap.hh: \
    19311973        external/fastjet/internal/base.hh
     
    22572299        @touch $@
    22582300
     2301modules/CscClusterEfficiency.h: \
     2302        classes/DelphesModule.h
     2303        @touch $@
     2304
    22592305external/fastjet/PseudoJetStructureBase.hh: \
    22602306        external/fastjet/internal/base.hh
     
    23812427external/fastjet/config.h: \
    23822428        external/fastjet/config_win.h
     2429        @touch $@
     2430
     2431modules/CscClusterId.h: \
     2432        classes/DelphesModule.h
    23832433        @touch $@
    23842434
     
    25482598
    25492599###
    2550 
    2551 
Note: See TracChangeset for help on using the changeset viewer.