ROOT 6.10/09 Reference Guide |
Definition at line 461 of file RooVectorDataStore.h.
Public Member Functions | |
CatVector (UInt_t initialCapacity=(VECTOR_BUFFER_SIZE/sizeof(RooCatType))) | |
CatVector (RooAbsCategory *cat, UInt_t initialCapacity=(VECTOR_BUFFER_SIZE/sizeof(RooCatType))) | |
CatVector (const CatVector &other, RooAbsCategory *cat=0) | |
virtual | ~CatVector () |
const RooAbsCategory * | bufArg () const |
void | fill () |
void | get (Int_t idx) const |
void | getNative (Int_t idx) const |
CatVector & | operator= (const CatVector &other) |
void | reserve (Int_t siz) |
void | reset () |
void | resize (Int_t siz) |
void | setBufArg (RooAbsCategory *arg) |
void | setBuffer (RooCatType *newBuf) |
void | setNativeBuffer (RooCatType *newBuf=0) |
Int_t | size () const |
void | write (Int_t i) |
Private Attributes | |
RooCatType * | _buf |
RooAbsCategory * | _cat |
RooCatType * | _nativeBuf |
std::vector< RooCatType > | _vec |
RooCatType * | _vec0 |
Friends | |
class | RooVectorDataStore |
#include <RooVectorDataStore.h>
|
inline |
Definition at line 463 of file RooVectorDataStore.h.
|
inline |
Definition at line 469 of file RooVectorDataStore.h.
|
inlinevirtual |
Definition at line 475 of file RooVectorDataStore.h.
|
inline |
Definition at line 478 of file RooVectorDataStore.h.
|
inline |
Definition at line 553 of file RooVectorDataStore.h.
|
inline |
Definition at line 510 of file RooVectorDataStore.h.
Definition at line 523 of file RooVectorDataStore.h.
Definition at line 526 of file RooVectorDataStore.h.
Definition at line 484 of file RooVectorDataStore.h.
Definition at line 547 of file RooVectorDataStore.h.
|
inline |
Definition at line 517 of file RooVectorDataStore.h.
Definition at line 531 of file RooVectorDataStore.h.
|
inline |
Definition at line 552 of file RooVectorDataStore.h.
|
inline |
Definition at line 501 of file RooVectorDataStore.h.
|
inline |
Definition at line 506 of file RooVectorDataStore.h.
|
inline |
Definition at line 529 of file RooVectorDataStore.h.
Definition at line 514 of file RooVectorDataStore.h.
|
friend |
Definition at line 556 of file RooVectorDataStore.h.
|
private |
Definition at line 558 of file RooVectorDataStore.h.
|
private |
Definition at line 557 of file RooVectorDataStore.h.
|
private |
Definition at line 559 of file RooVectorDataStore.h.
|
private |
Definition at line 560 of file RooVectorDataStore.h.
|
private |
Definition at line 561 of file RooVectorDataStore.h.