24 class RooLandau :
public RooAbsPdf {
27 RooLandau(
const char *name,
const char *title, RooAbsReal& _x, RooAbsReal& _mean, RooAbsReal& _sigma);
28 RooLandau(
const RooLandau& other,
const char* name=0);
29 virtual TObject* clone(
const char* newname)
const {
return new RooLandau(*
this,newname); }
30 inline virtual ~RooLandau() { }
32 Int_t getGenerator(
const RooArgSet& directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE)
const;
33 void generateEvent(Int_t code);
41 Double_t evaluate()
const ;
42 RooSpan<double> evaluateBatch(std::size_t begin, std::size_t batchSize)
const;