Fork me on GitHub

Changeset 7e83689 in git for modules/ModulesLinkDef.h


Ignore:
Timestamp:
Mar 26, 2020, 4:01:20 PM (4 years ago)
Author:
Roberto Preghenella <preghenella@…>
Branches:
ImprovedOutputFile, master
Children:
36fb740
Parents:
f298e48
git-author:
Roberto Preghenella <preghenella@…> (03/23/20 15:43:15)
git-committer:
Roberto Preghenella <preghenella@…> (03/26/20 16:01:20)
Message:

Add particle density to formula parameterisations

also adds a new module that computes the particle density
in a eta-phi grid sets the ParticleDensity value of the
candidate, to be used in formula parameterisations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ModulesLinkDef.h

    rf298e48 r7e83689  
    7474#include "modules/VertexFinderDA4D.h"
    7575#include "modules/DecayFilter.h"
     76#include "modules/ParticleDensity.h"
    7677#include "modules/ExampleModule.h"
    7778
     
    130131#pragma link C++ class VertexFinderDA4D+;
    131132#pragma link C++ class DecayFilter+;
     133#pragma link C++ class ParticleDensity+;
    132134#pragma link C++ class ExampleModule+;
    133135
Note: See TracChangeset for help on using the changeset viewer.