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

Definition at line 231 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 237 of file RooStatsUtils.cxx.

◆ ~BranchStore()

RooStats::BranchStore::~BranchStore ( )
inline

Definition at line 243 of file RooStatsUtils.cxx.

Member Function Documentation

◆ AssignToTTree()

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

Definition at line 252 of file RooStatsUtils.cxx.

◆ ResetValues()

void RooStats::BranchStore::ResetValues ( )
inline

Definition at line 259 of file RooStatsUtils.cxx.

Member Data Documentation

◆ fInval

double RooStats::BranchStore::fInval

Definition at line 234 of file RooStatsUtils.cxx.

◆ fTree

TTree* RooStats::BranchStore::fTree = nullptr

Definition at line 235 of file RooStatsUtils.cxx.

◆ fVarVals

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

Definition at line 233 of file RooStatsUtils.cxx.


The documentation for this class was generated from the following file: