59 _absLambda(
"absLambda",
"Absolute value of lambda",this,absLambda),
60 _argLambda(
"argLambda",
"Arg(Lambda)",this,argLambda),
61 _effRatio(
"effRatio",
"B0/B0bar efficiency ratio",this,effRatio),
62 _CPeigenval(
"CPeigenval",
"CP eigen value",this,CPeigenval),
63 _avgMistag(
"avgMistag",
"Average mistag rate",this,avgMistag),
64 _delMistag(
"delMistag",
"Delta mistag rate",this,delMistag),
65 _t(
"t",
"time",this,t),
66 _tau(
"tau",
"decay time",this,tau),
67 _dm(
"dm",
"mixing frequency",this,dm),
68 _tag(
"tag",
"CP state",this,tag),
102 _t(
"t",this,other.
_t),
147 if (rangeName)
return 0 ;
186 if (
matchArgs(directVars,generateVars,
_t))
return 1 ;
221 tval = -
_tau*log(rand);
224 tval= +
_tau*log(rand);
227 tval = (rand<=0.5) ? -
_tau*log(2*rand) : +
_tau*log(2*(rand-0.5)) ;
232 double maxDil = 1.0 ;
241 if (tval<
_t.max() && tval>
_t.min() && accept) {
int Int_t
Signed integer 4 bytes (int).
RooAbsAnaConvPdf()
Default constructor, required for persistence.
Int_t declareBasis(const char *expression, const RooArgList ¶ms)
Declare a basis function for use in this physics model.
friend class RooRealIntegral
A space to attach TBranches.
bool matchArgs(const RooArgSet &allDeps, RooArgSet &analDeps, const RooArgProxy &a, const Proxies &... proxies) const
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Int_t getGenerator(const RooArgSet &directVars, RooArgSet &generateVars, bool staticInitOK=true) const override
Load generatedVars with the subset of directVars that we can generate events for, and return a code t...
double coefAnalyticalIntegral(Int_t coef, Int_t code, const char *rangeName=nullptr) const override
Default implementation of function implementing advertised integrals.
double coefficient(Int_t basisIndex) const override
B0 : _tag = +1.
Int_t getCoefAnalyticalIntegral(Int_t coef, RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=nullptr) const override
Default implementation of function advertising integration capabilities.
void generateEvent(Int_t code) override
Generates mix-state dependent.
void initGenerator(Int_t code) override
Interface for one-time initialization to setup the generator for the specified code.
static double uniform(TRandom *generator=randomGenerator())
Return a number uniformly distributed from (0,1).
Variable that can be changed from the outside.
RooResolutionModel is the base class for PDFs that represent a resolution model that can be convolute...