#include "TObject.h"
#include "TString.h"
#include "RooAbsArg.h"
#include "RooPrintable.h"
#include "RooCmdArg.h"
#include "RooLinkedListIter.h"
#include "RooFit/UniqueId.h"
#include "ROOT/RRangeCast.hxx"
#include "ROOT/RSpan.hxx"
#include <string>
#include <unordered_map>
#include <vector>
#include <type_traits>
#include <memory>
Classes | |
struct | RooAbsCollection::RooAbsArgPtrOrDouble |
class | RooAbsCollection |
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects. More... | |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::Detail |
Functions | |
template<typename T , typename Range_t > | |
ROOT::RRangeCast< T, true, Range_t > | dynamic_range_cast (Range_t &&coll) |
template<typename T , typename Range_t > | |
ROOT::RRangeCast< T, false, Range_t > | static_range_cast (Range_t &&coll) |
ROOT::RRangeCast< T, true, Range_t > dynamic_range_cast | ( | Range_t && | coll | ) |
Definition at line 51 of file RooAbsCollection.h.
ROOT::RRangeCast< T, false, Range_t > static_range_cast | ( | Range_t && | coll | ) |
Definition at line 43 of file RooAbsCollection.h.