CLHEP VERSION Reference Documentation
CLHEP Home Page
CLHEP Documentation
CLHEP Bug Reports
GenericFunctions
CLHEP
GenericFunctions
CLHEP/GenericFunctions/VoigtProfile.hh
Go to the documentation of this file.
1
// -*- C++ -*-
2
// $Id:
3
//---------------------VoigtProfile----------------------------------------//
4
// //
5
// //
6
// Joe Boudreau, June 2011 //
7
// //
8
//--------------------------------------------------------------------------//
9
#ifndef VoigtProfile_h
10
#define VoigtProfile_h 1
11
#include "
CLHEP/GenericFunctions/AbsFunction.hh
"
12
#include "
CLHEP/GenericFunctions/Parameter.hh
"
13
#include "
CLHEP/GenericFunctions/IncompleteGamma.hh
"
14
namespace
Genfun
{
15
20
class
VoigtProfile
:
public
AbsFunction
{
21
22
FUNCTION_OBJECT_DEF
(
VoigtProfile
)
23
24
public
:
25
26
// Constructor
27
VoigtProfile
();
28