File: PythiaHelper.h

package info (click to toggle)
hepmc 2.06.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 11,524 kB
  • ctags: 1,521
  • sloc: sh: 9,138; cpp: 8,113; ansic: 682; makefile: 240; csh: 6; fortran: 4
file content (13 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PYTHIA_HELPER_H
#define PYTHIA_HELPER_H
//////////////////////////////////////////////////////////////////////////
// garren@fnal.gov, April 2007
//
// definitions needed by the pythia examples
//
//////////////////////////////////////////////////////////////////////////
#include "HepMC/PythiaWrapper.h"

void initPythia();

#endif  // PYTHIA_HELPER_H