Analysis Software
Documentation for sPHENIX simulation software
|
#include <calobase/TowerInfoDefs.h>
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <TH2F.h>
#include <TFile.h>
#include <TTree.h>
#include <TLine.h>
#include <TCanvas.h>
Go to the source code of this file.
Namespaces | |
namespace | myAnalysis |
Functions | |
void | myAnalysis::init (const string &input_CEMC, const string &outputFile="event-display/test.json", const string &input_HCALIN="", const string &input_HCALOUT="") |
void | myAnalysis::analyze () |
void | myAnalysis::finalize (const string &run, const string &event) |
void | test_hcal () |
void | event_display (const string &run, const string &event, const string &input_CEMC, const string &outputFile="event-display/test.json", const string &input_HCALIN="", const string &input_HCALOUT="") |
int | main (int argc, char *argv[]) |
void event_display | ( | const string & | run, |
const string & | event, | ||
const string & | input_CEMC, | ||
const string & | outputFile = "event-display/test.json" , |
||
const string & | input_HCALIN = "" , |
||
const string & | input_HCALOUT = "" |
||
) |
Definition at line 458 of file event-display.C.
View newest version in sPHENIX GitHub at line 458 of file event-display.C
References myAnalysis::analyze(), myAnalysis::finalize(), and myAnalysis::init().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 470 of file event-display.C.
View newest version in sPHENIX GitHub at line 470 of file event-display.C
References event, event_display(), check_smearing_config::output, and utils::run.
void test_hcal | ( | ) |
Definition at line 442 of file event-display.C.
View newest version in sPHENIX GitHub at line 442 of file event-display.C
References channel(), myAnalysis::channels_hcal_bins, TowerInfoDefs::encode_hcal(), KF_timing::etabin, TowerInfoDefs::getCaloTowerEtaBin(), and TowerInfoDefs::getCaloTowerPhiBin().