Logo ROOT  
Reference Guide
RooHelpers.h File Reference
#include "RooMsgService.h"
#include "RooAbsArg.h"
#include "RooAbsReal.h"
#include <sstream>
Include dependency graph for RooHelpers.h:
This graph shows which files directly or indirectly include this file:

Classes

class  RooHelpers::BatchInterfaceAccessor
 Helper class to access a batch-related part of RooAbsReal's interface, which should not leak to the outside world. More...
 
class  RooHelpers::CachingError
 
class  RooHelpers::FormatPdfTree
 
class  RooHelpers::HijackMessageStream
 Hijacks all messages with given level and topic (and optionally object name) while alive. More...
 
class  RooHelpers::LocalChangeMsgLevel
 Switches the message service to a different level while the instance is alive. More...
 

Namespaces

namespace  RooHelpers
 

Functions

void RooHelpers::checkRangeOfParameters (const RooAbsReal *callingClass, std::initializer_list< const RooAbsReal * > pars, double min=-std::numeric_limits< double >::max(), double max=std::numeric_limits< double >::max(), bool limitsInAllowedRange=false, std::string extraMessage="")
 Check if the parameters have a range, and warn if the range extends below / above the set limits. More...
 
std::vector< std::string > RooHelpers::tokenise (const std::string &str, const std::string &delims, bool returnEmptyToken)
 Tokenise the string by splitting at the characters in delims. More...