Analysis Software
Documentation for sPHENIX simulation software
|
#include <iostream>
#include "TFile.h"
#include "TTree.h"
#include "TChain.h"
#include "TLegend.h"
#include "math.h"
#include "TH1.h"
#include "TH2.h"
#include "TEfficiency.h"
#include "TLine.h"
#include "TGraphAsymmErrors.h"
Go to the source code of this file.
Functions | |
TChain * | handleFile (string name, string extension, string treename, unsigned int filecount) |
void | makeMaps (TChain *ttree, TFile *out_file) |
void | makeDists (TChain *vtxTree, TChain *mainTree, TFile *outf) |
void | mapper () |
TChain* handleFile | ( | string | name, |
string | extension, | ||
string | treename, | ||
unsigned int | filecount | ||
) |
void makeDists | ( | TChain * | vtxTree, |
TChain * | mainTree, | ||
TFile * | outf | ||
) |
void makeMaps | ( | TChain * | ttree, |
TFile * | out_file | ||
) |
void mapper | ( | ) |
Definition at line 83 of file mapper.C.
View newest version in sPHENIX GitHub at line 83 of file mapper.C
References handleFile(), and makeMaps().
Referenced by Acts::IntegrationTest::atlasBField().