![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <string>#include <vector>#include <iostream>#include <TH2F.h>#include <TFile.h>#include <TTree.h>
Include dependency graph for QA.C: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function: