Functions | |
| void | ReadXmlConfig (string filen, vector< EstimateSummary > &summary, Double_t lumi) |
| void | AddSystematic (EstimateSummary &sample_channel, TXMLNode *node, string inputFileName, string histoPathName, string histoName) |
| void HistFactory::AddSystematic | ( | EstimateSummary & | sample_channel, | |
| TXMLNode * | node, | |||
| string | inputFileName, | |||
| string | histoPathName, | |||
| string | histoName | |||
| ) |
Definition at line 160 of file ConfigParser.cxx.
References RooStats::HistFactory::EstimateSummary::AddSyst(), TXMLNode::GetAttributes(), RooStats::HistFactory::GetHisto(), TXMLAttr::GetName(), TXMLNode::GetNextNode(), TXMLNode::GetNodeName(), TXMLAttr::GetValue(), norm(), RooStats::HistFactory::EstimateSummary::normFactor, and RooStats::HistFactory::EstimateSummary::overallSyst.
Referenced by RooStats::HistFactory::ReadXmlConfig().
| void HistFactory::ReadXmlConfig | ( | string | filen, | |
| vector< EstimateSummary > & | summary, | |||
| Double_t | lumi | |||
| ) |
Definition at line 28 of file ConfigParser.cxx.
References RooStats::HistFactory::AddSystematic(), RooStats::HistFactory::EstimateSummary::channel, TXMLNode::GetAttributes(), TXMLNode::GetChildren(), RooStats::HistFactory::GetHisto(), TXMLAttr::GetName(), TXMLNode::GetNextNode(), TXMLNode::GetNodeName(), TXMLDocument::GetRootNode(), TXMLAttr::GetValue(), TDOMParser::GetXMLDocument(), RooStats::HistFactory::EstimateSummary::name, RooStats::HistFactory::EstimateSummary::nominal, RooStats::HistFactory::EstimateSummary::normName, TDOMParser::ParseFile(), TString::ReplaceAll(), and summary.
Referenced by fastDriver(), and topDriver().
1.5.1