Fork me on GitHub

Changeset 29b722a in git for Makefile


Ignore:
Timestamp:
Dec 9, 2021, 8:42:12 PM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Children:
a09b75f
Parents:
d612dec
Message:

Added DelphesCscClusterFormula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd612dec r29b722a  
    522522        classes/DelphesFactory.h \
    523523        classes/SortableObject.h
     524tmp/classes/DelphesCscClusterFormula.$(ObjSuf): \
     525                classes/DelphesCscClusterFormula.$(SrcSuf) \
     526                classes/DelphesCscClusterFormula.h
    524527tmp/classes/DelphesCylindricalFormula.$(ObjSuf): \
    525528        classes/DelphesCylindricalFormula.$(SrcSuf) \
     
    751754        classes/DelphesClasses.h \
    752755        classes/DelphesFactory.h \
    753         classes/DelphesFormula.h \
     756        classes/DelphesCscClusterFormula.h \
    754757        external/ExRootAnalysis/ExRootClassifier.h \
    755758        external/ExRootAnalysis/ExRootFilter.h \
     
    759762        modules/CscClusterId.h \
    760763        classes/DelphesClasses.h \
    761         classes/DelphesFactory.h \
    762         classes/DelphesFormula.h \
     764  classes/DelphesFactory.h \
     765        classes/DelphesCscClusterFormula.h \
    763766        external/ExRootAnalysis/ExRootClassifier.h \
    764767        external/ExRootAnalysis/ExRootFilter.h \
     
    11941197DELPHES_OBJ +=  \
    11951198        tmp/classes/DelphesClasses.$(ObjSuf) \
     1199        tmp/classes/DelphesCscClusterFormula.$(ObjSuf) \
    11961200        tmp/classes/DelphesCylindricalFormula.$(ObjSuf) \
    11971201        tmp/classes/DelphesFactory.$(ObjSuf) \
     
    18011805ifeq ($(HAS_PYTHIA8),true)
    18021806FASTJET_OBJ +=  \
    1803        
     1807
    18041808endif
    18051809
     
    18481852ifeq ($(HAS_PYTHIA8),true)
    18491853DISPLAY_OBJ +=  \
    1850        
     1854
    18511855endif
    18521856
     
    25942598
    25952599###
    2596 
    2597 
Note: See TracChangeset for help on using the changeset viewer.