#include "RooFit.h"
#include "Riostream.h"
#include <math.h>
#include <vector>
#include <utility>
#include <memory>
#include "RooProduct.h"
#include "RooNameReg.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include "RooErrorHandler.h"
#include "RooMsgService.h"
Go to the source code of this file.
Classes | |
class | RooProduct::ProdMap |
Typedefs | |
typedef RooProduct::ProdMap::iterator | RPPMIter |
Functions | |
ClassImp (RooProduct) | |
std::pair< RPPMIter, RPPMIter > | findOverlap2nd (RPPMIter i, RPPMIter end) |
void | dump_map (ostream &os, RPPMIter i, RPPMIter end) |
std::pair< RPPMIter, RPPMIter > | findOverlap2nd (RPPMIter i, RPPMIter end) |
void | dump_map (ostream &os, RPPMIter i, RPPMIter end) |
typedef RooProduct::ProdMap::iterator RPPMIter [static] |
Definition at line 53 of file RooProduct.cxx.
ClassImp | ( | RooProduct | ) |
Referenced by RooProduct::getPartIntList().
Referenced by RooProduct::groupProductTerms().