Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
17public:
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
28protected:
29
33
34 Double_t evaluate() const ;
35
36private:
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
double Double_t
Definition RtypesCore.h:59
#define ClassDef(name, id)
Definition Rtypes.h:325
char name[80]
Definition TGX11.cxx:110
virtual TObject * clone(const char *newname) const
Double_t evaluate() const
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition RooAbsReal.h:61
Mother of all ROOT objects.
Definition TObject.h:37