Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
HistFactoryModelUtils.h
Go to the documentation of this file.
1
2#ifndef HIST_FACTORY_MODEL_UTILS_H
3#define HIST_FACTORY_MODEL_UTILS_H
4
5#include "RooAbsPdf.h"
6#include "RooArgSet.h"
7#include "RooDataSet.h"
9
10#include <vector>
11#include <map>
12#include <string>
13
14namespace RooStats {
15namespace HistFactory {
16 ///\ingroup HistFactory
17 std::string channelNameFromPdf( RooAbsPdf* channelPdf );
18
19// void getChannelsFromModel( RooAbsPdf* model, RooArgSet* channels,
20// RooArgSet* channelsWithConstraints );
21
22 ///\ingroup HistFactory
24 ///\ingroup HistFactory
25 bool getStatUncertaintyFromChannel( RooAbsPdf* channel, ParamHistFunc*& paramfunc,
26 RooArgList* gammaList );
27
28 ///\ingroup HistFactory
30
31 ///\ingroup HistFactory
32 void getDataValuesForObservables( std::map< std::string, std::vector<double> >& ChannelBinDataMap,
33 RooAbsData* data, RooAbsPdf* simPdf );
34
35 ///\ingroup HistFactory
36 int getStatUncertaintyConstraintTerm( RooArgList* constraints, RooRealVar* gamma_stat,
37 RooAbsReal*& pois_mean, RooRealVar*& tau );
38
39}
40}
41
42
43
44#endif
A class which maps the current values of a RooRealVar (or a set of RooRealVars) to one of a number of...
RooAbsData is the common abstract base class for binned and unbinned datasets.
Definition RooAbsData.h:49
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition RooAbsReal.h:61
RooArgList is a container object that can hold multiple RooAbsArg objects.
Definition RooArgList.h:21
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Definition RooArgSet.h:29
RooRealVar represents a variable that can be changed from the outside.
Definition RooRealVar.h:39
bool getStatUncertaintyFromChannel(RooAbsPdf *channel, ParamHistFunc *&paramfunc, RooArgList *gammaList)
void FactorizeHistFactoryPdf(const RooArgSet &, RooAbsPdf &, RooArgList &, RooArgList &)
void getDataValuesForObservables(std::map< std::string, std::vector< double > > &ChannelBinDataMap, RooAbsData *data, RooAbsPdf *simPdf)
RooAbsPdf * getSumPdfFromChannel(RooAbsPdf *channel)
int getStatUncertaintyConstraintTerm(RooArgList *constraints, RooRealVar *gamma_stat, RooAbsReal *&pois_mean, RooRealVar *&tau)
std::string channelNameFromPdf(RooAbsPdf *channelPdf)
Namespace for the RooStats classes.
Definition Asimov.h:19