travex
|
#include <map>
#include <string>
#include "TFile.h"
#include "travex/ProgramOptions.h"
#include "travex/HistContainer.h"
Go to the source code of this file.
Classes | |
class | tvx::RootFile |
A basic extention of the ROOT's TFile class to manage a set of user defined histogram containers (or any other ROOT objects if desired) by automatically arranging them in subdirectories. More... | |
Namespaces | |
tvx | |
Typedefs | |
typedef std::map< std::string, HistContainer * > | tvx::HistContainers |