#include <GFBookkeeping.h>
|
void | reset () |
|
void | setNhits (int n) |
|
void | bookMatrices (std::string key) |
|
void | bookGFDetPlanes (std::string key) |
|
void | bookNumbers (std::string key, double val=0.) |
|
void | setMatrix (std::string key, unsigned int index, const TMatrixT< double > &mat) |
|
void | setDetPlane (std::string key, unsigned int index, const GFDetPlane &pl) |
|
void | setNumber (std::string key, unsigned int index, const double &num) |
|
bool | getMatrix (std::string key, unsigned int index, TMatrixT< double > &mat) |
|
bool | getDetPlane (std::string key, unsigned int index, GFDetPlane &pl) |
|
bool | getNumber (std::string key, unsigned int index, double &num) |
|
std::vector< std::string > | getMatrixKeys () |
|
std::vector< std::string > | getGFDetPlaneKeys () |
|
std::vector< std::string > | getNumberKeys () |
|
void | addFailedHit (unsigned int) |
|
unsigned int | hitFailed (unsigned int) |
|
unsigned int | getNumFailed () |
|
| GFBookkeeping () |
|
| GFBookkeeping (const GFBookkeeping &) |
|
virtual | ~GFBookkeeping () |
|
void | clearAll () |
|
void | clearFailedHits () |
|
void | Print () |
|
Definition at line 32 of file GFBookkeeping.h.
◆ GFBookkeeping() [1/2]
GFBookkeeping::GFBookkeeping |
( |
| ) |
|
|
inline |
◆ GFBookkeeping() [2/2]
◆ ~GFBookkeeping()
virtual GFBookkeeping::~GFBookkeeping |
( |
| ) |
|
|
inlinevirtual |
◆ addFailedHit()
void GFBookkeeping::addFailedHit |
( |
unsigned |
int | ) |
|
◆ bookGFDetPlanes()
void GFBookkeeping::bookGFDetPlanes |
( |
std::string |
key | ) |
|
◆ bookMatrices()
void GFBookkeeping::bookMatrices |
( |
std::string |
key | ) |
|
◆ bookNumbers()
void GFBookkeeping::bookNumbers |
( |
std::string |
key, |
|
|
double |
val = 0. |
|
) |
| |
◆ clearAll()
void GFBookkeeping::clearAll |
( |
| ) |
|
◆ clearFailedHits()
void GFBookkeeping::clearFailedHits |
( |
| ) |
|
◆ getDetPlane()
bool GFBookkeeping::getDetPlane |
( |
std::string |
key, |
|
|
unsigned int |
index, |
|
|
GFDetPlane & |
pl |
|
) |
| |
◆ getGFDetPlaneKeys()
std::vector<std::string> GFBookkeeping::getGFDetPlaneKeys |
( |
| ) |
|
◆ getMatrix()
bool GFBookkeeping::getMatrix |
( |
std::string |
key, |
|
|
unsigned int |
index, |
|
|
TMatrixT< double > & |
mat |
|
) |
| |
◆ getMatrixKeys()
std::vector<std::string> GFBookkeeping::getMatrixKeys |
( |
| ) |
|
◆ getNumber()
bool GFBookkeeping::getNumber |
( |
std::string |
key, |
|
|
unsigned int |
index, |
|
|
double & |
num |
|
) |
| |
◆ getNumberKeys()
std::vector<std::string> GFBookkeeping::getNumberKeys |
( |
| ) |
|
◆ getNumFailed()
unsigned int GFBookkeeping::getNumFailed |
( |
| ) |
|
◆ hitFailed()
unsigned int GFBookkeeping::hitFailed |
( |
unsigned |
int | ) |
|
◆ Print()
void GFBookkeeping::Print |
( |
| ) |
|
◆ reset()
void GFBookkeeping::reset |
( |
| ) |
|
◆ setDetPlane()
void GFBookkeeping::setDetPlane |
( |
std::string |
key, |
|
|
unsigned int |
index, |
|
|
const GFDetPlane & |
pl |
|
) |
| |
◆ setMatrix()
void GFBookkeeping::setMatrix |
( |
std::string |
key, |
|
|
unsigned int |
index, |
|
|
const TMatrixT< double > & |
mat |
|
) |
| |
◆ setNhits()
void GFBookkeeping::setNhits |
( |
int |
n | ) |
|
|
inline |
Definition at line 47 of file GFBookkeeping.h.
References addFailedHit(), bookGFDetPlanes(), bookMatrices(), bookNumbers(), getDetPlane(), getGFDetPlaneKeys(), getMatrix(), getMatrixKeys(), getNumber(), getNumberKeys(), getNumFailed(), hitFailed(), reset(), setDetPlane(), setMatrix(), and setNumber().
◆ setNumber()
void GFBookkeeping::setNumber |
( |
std::string |
key, |
|
|
unsigned int |
index, |
|
|
const double & |
num |
|
) |
| |
The documentation for this class was generated from the following file: