'DATA AND CATEGORIES' RooFit tutorial macro #406
Demonstration of discrete–>discrete (invertable) functions
Processing /mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/tutorials/roofit/rf406_cattocatfuncs.C...
void rf406_cattocatfuncs()
{
tagCat.defineType("Lepton") ;
tagCat.defineType("Kaon") ;
tagCat.defineType("NetTagger-1") ;
tagCat.defineType("NetTagger-2") ;
tagCat.Print() ;
b0flav.defineType("B0",-1) ;
b0flav.defineType("B0bar",1) ;
b0flav.Print() ;
tcatType.map("Lepton","Cut based") ;
tcatType.map("Kaon","Cut based") ;
tcatType.map("NetTagger*","Neural Network") ;
b0Xtcat.setLabel("{B0bar;Lepton}") ;
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf406_cattocatfuncs.C.