]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/SPECTRA/Nuclei/B2/AliLnGaussianExpTail.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / SPECTRA / Nuclei / B2 / AliLnGaussianExpTail.h
1 /*****************************************************************************
2  * Project: RooFit                                                           *
3  *                                                                           *
4   * This code was autogenerated by RooClassFactory                            * 
5  *****************************************************************************/
6
7 #ifndef ALILNGAUSSIANEXPTAIL
8 #define ALILNGAUSSIANEXPTAIL
9
10 #include "RooAbsPdf.h"
11 #include "RooRealProxy.h"
12 #include "RooCategoryProxy.h"
13 #include "RooAbsReal.h"
14 #include "RooAbsCategory.h"
15  
16 class AliLnGaussianExpTail : public RooAbsPdf {
17 public:
18   AliLnGaussianExpTail() {} ; 
19   AliLnGaussianExpTail(const char *name, const char *title,
20               RooAbsReal& _x,
21               RooAbsReal& _mu,
22               RooAbsReal& _sigma,
23               RooAbsReal& _tau);
24   AliLnGaussianExpTail(const AliLnGaussianExpTail& other, const char* name=0) ;
25   virtual TObject* clone(const char* newname) const { return new AliLnGaussianExpTail(*this,newname); }
26   inline virtual ~AliLnGaussianExpTail() { }
27
28 protected:
29
30   RooRealProxy x ;
31   RooRealProxy mu ;
32   RooRealProxy sigma ;
33   RooRealProxy tau ;
34   
35   Double_t evaluate() const ;
36
37 private:
38
39   ClassDef(AliLnGaussianExpTail,1) // Your description goes here...
40 };
41  
42 #endif