7 #ifndef NUMUTONUE_OSCILLATION
8 #define NUMUTONUE_OSCILLATION
16 class NuMuToNuE_Oscillation :
public RooAbsPdf {
18 NuMuToNuE_Oscillation() {} ;
19 NuMuToNuE_Oscillation(
const char *name,
const char *title,
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() { }
32 RooRealProxy deltaMSq ;
34 Double_t evaluate()
const ;
38 #if !defined(__CINT__) || defined(__MAKECINT__)
39 ClassDef(NuMuToNuE_Oscillation,1)
44 #pragma link C++ class NuMuToNuE_Oscillation+;