travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
HistContainer.h File Reference
#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