12 #ifndef ROOT_TOutputListSelectorDataMap 13 #define ROOT_TOutputListSelectorDataMap TOutputListSelectorDataMap(TSelector *sel=0)
Create a mapper between output list items and TSelector data members.
virtual ~TOutputListSelectorDataMap()
Bool_t Merge(TObject *obj)
Merge another TOutputListSelectorDataMap object, check consistency.
TCollection * GetMap() const
Bool_t Init(TSelector *sel)
Initialize the data member <-> output list mapping from a selector.
static TOutputListSelectorDataMap * FindInList(TCollection *coll)
Find a TOutputListSelectorDataMap in a collection.
#define ClassDef(name, id)
Bool_t SetDataMembers(TSelector *sel) const
Given an output list, set the data members of a TSelector.
const char * GetName() const
Return static name for TOutputListSelectorDataMap objects.
Collection abstract base class.
Set the selector's data members to the corresponding elements of the output list. ...
Mother of all ROOT objects.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...