Angular analysis of B+->K*+(K+pi0)mumu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
552 B

//Renata Kopecna
#ifndef EVALUATETOYS_H
#define EVALUATETOYS_H
#include <iostream>
#include <assert.h>
#include <parse.hh>
#include <paths.hh>
#include <spdlog.h>
#include <RooAbsReal.h>
#include <RooDataSet.h>
#include <RooGaussian.h>
#include <RooFitResult.h>
#include <RooGaussian.h>
#include <RooPlot.h>
#include <RooRealVar.h>
int EvaluateToyStudy(const std::vector<std::string> obs, const std::vector<std::string> obs_latex, basic_params pars, bool UseFolds, bool doPulls, bool Pprimes, bool onlySig, bool onlyBkg);
#endif // EVALUATETOYS_H