45 class RooProduct::ProdMap :
public std::vector<std::pair<RooArgSet*,RooArgList*> > {} ;
49 typedef RooProduct::ProdMap::iterator RPPMIter ;
50 std::pair<RPPMIter,RPPMIter> findOverlap2nd(RPPMIter i, RPPMIter end) ;
51 void dump_map(ostream& os, RPPMIter i, RPPMIter end) ;
81 _compRSet(
"!compRSet",
"Set of real product components",this),
82 _compCSet(
"!compCSet",
"Set of category product components",this),
88 if (dynamic_cast<RooAbsReal*>(comp)) {
90 }
else if (dynamic_cast<RooAbsCategory*>(comp)) {
94 <<
" is not of type RooAbsReal or RooAbsCategory" << endl ;
143 ProdMap* map =
new ProdMap ;
154 map->push_back( std::make_pair(
new RooArgSet(),indep) );
169 map->push_back( std::make_pair(vars,comps) );
175 std::pair<ProdMap::iterator,ProdMap::iterator> i = findOverlap2nd(map->begin(),map->end());
176 overlap = (i.first!=i.second);
178 i.first->first->add(*i.second->first);
181 RooFIter it = i.second->second->fwdIterator() ;
183 while ((targ = it.
next())) {
184 if (!i.first->second->find(*targ)) {
185 i.first->second->add(*targ) ;
190 delete i.second->first;
191 delete i.second->second;
192 map->erase(i.second);
198 int nVar=0;
int nFunc=0;
199 for (ProdMap::iterator i = map->begin();i!=map->end();++i) {
200 nVar+=i->first->getSize();
201 nFunc+=i->second->getSize();
203 assert(nVar==allVars.
getSize());
219 Int_t sterileIndex(-1);
237 for (ProdMap::iterator iter = map->begin() ; iter != map->end() ; ++iter) {
239 delete iter->second ;
247 for (ProdMap::const_iterator i = map->begin();i!=map->end();++i) {
249 if (i->second->getSize()>1) {
255 assert(i->second->getSize()==1);
256 RooFIter j = i->second->fwdIterator();
260 if (i->first->getSize()==0) {
273 cxcoutD(
Integration) <<
"RooProduct::getPartIntList(" <<
GetName() <<
") created list " << cache->_prodList <<
" with code " << code+1 << endl
274 <<
" for iset=" << *iset <<
" @" << iset <<
" range: " << (isetRange?isetRange:
"<none>") << endl ;
276 for (ProdMap::iterator iter = map->begin() ; iter != map->end() ; ++iter) {
278 delete iter->second ;
290 const char* rangeName)
const 298 analVars.
add(allVars) ;
346 static TString pname;
352 if (first) { first=
kFALSE;}
353 else pname.Append(
"_X_");
372 prod *= rcomp->
getVal(nset) ;
469 while ((parg=piter.
next())) {
472 trackNodes.
add(*parg) ;
494 if (!first) { os <<
" * " ; }
else { first =
kFALSE ; }
501 if (!first) { os <<
" * " ; }
else { first =
kFALSE ; }
514 std::pair<RPPMIter,RPPMIter> findOverlap2nd(RPPMIter i, RPPMIter end)
517 for (; i!=end; ++i)
for ( RPPMIter j(i+1); j!=end; ++j) {
518 if (i->second->overlaps(*j->second)) {
519 return std::make_pair(i,j);
522 return std::make_pair(end,end);
526 void dump_map(ostream& os, RPPMIter i, RPPMIter end)
532 if (first) { first=
kFALSE; }
533 else { os <<
" , " ; }
534 os << *(i->first) <<
" -> " << *(i->second) ;
virtual const char * GetName() const
Returns name of object.
virtual std::list< Double_t > * plotSamplingHint(RooAbsRealLValue &, Double_t, Double_t) const
Forward the plot sampling hint from the p.d.f. that defines the observable obs.
virtual ~CacheElem()
Destructor.
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
virtual Bool_t add(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling add() for each element in the source coll...
Bool_t dependsOn(const RooAbsCollection &serverList, const RooAbsArg *ignoreArg=0, Bool_t valueOnly=kFALSE) const
Test whether we depend on (ie, are served by) any object in the specified collection.
virtual std::list< Double_t > * binBoundaries(RooAbsRealLValue &, Double_t, Double_t) const
Forward the plot sampling hint from the p.d.f. that defines the observable obs.
virtual Bool_t addOwned(RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
Double_t getVal(const RooArgSet *set=0) const
const char * makeFPName(const char *pfx, const RooArgSet &terms) const
Construct automatic name for internal product terms.
virtual std::list< Double_t > * binBoundaries(RooAbsRealLValue &, Double_t, Double_t) const
virtual RooArgList containedArgs(Action)
Return list of all RooAbsArgs in cache element.
ProdMap * groupProductTerms(const RooArgSet &) const
Group observables into subsets in which the product factorizes and that can thus be integrated separa...
Int_t getPartIntList(const RooArgSet *iset, const char *rangeName=0) const
Return list of (partial) integrals whose product defines the integral of this RooProduct over the obs...
T * getObjByIndex(Int_t index) const
virtual Int_t getIndex() const
Return index number of current state.
virtual Bool_t forceAnalyticalInt(const RooAbsArg &dep) const
Force internal handling of integration of given observable if any of the product terms depend on it...
Double_t evaluate() const
Evaluate product of input functions.
T * getObj(const RooArgSet *nset, Int_t *sterileIndex=0, const TNamed *isetRangeName=0)
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::add()
const RooArgSet * nset() const
RooAbsReal * createIntegral(const RooArgSet &iset, const RooCmdArg &arg1, const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none(), const RooCmdArg &arg7=RooCmdArg::none(), const RooCmdArg &arg8=RooCmdArg::none()) const
Create an object that represents the integral of the function over one or more observables listed in ...
RooAbsArg * first() const
static const TNamed * ptr(const char *stringPtr)
Return a unique TNamed pointer for given C++ string.
virtual Bool_t isBinnedDistribution(const RooArgSet &obs) const
RooAbsCacheElement is the abstract base class for objects to be stored in RooAbsCache cache manager o...
RooProduct()
Default constructor.
virtual ~RooProduct()
Destructor.
RooProduct a RooAbsReal implementation that represent the product of a given set of other RooAbsReal ...
virtual Bool_t isBinnedDistribution(const RooArgSet &) const
const RooNameSet * nameSet2ByIndex(Int_t index) const
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooFIter fwdIterator() const
RooArgSet * getParameters(const RooAbsData *data, Bool_t stripDisconnected=kTRUE) const
Create a list of leaf nodes in the arg tree starting with ourself as top node that don't match any of...
RooArgSet * select(const RooArgSet &list) const
Construct a RooArgSet of objects in input 'list' whose names match to those in the internal name list...
virtual std::list< Double_t > * plotSamplingHint(RooAbsRealLValue &, Double_t, Double_t) const
Double_t calculate(const RooArgList &partIntList) const
Calculate and return product of partial terms in partIntList.
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
virtual Bool_t isDerived() const
void printMetaArgs(std::ostream &os) const
Customized printing of arguments of a RooProduct to more intuitively reflect the contents of the prod...
RooAbsCategory is the common abstract base class for objects that represent a discrete value with a f...
virtual Int_t getAnalyticalIntegralWN(RooArgSet &allVars, RooArgSet &analVars, const RooArgSet *normSet, const char *rangeName=0) const
Declare that we handle all integrations internally.
RooObjCacheManager _cacheMgr
virtual Double_t analyticalIntegral(Int_t code, const char *rangeName=0) const
Calculate integral internally from appropriate partial integral cache.
Int_t setObj(const RooArgSet *nset, T *obj, const TNamed *isetRangeName=0)
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
virtual void setCacheAndTrackHints(RooArgSet &)
Label OK'ed components of a RooProduct with cache-and-track.
virtual CacheMode canNodeBeCached() const