Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooStats::BranchStore Class Reference

Definition at line 241 of file RooStatsUtils.cxx.

Public Member Functions

 BranchStore (const vector< TString > &params=vector< TString >(), double _inval=-999.)
 
 ~BranchStore ()
 
void AssignToTTree (TTree &myTree)
 
void ResetValues ()
 

Public Attributes

double fInval
 
TTreefTree = nullptr
 
std::map< TString, doublefVarVals
 

Constructor & Destructor Documentation

◆ BranchStore()

RooStats::BranchStore::BranchStore ( const vector< TString > &  params = vector<TString>(),
double  _inval = -999. 
)
inline

Definition at line 247 of file RooStatsUtils.cxx.

◆ ~BranchStore()

RooStats::BranchStore::~BranchStore ( )
inline

Definition at line 253 of file RooStatsUtils.cxx.

Member Function Documentation

◆ AssignToTTree()

void RooStats::BranchStore::AssignToTTree ( TTree myTree)
inline

Definition at line 262 of file RooStatsUtils.cxx.

◆ ResetValues()

void RooStats::BranchStore::ResetValues ( )
inline

Definition at line 269 of file RooStatsUtils.cxx.

Member Data Documentation

◆ fInval

double RooStats::BranchStore::fInval

Definition at line 244 of file RooStatsUtils.cxx.

◆ fTree

TTree* RooStats::BranchStore::fTree = nullptr

Definition at line 245 of file RooStatsUtils.cxx.

◆ fVarVals

std::map<TString, double> RooStats::BranchStore::fVarVals

Definition at line 243 of file RooStatsUtils.cxx.

  • roofit/roostats/src/RooStatsUtils.cxx