Berkeley Nuclear Data Software
Static Public Member Functions | List of all members
CutBuilder Class Reference

#include <CutBuilder.h>

Static Public Member Functions

static CutManager procFile (std::string a_cutFile, bool a_verbose=true)
 
static CutManager procSection (json a_CutSection, bool a_verbose=true)
 
static LowerBoundCut procLowerBound (json a_jsonObject, bool a_verbose=true)
 
static UpperBoundCut procUpperBound (json a_jsonObject)
 
static RangeCut procRange (json a_jsonObject)
 
static PolyBoundCut procPolyBound (json a_jsonObject)
 
static PolyRangeCut procPolyRange (json a_jsonObject)
 
static IntegerListCut procIntegerListCut (json a_jsonObject)
 
static GraphCut procGraphCut (json a_jsonObject)
 

Detailed Description

this class is intended to turn json objects containing information about cuts needed for an analysis routing into an accessible CutManager class (see CutManager.h). It is similar to a factory pattern, and has no internal data so all functions are static

Member Function Documentation

◆ procFile()

CutManager CutBuilder::procFile ( std::string  a_cutFile,
bool  a_verbose = true 
)
static

this functin takes a path to a JSON file containing a section labled "cuts" containing an array of JSON formatted cuts and processes them into a CutManager object which it returns.

Here is the caller graph for this function:

◆ procGraphCut()

GraphCut CutBuilder::procGraphCut ( json  a_jsonObject)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ procIntegerListCut()

IntegerListCut CutBuilder::procIntegerListCut ( json  a_jsonObject)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ procLowerBound()

LowerBoundCut CutBuilder::procLowerBound ( json  a_jsonObject,
bool  a_verbose = true 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ procPolyBound()

PolyBoundCut CutBuilder::procPolyBound ( json  a_jsonObject)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ procPolyRange()

PolyRangeCut CutBuilder::procPolyRange ( json  a_jsonObject)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ procRange()

RangeCut CutBuilder::procRange ( json  a_jsonObject)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ procSection()

CutManager CutBuilder::procSection ( json  a_CutSection,
bool  a_verbose = true 
)
static

this function takes a json array of cuts and contstrucs a CutManager object from them.

Here is the call graph for this function:

◆ procUpperBound()

UpperBoundCut CutBuilder::procUpperBound ( json  a_jsonObject)
static
Here is the call graph for this function:
Here is the caller graph for this function:

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