Analysis Software
Documentation for sPHENIX simulation software
|
#include <TFile.h>
#include <TTree.h>
#include <TString.h>
#include <TChain.h>
Go to the source code of this file.
Functions | |
TChain * | handleFile (string name, string extension, string treename, int filecount) |
void | makeFactory (TTree *signalTree, TTree *backTree, std::string outfile, std::string factoryname, TTree *bgTree2=NULL) |
int | train () |
TChain* handleFile | ( | string | name, |
string | extension, | ||
string | treename, | ||
int | filecount | ||
) |
void makeFactory | ( | TTree * | signalTree, |
TTree * | backTree, | ||
std::string | outfile, | ||
std::string | factoryname, | ||
TTree * | bgTree2 = NULL |
||
) |
int train | ( | ) |
Definition at line 90 of file train.C.
View newest version in sPHENIX GitHub at line 90 of file train.C
References handleFile(), and makeFactory().