#include <CutManager.h>
this class is intended to store and retrieve named cuts for an analysis routine the type of cuts is polymorphic based on inhering types defined in CutClasses.h with the interface to the cut defined in the ABC CutBase. !!!This class assumes ownership of the CutBase pointers!!!!
◆ CutManager() [1/2]
CutManager::CutManager |
( |
| ) |
|
default constructor puts the class into a working state with no cuts defined
◆ CutManager() [2/2]
CutManager::CutManager |
( |
const CutManager & |
a_rhs | ) |
|
◆ ~CutManager()
CutManager::~CutManager |
( |
| ) |
|
|
virtual |
◆ addOrModCut()
void CutManager::addOrModCut |
( |
std::string |
a_name, |
|
|
CutBase * |
a_cut |
|
) |
| |
this function takes the name of a cut to be stored and a base class pointer used for access !!!This function takes ownership of the pointer handed to it!!!!
◆ genJSON()
std::ostream & CutManager::genJSON |
( |
TCutG * |
a_cut, |
|
|
std::ostream & |
a_stream = std::cout |
|
) |
| const |
|
virtual |
this function writes out a JSON representation of the TCutG handed to it to an ostream so that he TCutG can be stored with other cuts
◆ genTCutGs()
void CutManager::genTCutGs |
( |
double |
a_minX, |
|
|
double |
a_maxX |
|
) |
| |
|
virtual |
this function loops of the currect cuts stored in the manager generating TCutG representations of them which are then accessible by name in either the root terminal or the TTree::Draw command this enforces the same range for all which might not be that useful
this function loops of the currect cuts stored in the manager generating TCutG representations of them which are then accessible by name in either the root terminal or the TTree::Draw command
◆ getCutNameList()
std::vector< std::string > CutManager::getCutNameList |
( |
| ) |
|
this function returns a list of the cut names currently stores in the cut manager
◆ operator=()
◆ passesCut()
bool CutManager::passesCut |
( |
std::string |
a_name, |
|
|
double |
a_X, |
|
|
const std::vector< double > & |
a_Ys = {} |
|
) |
| const |
this function applies a cut with a given name. If the name of the cut does not exist it will throw an error.
◆ print()
std::ostream & CutManager::print |
( |
std::ostream & |
a_stream = std::cout | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: