
| virtual | ~RealVector() |
| const RooAbsReal* | bufArg() const |
| static TClass* | Class() |
| void | fill() |
| void | get(Int_t idx) const |
| void | getNative(Int_t idx) const |
| virtual TClass* | IsA() const |
| Bool_t | needRecalc() |
| RooVectorDataStore::RealVector& | operator=(const RooVectorDataStore::RealVector& other) |
| RooVectorDataStore::RealVector | RealVector(UInt_t initialCapacity = 100) |
| RooVectorDataStore::RealVector | RealVector(RooAbsReal* arg, UInt_t initialCapacity = 100) |
| RooVectorDataStore::RealVector | RealVector(const RooVectorDataStore::RealVector& other, RooAbsReal* real = 0) |
| void | reset() |
| void | resize(Int_t siz) |
| void | setBufArg(RooAbsReal* arg) |
| void | setBuffer(RooAbsReal* real, Double_t* newBuf) |
| void | setDependents(const RooArgSet& deps) |
| void | setNativeBuffer(Double_t* newBuf = 0) |
| virtual void | ShowMembers(TMemberInspector& insp) |
| Int_t | size() const |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| void | write(Int_t i) |
| vector<Double_t> | _vec |
| Double_t* | _buf | ! |
| Double_t* | _nativeBuf | ! |
| RooAbsReal* | _nativeReal | |
| RooAbsReal* | _real | |
| RooChangeTracker* | _tracker | |
| Double_t* | _vec0 | ! |

cout << "write(" << this << ") [" << i << "] nativeReal = " << _nativeReal << " = " << _nativeReal->GetName() << " real = " << _real << " buf = " << _buf << " value = " << *_buf << " native getVal() = " << _nativeReal->getVal() << " getVal() = " << _real->getVal() << endl ;