Fork me on GitHub

Changeset 414db83 in git for modules/ModulesLinkDef.h


Ignore:
Timestamp:
Aug 23, 2019, 8:29:48 PM (5 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, master
Children:
9160765
Parents:
7ce5d1c (diff), 4d3fb73 (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.
git-author:
Pavel Demin <pavel-demin@…> (08/23/19 20:29:48)
git-committer:
GitHub <noreply@…> (08/23/19 20:29:48)
Message:

Merge pull request #70 from preghenella/master

Implementation of a DecayFilter module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ModulesLinkDef.h

    r7ce5d1c r414db83  
    7272#include "modules/VertexFinder.h"
    7373#include "modules/VertexFinderDA4D.h"
     74#include "modules/DecayFilter.h"
    7475#include "modules/ExampleModule.h"
    7576
     
    126127#pragma link C++ class VertexFinder+;
    127128#pragma link C++ class VertexFinderDA4D+;
     129#pragma link C++ class DecayFilter+;
    128130#pragma link C++ class ExampleModule+;
    129131
Note: See TracChangeset for help on using the changeset viewer.