Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RooFit::Detail::DataKey Class Reference

Definition at line 48 of file EvalContext.h.

Public Member Functions

 DataKey (RooAbsArg const *arg)
template<class T>
 DataKey (RooTemplateProxy< T > const &proxy)
 DataKey (TNamed const *arg)
TObject const & operator* () const
TObject const * operator-> () const

Private Attributes

TObject const * _ptr

Friends

bool operator!= (const DataKey &k1, const DataKey &k2)
bool operator< (const DataKey &k1, const DataKey &k2)
bool operator== (const DataKey &k1, const DataKey &k2)

#include <RooFit/EvalContext.h>

Constructor & Destructor Documentation

◆ DataKey() [1/3]

RooFit::Detail::DataKey::DataKey ( RooAbsArg const * arg)
inline

Definition at line 50 of file EvalContext.h.

◆ DataKey() [2/3]

RooFit::Detail::DataKey::DataKey ( TNamed const * arg)
inline

Definition at line 51 of file EvalContext.h.

◆ DataKey() [3/3]

template<class T>
RooFit::Detail::DataKey::DataKey ( RooTemplateProxy< T > const & proxy)
inline

Definition at line 53 of file EvalContext.h.

Member Function Documentation

◆ operator*()

TObject const & RooFit::Detail::DataKey::operator* ( ) const
inline

Definition at line 63 of file EvalContext.h.

◆ operator->()

TObject const * RooFit::Detail::DataKey::operator-> ( ) const
inline

Definition at line 64 of file EvalContext.h.

◆ operator!=

bool operator!= ( const DataKey & k1,
const DataKey & k2 )
friend

Definition at line 59 of file EvalContext.h.

◆ operator<

bool operator< ( const DataKey & k1,
const DataKey & k2 )
friend

Definition at line 60 of file EvalContext.h.

◆ operator==

bool operator== ( const DataKey & k1,
const DataKey & k2 )
friend

Definition at line 58 of file EvalContext.h.

Member Data Documentation

◆ _ptr

TObject const* RooFit::Detail::DataKey::_ptr
private

Definition at line 67 of file EvalContext.h.


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