Analysis Software
Documentation for sPHENIX simulation software
|
#include <string>
#include <vector>
#include <iostream>
#include <TH2F.h>
#include <TFile.h>
#include <TTree.h>
Go to the source code of this file.
Namespaces | |
namespace | myAnalysis |
Functions | |
void | myAnalysis::init (const string &inputFile="data/LEDTowerBuilder.root") |
void | myAnalysis::analyze (UInt_t nevents=0) |
void | myAnalysis::finalize (const string &outputFile="output/test.root") |
void | QA (const string &inputFile, const string &outputFile="test.root", UInt_t nevents=0) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 220 of file QA.C.
View newest version in sPHENIX GitHub at line 220 of file QA.C
References physmon_vertexing::events, digitization_config::input, check_smearing_config::output, and QA().
void QA | ( | const string & | inputFile, |
const string & | outputFile = "test.root" , |
||
UInt_t | nevents = 0 |
||
) |
Definition at line 210 of file QA.C.
View newest version in sPHENIX GitHub at line 210 of file QA.C
References myAnalysis::analyze(), myAnalysis::finalize(), and myAnalysis::init().
Referenced by main().