23 DocString(
const std::string& tree,
const std::string& name,
const std::string& doc,
const std::string& type,
int size1,
const std::string& counter1,
int size2,
const std::string& counter2,
int size3,
const std::string& counter3);
std::string _counter1
If a vector, the counter used for the 1st dimension.
std::string _type
The type of this variable (I/F/C/D)
int _size1
If a vector, the size of the 1st dimension.
int _size2
If a matrix, the size of the 2nd dimension.
std::string _counter2
If a matrix, the counter used for the 2nd dimension.
DocString()
Empty constructor to keep ROOT happy when reading in from TClonesArray.
std::string Name()
Get the name of this variable.
std::string _counter3
If a 3D matrix, the counter used for the 3rd dimension.
virtual ~DocString()
Destructor.
std::string _name
The name of this variable.
std::string Tree()
Get the name of the tree this variable was stored in.
std::string _tree
The name of the tree this variable was stored in.
std::string _doc
The documentation string provided by the user.
int _size3
If a 3D matrix, the size of the 3rd dimension.