Fork me on GitHub

Changeset 5175bbe in git


Ignore:
Timestamp:
Aug 23, 2016, 11:18:29 AM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7611cb9
Parents:
480f9ed (diff), 5198eed (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:

Merge branch 'master' of https://github.com/delphes/delphes

Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r480f9ed r5175bbe  
    4141  $<TARGET_OBJECTS:tcl>
    4242  $<TARGET_OBJECTS:Hector>
     43  $<TARGET_OBJECTS:PUPPI>
    4344)
    4445
  • external/CMakeLists.txt

    r480f9ed r5175bbe  
    33add_subdirectory(Hector)
    44add_subdirectory(tcl)
     5add_subdirectory(PUPPI)
  • modules/ModulesLinkDef.h

    r480f9ed r5175bbe  
    5858#include "modules/StatusPidFilter.h"
    5959#include "modules/PdgCodeFilter.h"
     60#include "modules/RecoPuFilter.h"
    6061#include "modules/Cloner.h"
    6162#include "modules/Weighter.h"
     
    103104#pragma link C++ class StatusPidFilter+;
    104105#pragma link C++ class PdgCodeFilter+;
     106#pragma link C++ class RecoPuFilter+;
    105107#pragma link C++ class Cloner+;
    106108#pragma link C++ class Weighter+;
Note: See TracChangeset for help on using the changeset viewer.