DESY Hbb Analysis Framework
Classes | Namespaces | Typedefs
Config.h File Reference
#include <memory>
#include <vector>
#include <string>
#include "boost/program_options.hpp"
#include "Analysis/Tools/interface/Analysis.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"

Go to the source code of this file.

Classes

class  analysis::tools::Config
 
struct  analysis::tools::Options
 

Namespaces

 analysis
 
 analysis::tools
 

Typedefs

using TH1s = std::map< std::string, TH1F * >
 
using TH2s = std::map< std::string, TH2F * >
 

Typedef Documentation

using TH1s = std::map<std::string, TH1F*>

Definition at line 37 of file Config.h.

using TH2s = std::map<std::string, TH2F*>

Definition at line 38 of file Config.h.