-
- Downloads
RooAbsPdf:
- add interface for querying built-in generator capabilities, similar to the analytic integral interface: getGenerator() & generateEvent() - rename tryIntegral() methods to matchArgs()/matchArgsByName() and fix problem with >1 proxy name in TList version (now matchArgsByName()) - move attatchDataSet() method into RooAbsArg and change RooDataSet* arg to RooDataSet& - make RooAcceptReject a friend so it can use recursiveRedirectServers() RooArgSet: - add a method remove(const RooArgSet&) that calls remove(const RooAbsArg&) - add removeAll() method - add replace(const RooArgSet&) method RooAcceptReject: - implementation of general-purpose accept-reject generator, used by RooGenContext RooAbsRealLValue,RooAbsCategoryLValue: - add non-virtual randomize() method for toy MC RooAbsArg: - add printout of our memory address in verbose printToStream() for x-referencing with client/server addresses of other AbsArgs. RooRealIntegral: - augment verbose printToStream() output RooAbsCategory: - add protected getOrdinal() method RooAbsCategoryLValue: - add protected setOrdinal() method git-svn-id: http://root.cern.ch/svn/root/trunk@2345 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- roofitcore/RooFitContext.cc 2 additions, 2 deletionsroofitcore/RooFitContext.cc
- roofitcore/inc/RooAbsArg.h 4 additions, 1 deletionroofitcore/inc/RooAbsArg.h
- roofitcore/inc/RooAbsCategory.h 2 additions, 1 deletionroofitcore/inc/RooAbsCategory.h
- roofitcore/inc/RooAbsCategoryLValue.h 3 additions, 1 deletionroofitcore/inc/RooAbsCategoryLValue.h
- roofitcore/inc/RooAbsPdf.h 20 additions, 14 deletionsroofitcore/inc/RooAbsPdf.h
- roofitcore/inc/RooAbsRealLValue.h 2 additions, 1 deletionroofitcore/inc/RooAbsRealLValue.h
- roofitcore/inc/RooAcceptReject.h 51 additions, 0 deletionsroofitcore/inc/RooAcceptReject.h
- roofitcore/inc/RooArgSet.h 4 additions, 1 deletionroofitcore/inc/RooArgSet.h
- roofitcore/inc/RooGenContext.h 8 additions, 3 deletionsroofitcore/inc/RooGenContext.h
- roofitcore/src/RooAbsArg.cxx 10 additions, 2 deletionsroofitcore/src/RooAbsArg.cxx
- roofitcore/src/RooAbsCategory.cxx 6 additions, 1 deletionroofitcore/src/RooAbsCategory.cxx
- roofitcore/src/RooAbsCategoryLValue.cxx 19 additions, 7 deletionsroofitcore/src/RooAbsCategoryLValue.cxx
- roofitcore/src/RooAbsPdf.cxx 51 additions, 50 deletionsroofitcore/src/RooAbsPdf.cxx
- roofitcore/src/RooAbsRealLValue.cxx 14 additions, 1 deletionroofitcore/src/RooAbsRealLValue.cxx
- roofitcore/src/RooAcceptReject.cxx 212 additions, 0 deletionsroofitcore/src/RooAcceptReject.cxx
- roofitcore/src/RooArgSet.cxx 59 additions, 4 deletionsroofitcore/src/RooArgSet.cxx
- roofitcore/src/RooGenContext.cxx 112 additions, 34 deletionsroofitcore/src/RooGenContext.cxx
- roofitcore/src/RooRealIntegral.cxx 16 additions, 3 deletionsroofitcore/src/RooRealIntegral.cxx
Loading
Please register or sign in to comment