Fork me on GitHub

Changeset 1369 in svn for trunk/Makefile


Ignore:
Timestamp:
Apr 16, 2014, 5:17:35 PM (10 years ago)
Author:
Michele Selvaggi
Message:

added simplecalo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1368 r1369  
    316316        modules/ImpactParameterSmearing.h \
    317317        modules/TimeSmearing.h \
     318        modules/SimpleCalorimeter.h \
    318319        modules/Calorimeter.h \
    319320        modules/Isolation.h \
     
    621622        modules/EnergyScale.$(SrcSuf) \
    622623        modules/EnergyScale.h \
     624        classes/DelphesClasses.h \
     625        classes/DelphesFactory.h \
     626        classes/DelphesFormula.h \
     627        external/ExRootAnalysis/ExRootResult.h \
     628        external/ExRootAnalysis/ExRootFilter.h \
     629        external/ExRootAnalysis/ExRootClassifier.h
     630tmp/modules/SimpleCalorimeter.$(ObjSuf): \
     631        modules/SimpleCalorimeter.$(SrcSuf) \
     632        modules/SimpleCalorimeter.h \
    623633        classes/DelphesClasses.h \
    624634        classes/DelphesFactory.h \
     
    10671077        tmp/modules/ExampleModule.$(ObjSuf) \
    10681078        tmp/modules/EnergyScale.$(ObjSuf) \
     1079        tmp/modules/SimpleCalorimeter.$(ObjSuf) \
    10691080        tmp/modules/ParticlePropagator.$(ObjSuf) \
    10701081        tmp/modules/Weighter.$(ObjSuf) \
     
    15581569        @touch $@
    15591570
     1571modules/SimpleCalorimeter.h: \
     1572        classes/DelphesModule.h
     1573        @touch $@
     1574
    15601575external/fastjet/plugins/CDFCones/fastjet/CDFJetCluPlugin.hh: \
    15611576        external/fastjet/JetDefinition.hh \
Note: See TracChangeset for help on using the changeset viewer.