|
Crombie Tools
|
Defines the FileConfigReader class. More...
#include <fstream>#include <iostream>#include <map>#include <set>#include <vector>#include "TColor.h"#include "TString.h"#include "TCut.h"#include "TFile.h"#include "TTree.h"#include "TChain.h"#include "TH1D.h"#include "InOutDirectoryHolder.h"#include "FileInfo.h"#include "PlotHists.h"Go to the source code of this file.
Classes | |
| class | FileConfigReader |
| This class reads a formatted MC Config file. More... | |
Typedefs | |
| using | FileType = FileConfigReader::FileType |
Variables | |
| const std::vector< FileType > | gFileTypes {FileType::kBackground, FileType::kSignal, FileType::kData} |
Defines the FileConfigReader class.
Since the FileConfigReader class is never used alone, the entire class it defined in this header.
Definition in file FileConfigReader.h.
| using FileType = FileConfigReader::FileType |
Definition at line 201 of file FileConfigReader.h.
| const std::vector<FileType> gFileTypes {FileType::kBackground, FileType::kSignal, FileType::kData} |
Definition at line 202 of file FileConfigReader.h.
Referenced by PlotPreparer::AddHist(), ParallelRunner::RunThreads(), and PlotPreparer::ScalePlots().