Fork me on GitHub

source: git/modules/Pythia8LinkDef.h@ 9ca0c9c

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 9ca0c9c was 0d60c9d, checked in by pavel <pavel@…>, 11 years ago

add modules/Pythia8LinkDef.h

  • Property mode set to 100644
File size: 360 bytes
Line 
1
2/** \class
3 *
4 * Lists classes to be included in cint dicitonary
5 *
6 * $Date$
7 * $Revision$
8 *
9 *
10 * \author P. Demin - UCL, Louvain-la-Neuve
11 *
12 */
13
14#include "modules/PileUpMergerPythia8.h"
15
16#ifdef __CINT__
17
18#pragma link off all globals;
19#pragma link off all classes;
20#pragma link off all functions;
21
22#pragma link C++ class PileUpMergerPythia8+;
23
24#endif
Note: See TracBrowser for help on using the repository browser.