![]() |
TIMBER
beta
Tree Interface for Making Binned Events with RDataFrame
|
C++ structure to store maps of the various types of objects in a collection. OUTDATED BY analyzer.CreateAllCollections UChar not considered. Use by building each map as <branchName, branchValue> and then assigning to the correct struct member. More...
Public Attributes | |
| map< string, int * > | Int |
| map< string, bool * > | Bool |
| map< string, RVec< float > * > | RVecFloat |
| map< string, RVec< int > * > | RVecInt |
C++ structure to store maps of the various types of objects in a collection. OUTDATED BY analyzer.CreateAllCollections UChar not considered. Use by building each map as <branchName, branchValue> and then assigning to the correct struct member.
| map<string,bool*> Bool |
bool map
| map<string,int*> Int |
integer map
| map<string,RVec<float>*> RVecFloat |
RVec<float> map
| map<string,RVec<int>*> RVecInt |
RVec<int> map
1.8.13