Fork me on GitHub

Changeset 96abea4 in git


Ignore:
Timestamp:
Sep 29, 2016, 2:44:55 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5348ed9
Parents:
56562d0
Message:

add CaloGrid script

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r56562d0 r96abea4  
    132132        external/ExRootAnalysis/ExRootTreeBranch.h \
    133133        external/ExRootAnalysis/ExRootProgressBar.h
     134CaloGrid$(ExeSuf): \
     135        tmp/examples/CaloGrid.$(ObjSuf)
     136
     137tmp/examples/CaloGrid.$(ObjSuf): \
     138        examples/CaloGrid.cpp \
     139        display/Delphes3DGeometry.h \
     140        classes/DelphesClasses.h \
     141        external/ExRootAnalysis/ExRootConfReader.h
    134142Example1$(ExeSuf): \
    135143        tmp/examples/Example1.$(ObjSuf)
     
    161169        root2pileup$(ExeSuf) \
    162170        stdhep2pileup$(ExeSuf) \
     171        CaloGrid$(ExeSuf) \
    163172        Example1$(ExeSuf) \
    164173        Validation$(ExeSuf)
     
    171180        tmp/converters/root2pileup.$(ObjSuf) \
    172181        tmp/converters/stdhep2pileup.$(ObjSuf) \
     182        tmp/examples/CaloGrid.$(ObjSuf) \
    173183        tmp/examples/Example1.$(ObjSuf) \
    174184        tmp/examples/Validation.$(ObjSuf)
     
    18011811        @touch $@
    18021812
     1813modules/TrackPileUpSubtractor.h: \
     1814        classes/DelphesModule.h
     1815        @touch $@
     1816
    18031817modules/Efficiency.h: \
    1804         classes/DelphesModule.h
    1805         @touch $@
    1806 
    1807 modules/TrackPileUpSubtractor.h: \
    18081818        classes/DelphesModule.h
    18091819        @touch $@
Note: See TracChangeset for help on using the changeset viewer.