structure to store algorithm results in a TTree More...
#include <TreeStruct.h>
Public Member Functions | |
TreeStruct () | |
TreeStruct (int ind) | |
TreeStruct (float del, float err, int ind) | |
Static Public Member Functions | |
static const char * | LeafList () |
Public Attributes | |
float | delta |
float | error |
parameter from alignment algorithm (change wrt. start) More... | |
int | paramIndex |
error from alignment algorithm More... | |
structure to store algorithm results in a TTree
Definition at line 6 of file TreeStruct.h.
|
inline |
Definition at line 8 of file TreeStruct.h.
|
inline |
Definition at line 9 of file TreeStruct.h.
|
inline |
Definition at line 10 of file TreeStruct.h.
|
inlinestatic |
internal param. index (same index => same delta) List of leaves to pass as 3rd argument to TTree::Branch(...) if 2nd argument is a pointer to TreeStruct - keep in synch with data members above!
Definition at line 17 of file TreeStruct.h.
Referenced by SiStripBackplaneCalibration::writeTree(), SiStripLorentzAngleCalibration::writeTree(), and SiPixelLorentzAngleCalibration::writeTree().
float TreeStruct::delta |
Definition at line 12 of file TreeStruct.h.
float TreeStruct::error |
parameter from alignment algorithm (change wrt. start)
Definition at line 13 of file TreeStruct.h.
Referenced by argparse.ArgumentParser::_get_option_tuples(), python.rootplot.argparse.ArgumentParser::_get_option_tuples(), argparse.ArgumentParser::_parse_known_args(), python.rootplot.argparse.ArgumentParser::_parse_known_args(), argparse.ArgumentParser::_parse_optional(), python.rootplot.argparse.ArgumentParser::_parse_optional(), argparse.ArgumentParser::_read_args_from_files(), python.rootplot.argparse.ArgumentParser::_read_args_from_files(), argparse.ArgumentParser::add_subparsers(), python.rootplot.argparse.ArgumentParser::add_subparsers(), argparse.ArgumentParser::parse_args(), python.rootplot.argparse.ArgumentParser::parse_args(), argparse.ArgumentParser::parse_known_args(), and python.rootplot.argparse.ArgumentParser::parse_known_args().
int TreeStruct::paramIndex |
error from alignment algorithm
Definition at line 14 of file TreeStruct.h.