Crombie Tools
FileConfigReader.h File Reference

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< FileTypegFileTypes {FileType::kBackground, FileType::kSignal, FileType::kData}
 

Detailed Description

Defines the FileConfigReader class.

Since the FileConfigReader class is never used alone, the entire class it defined in this header.

Author
Daniel Abercrombie daber.nosp@m.cro@.nosp@m.mit.e.nosp@m.du

Definition in file FileConfigReader.h.

Typedef Documentation

§ FileType

Definition at line 201 of file FileConfigReader.h.

Variable Documentation

§ gFileTypes

const std::vector<FileType> gFileTypes {FileType::kBackground, FileType::kSignal, FileType::kData}