TIMBER  beta
Tree Interface for Making Binned Events with RDataFrame
Public Attributes | List of all members
Collection Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ Bool

map<string,bool*> Bool

bool map

◆ Int

map<string,int*> Int

integer map

◆ RVecFloat

map<string,RVec<float>*> RVecFloat

RVec<float> map

◆ RVecInt

map<string,RVec<int>*> RVecInt

RVec<int> map


The documentation for this struct was generated from the following file: