Fork me on GitHub

Changeset 0e7d64a in git


Ignore:
Timestamp:
Aug 16, 2019, 11:24:21 AM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, master
Children:
7c9f3da
Parents:
7692efc (diff), e39abb4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

fixed Makefile conflict

Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7692efc r0e7d64a  
    413413        modules/DenseTrackFilter.h \
    414414        modules/Calorimeter.h \
     415        modules/DualReadoutCalorimeter.h \
    415416        modules/OldCalorimeter.h \
    416417        modules/Isolation.h \
     
    714715        external/ExRootAnalysis/ExRootFilter.h \
    715716        external/ExRootAnalysis/ExRootResult.h
     717tmp/modules/DualReadoutCalorimeter.$(ObjSuf): \
     718        modules/DualReadoutCalorimeter.$(SrcSuf) \
     719        modules/DualReadoutCalorimeter.h \
     720        classes/DelphesClasses.h \
     721        classes/DelphesFactory.h \
     722        classes/DelphesFormula.h \
     723        external/ExRootAnalysis/ExRootResult.h \
     724        external/ExRootAnalysis/ExRootFilter.h \
     725        external/ExRootAnalysis/ExRootClassifier.h
    716726tmp/modules/Efficiency.$(ObjSuf): \
    717727        modules/Efficiency.$(SrcSuf) \
     
    11191129        tmp/modules/Delphes.$(ObjSuf) \
    11201130        tmp/modules/DenseTrackFilter.$(ObjSuf) \
     1131        tmp/modules/DualReadoutCalorimeter.$(ObjSuf) \
    11211132        tmp/modules/Efficiency.$(ObjSuf) \
    11221133        tmp/modules/EnergyScale.$(ObjSuf) \
     
    22602271        @touch $@
    22612272
     2273modules/DualReadoutCalorimeter.h: \
     2274        classes/DelphesModule.h
     2275        @touch $@
     2276
    22622277
    22632278
  • modules/ModulesLinkDef.h

    r7692efc r0e7d64a  
    4141#include "modules/DenseTrackFilter.h"
    4242#include "modules/Calorimeter.h"
     43#include "modules/DualReadoutCalorimeter.h"
    4344#include "modules/OldCalorimeter.h"
    4445#include "modules/Isolation.h"
     
    9495#pragma link C++ class DenseTrackFilter+;
    9596#pragma link C++ class Calorimeter+;
     97#pragma link C++ class DualReadoutCalorimeter+;
    9698#pragma link C++ class OldCalorimeter+;
    9799#pragma link C++ class Isolation+;
Note: See TracChangeset for help on using the changeset viewer.