Update 'MassFit.cpp'
parent
734c76f2a5
commit
7d981b0967
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
# Classes
|
||||
### TMefficiencyClass
|
||||
* **Private members:**
|
||||
@ -55,31 +54,30 @@ This functions checks whether the used extra variable is listed in the binning s
|
||||
* bool Preselected
|
||||
* bool TM
|
||||
* bool PHSP
|
||||
* //input/output file selectionbool UseOnlyJpsiEvents
|
||||
* bool UseOnlyJpsiEvents
|
||||
* bool UseOnlyMuMuEvents
|
||||
* //signal/referencebool GetShapeFromMC
|
||||
* bool GetShapeFromMC
|
||||
* string SigType
|
||||
* string BkgType
|
||||
* bool ConstrainParameters
|
||||
* //shapebool KshortDecaysInVelo
|
||||
* bool KshortDecaysInVelo
|
||||
* bool UseLowQ2Range
|
||||
* //LL/DD? q2range?Double_t TMVAcut
|
||||
* Double_t TMVAcut
|
||||
* int randomSubset
|
||||
* //TMVA optionsbool fixedMassRegion
|
||||
* bool fixedMassRegion
|
||||
* bool yieldOverFullRange
|
||||
* //yield calculation regionbool sWeight
|
||||
* //sWeight data?bool loopFit
|
||||
* bool sWeight
|
||||
* bool loopFit
|
||||
* bool IsEfficiency
|
||||
* //additional optionsstring sExtraVar
|
||||
* int nExtraBin
|
||||
* //fit in bins of extra variablebool removeMultiple
|
||||
* //Remove multiple candidates?bool weighted
|
||||
* bool removeMultiple
|
||||
* bool weighted
|
||||
* bool weightedFromPi0
|
||||
* string whichWeight
|
||||
* //use weight in the fit?bool nonTM
|
||||
* bool nonTM
|
||||
* string customTMbranch
|
||||
* bool gammaTM
|
||||
* //TM optionsbool InclusiveSample //Fit inclusive sample?
|
||||
* bool InclusiveSample
|
||||
* **Return**
|
||||
|
||||
### int quickFit()
|
||||
@ -123,23 +121,23 @@ This functions checks whether the used extra variable is listed in the binning s
|
||||
* bool Preselected = true
|
||||
* bool TM = true
|
||||
* bool PHSP = false
|
||||
* //input/output file selectionbool UseOnlyJpsiEvents = false
|
||||
* bool UseOnlyJpsiEvents = false
|
||||
* bool UseOnlyMuMuEvents = false
|
||||
* //signal/referencebool GetShapeFromMC = false
|
||||
* bool GetShapeFromMC = false
|
||||
* string SigType = "OneCB"
|
||||
* string BkgType = "SingleExponential"
|
||||
* bool ConstrainParameters = false
|
||||
* //shapebool KshortDecaysInVelo = Kst2Kspiplus
|
||||
* //LL/DD?Double_t TMVAcut = -1.0
|
||||
* //TMVA optionsbool fixedMassRegion = !Kst2Kspiplus
|
||||
* //yield calculation regionbool UseLowQ2Range =false
|
||||
* //q2 rangesstring sExtraVar = ""
|
||||
* bool KshortDecaysInVelo = Kst2Kspiplus
|
||||
* Double_t TMVAcut = -1.0
|
||||
* bool fixedMassRegion = !Kst2Kspiplus
|
||||
* bool UseLowQ2Range =false
|
||||
* string sExtraVar = ""
|
||||
* int nExtraBin = -1
|
||||
* bool removeMultiple = false
|
||||
* bool weighted = false
|
||||
* bool weightedFromPi0 = false
|
||||
* string whichWeight = ""
|
||||
* //fit in bins of extra variablestring customTMbranch = ""
|
||||
* string customTMbranch = ""
|
||||
* bool gammaTM = false
|
||||
* **Return**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user