CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

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
14 namespace Genfun {
15 
20  class VoigtProfile : public AbsFunction {
21 
23 
24  public:
25 
26  // Constructor
27  VoigtProfile();
28