Logo ROOT   6.07/09
Reference Guide
NuMuToNuE_Oscillation.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Project: RooFit *
3  * *
4  * This code was autogenerated by RooClassFactory *
5  *****************************************************************************/
6 
7 #ifndef NUMUTONUE_OSCILLATION
8 #define NUMUTONUE_OSCILLATION
9 
10 #include "RooAbsPdf.h"
11 #include "RooRealProxy.h"
12 #include "RooCategoryProxy.h"
13 #include "RooAbsReal.h"
14 #include "RooAbsCategory.h"
15 
17 public:
19  NuMuToNuE_Oscillation(const char *name, const char *title,
20  RooAbsReal& _L,
21  RooAbsReal& _E,
22  RooAbsReal& _deltaMSq);
23  NuMuToNuE_Oscillation(const NuMuToNuE_Oscillation& other, const char* name=0) ;
24  virtual TObject* clone(const char* newname) const { return new NuMuToNuE_Oscillation(*this,newname); }
25  inline virtual ~NuMuToNuE_Oscillation() { }
26 
27 
28 protected:
29 
33 
34  Double_t evaluate() const ;
35 
36 private:
37 
38 #if !defined(__CINT__) || defined(__MAKECINT__)
39  ClassDef(NuMuToNuE_Oscillation,1) // Your description goes here...
40 #endif
41 };
42 
43 #ifdef __MAKECINT__
44 #pragma link C++ class NuMuToNuE_Oscillation+;
45 #endif
46 #endif
#define ClassDef(name, id)
Definition: Rtypes.h:254
virtual TObject * clone(const char *newname) const
double Double_t
Definition: RtypesCore.h:55
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition: RooAbsReal.h:53
Mother of all ROOT objects.
Definition: TObject.h:44
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Definition: RooAbsPdf.h:41
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
Definition: RooRealProxy.h:23
char name[80]
Definition: TGX11.cxx:109