Pottu
Classes | Namespaces | Functions
ObjectTree.hpp File Reference
#include "Histogram1D.hpp"
#include "Histogram2D.hpp"
#include "binners.hpp"
#include "OTObject.hpp"
#include <sys/stat.h>
#include <sys/types.h>
#include <stdexcept>
#include <memory>
#include <set>
#include <string>
#include <cstring>
Include dependency graph for ObjectTree.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pottu::ObjectTree
 Class holding tree of histograms and subtrees. More...
 

Namespaces

 pottu
 

Functions

static bool pottu::operator< (const std::unique_ptr< OTObject > &o1, const std::unique_ptr< OTObject > &o2)
 
static bool pottu::operator< (const std::string &name, const std::unique_ptr< OTObject > &oto)
 
static bool pottu::operator< (const std::unique_ptr< OTObject > &oto, const std::string &name)
 

Detailed Description

This file implements ObjectTree if using legacy histogramming.