Last change
on this file since 1383 was 1177, checked in by Pavel Demin, 11 years ago |
add modules/Pythia8LinkDef.h
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision Date
|
File size:
360 bytes
|
Line | |
---|
1 |
|
---|
2 | /** \class
|
---|
3 | *
|
---|
4 | * Lists classes to be included in cint dicitonary
|
---|
5 | *
|
---|
6 | * $Date: 2013-07-04 11:19:15 +0000 (Thu, 04 Jul 2013) $
|
---|
7 | * $Revision: 1177 $
|
---|
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.