Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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 
16 class NuMuToNuE_Oscillation : public RooAbsPdf {
17 public:
18  NuMuToNuE_Oscillation() {} ;
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 
30  RooRealProxy L ;
31  RooRealProxy E ;
32  RooRealProxy deltaMSq ;
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