travex
|
#include <map>
#include <memory>
#include <string>
#include "TH1.h"
#include "TDirectoryFile.h"
Go to the source code of this file.
Classes | |
class | tvx::HistContainer |
A light container to hold and manipulate user histograms. More... | |
Namespaces | |
tvx | |
Typedefs | |
typedef std::map< std::string, std::unique_ptr< TH1 > > | tvx::HistMap |