Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TauAnalysis
MCEmbeddingTools
interface
extraPythia.h
Go to the documentation of this file.
1
#ifndef extraPythia_h
2
#define extraPythia_h
3
4
#define PYEXEC pyexec_
5
extern
"C"
{
6
void
PYEXEC
();
7
}
8
9
#define PYGIVE pygive_
10
extern
"C"
{
11
void
PYGIVE
(
const
char
*,
int
length);
12
}
13
14
#define pyexec pyexec_
15
#define py1ent py1ent_
16
17
extern
"C"
{
18
void
pyexec
();
19
void
py1ent
(
int
*,
int
*,
double
*,
double
*,
double
*);
20
}
21
22
void
call_pyexec
();
23
void
call_py1ent
(
int
,
int
,
double
,
double
,
double
);
24
25
#endif
py1ent
#define py1ent
Definition:
PythiaRecord.h:5
PYEXEC
#define PYEXEC
Definition:
extraPythia.h:4
call_pyexec
void call_pyexec()
Definition:
extraPythia.cc:3
pyexec
#define pyexec
Definition:
PythiaRecord.h:10
PYGIVE
#define PYGIVE
Definition:
extraPythia.h:9
call_py1ent
void call_py1ent(int, int, double, double, double)
Definition:
extraPythia.cc:4
Generated for CMSSW Reference Manual by
1.8.5