File: ScalarMassGenerator.fh

package info (click to toggle)
herwig%2B%2B 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 27,128 kB
  • ctags: 24,739
  • sloc: cpp: 188,949; fortran: 23,193; sh: 11,365; python: 5,069; ansic: 3,539; makefile: 1,865; perl: 2
file content (16 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
//
// This is the forward declaration of the ScalarMassGenerator class.
//
#ifndef HERWIG_ScalarMassGenerator_FH
#define HERWIG_ScalarMassGenerator_FH

namespace Herwig {
using namespace ThePEG;

class ScalarMassGenerator;
ThePEG_DECLARE_CLASS_POINTERS(ScalarMassGenerator,ScalarMassGeneratorPtr);

}

#endif