ROOT  6.06/09
Reference Guide
Functions | Variables
RooMappedCategory.cxx File Reference
#include <cstdio>
#include <memory>
#include <cstdlib>
#include "RooFit.h"
#include "Riostream.h"
#include "TString.h"
#include "RooMappedCategory.h"
#include "RooStreamParser.h"
#include "RooMsgService.h"
#include "TBuffer.h"
#include "RooAbsCache.h"
+ Include dependency graph for RooMappedCategory.cxx:

Go to the source code of this file.

Functions

 ClassImp (RooMappedCategory) ClassImp(RooMappedCategory
 
 RooMappedCategoryCache (const RooAbsCache &other, RooAbsArg *owner=0)
 
const RooCatTypelookup (Int_t idx) const
 
virtual void wireCache ()
 
virtual Bool_t redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t)
 
void initialise ()
 

Variables

std::map< Int_t, const RooCatType * > _map
 

Function Documentation

ClassImp ( RooMappedCategory  )

Definition at line 40 of file RooMappedCategory.cxx.

void initialise ( )
private
const RooCatType* lookup ( Int_t  idx) const

Definition at line 52 of file RooMappedCategory.cxx.

Referenced by TSystem::CompileMacro(), and PyROOT::CreateScopeProxy().

virtual Bool_t redirectServersHook ( const RooAbsCollection ,
Bool_t  ,
Bool_t  ,
Bool_t   
)
virtual

Definition at line 58 of file RooMappedCategory.cxx.

RooMappedCategoryCache ( const RooAbsCache other,
RooAbsArg owner = 0 
)

Definition at line 47 of file RooMappedCategory.cxx.

Referenced by ClassImp().

virtual void wireCache ( )
virtual

Definition at line 55 of file RooMappedCategory.cxx.

Variable Documentation

std::map<Int_t, const RooCatType*> _map
mutable