File: GenericWidthGenerator.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-- 336 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 GenericWidthGenerator class.
//
#ifndef ThePEG_GenericWidthGenerator_FH
#define ThePEG_GenericWidthGenerator_FH

namespace Herwig {
using namespace ThePEG;

class GenericWidthGenerator;
ThePEG_DECLARE_CLASS_POINTERS(GenericWidthGenerator,GenericWidthGeneratorPtr);

}

#endif