Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
void | init (const string &input_CEMC, const string &outputFile="event-display/test.json", const string &input_HCALIN="", const string &input_HCALOUT="") |
void | analyze () |
void | finalize (const string &run, const string &event) |
void | init (const string &inputFile="data/LEDTowerBuilder.root") |
void | analyze (UInt_t nevents=0) |
void | finalize (const string &outputFile="output/test.root") |
Variables | |
ofstream | output |
TFile * | finput_CEMC = 0 |
TFile * | finput_HCALIN = 0 |
TFile * | finput_HCALOUT = 0 |
TTree * | tree_CEMC |
TTree * | tree_HCALIN |
TTree * | tree_HCALOUT |
TH2F * | h2ADC_CEMC |
TH2F * | h2ADC_HCALIN |
TH2F * | h2ADC_HCALOUT |
TH1F * | hADC_CEMC |
TH1F * | hADC_HCALIN |
TH1F * | hADC_HCALOUT |
UInt_t | eta_bins = 96 |
Float_t | eta_min = -0.5 |
Float_t | eta_max = 95.5 |
UInt_t | phi_bins = 256 |
Float_t | phi_min = -0.5 |
Float_t | phi_max = 255.5 |
UInt_t | etabin_max = 95 |
UInt_t | phibin_max = 255 |
UInt_t | channels_bins = 24576 |
UInt_t | channels_min = 0 |
UInt_t | channels_max = 24576 |
UInt_t | eta_hcal_bins = 24 |
Float_t | eta_hcal_min = -0.5 |
Float_t | eta_hcal_max = 23.5 |
UInt_t | phi_hcal_bins = 64 |
Float_t | phi_hcal_min = -0.5 |
Float_t | phi_hcal_max = 63.5 |
UInt_t | channels_hcal_bins = 1536 |
UInt_t | channels_hcal_min = 0 |
UInt_t | channels_hcal_max = 1536 |
const float | eta_map [] |
const float | phi_map [] |
UInt_t | ADC_bins = 65 |
Float_t | ADC_min = 0 |
Float_t | ADC_max = 1.3e3 |
TFile * | input |
TTree * | led_tree |
TH1F * | hTime |
TH1F * | hADC |
TH1F * | hadc |
TH1F * | hPed |
TH1F * | hChannels |
TH2F * | h2TimeVsChannel |
TH2F * | h2ADCVsChannel |
TH2F * | h2PedVsChannel |
TH2F * | h2ADCVsTime |
TH2F * | h2PedVsTime |
TH2F * | h2ADCVsPed |
TH2F * | h2TimeVsChannel_scat |
TH2F * | h2ADCVsChannel_scat |
TH2F * | h2PedVsChannel_scat |
TH2F * | h2ADCVsTime_scat |
TH2F * | h2PedVsTime_scat |
TH2F * | h2ADCVsPed_scat |
vector< TH2F * > | h2adcVsTime |
UInt_t | time_bins = 32 |
Float_t | time_min = 0-0.5 |
Float_t | time_max = 32-0.5 |
UInt_t | adc_bins = 1800 |
Float_t | adc_min = 0 |
Float_t | adc_max = 18000 |
UInt_t | ped_bins = 1650 |
Float_t | ped_min = 0 |
Float_t | ped_max = 16500 |
TTree * | data |
TH1F * | hclusterEta |
TH1F * | hclusterPhi |
TH1F * | hclusterE |
TH1F * | hclusterE_2 |
TH1F * | hclusterPt |
TH1F * | hclusterChisq |
TH1F * | hclusterChisq_2 |
TH1F * | hclusterChisq_3 |
TH2F * | h2clusterPhiVsEta |
TH2F * | h2clusterPhiVsEta_2 |
TH2F * | h2clusterPhiVsEta_3 |
TH2F * | h2clusterChisqVsE |
TH2F * | h2clusterChisqVsE_2 |
TH2F * | h2clusterE_CalibVsE |
UInt_t | e_bins = 500 |
Float_t | e_min = 0 |
Float_t | e_max = 5e4 |
UInt_t | pt_bins = 500 |
Float_t | pt_min = 0 |
Float_t | pt_max = 5e4 |
UInt_t | chi2_bins = 500 |
Float_t | chi2_min = 0 |
Float_t | chi2_max = 5e5 |
vector< Float_t > * | clusterPhi = 0 |
vector< Float_t > * | clusterEta = 0 |
vector< Float_t > * | clusterE = 0 |
vector< Float_t > * | clusterPt = 0 |
vector< Float_t > * | clusterChisq = 0 |
void myAnalysis::analyze | ( | UInt_t | nevents = 0 | ) |
Definition at line 117 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 117 of file read-LEDs.C
References INTT::ADC, adc_max, ADC_max, adc_min, ADC_min, channel(), channels_max, TowerInfoDefs::encode_emcal(), KF_timing::etabin, TowerInfoDefs::getCaloTowerEtaBin(), TowerInfoDefs::getCaloTowerPhiBin(), h2ADCVsChannel, h2ADCVsChannel_scat, h2ADCVsPed, h2ADCVsPed_scat, h2ADCVsTime, h2adcVsTime, h2ADCVsTime_scat, h2PedVsChannel, h2PedVsChannel_scat, h2PedVsTime, h2PedVsTime_scat, h2TimeVsChannel, h2TimeVsChannel_scat, hADC, hadc, hChannels, hPed, hTime, i, j, led_tree, Acts::UnitConstants::min, nevents(), ped_max, ped_min, Acts::Test::time, time_bins, time_max, and time_min.
void myAnalysis::analyze | ( | ) |
Definition at line 188 of file event-display.C.
View newest version in sPHENIX GitHub at line 188 of file event-display.C
References INTT::ADC, ADC_max, channel(), channels_max, Acts::UnitConstants::e, TowerInfoDefs::encode_emcal(), TowerInfoDefs::encode_hcal(), eta, eta_map, KF_timing::etabin, etabin_max, finput_CEMC, finput_HCALIN, finput_HCALOUT, TowerInfoDefs::getCaloTowerEtaBin(), TowerInfoDefs::getCaloTowerPhiBin(), h2ADC_CEMC, h2ADC_HCALIN, h2ADC_HCALOUT, hADC_CEMC, hADC_HCALIN, hADC_HCALOUT, j, check_smearing_config::output, ActsTests::PropagationDatasets::phi, phi_map, phibin_max, tree_CEMC, tree_HCALIN, and tree_HCALOUT.
Referenced by event_display(), QA(), and read_LEDs().
void myAnalysis::finalize | ( | const string & | outputFile = "output/test.root" | ) |
Definition at line 220 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 220 of file read-LEDs.C
References h2, h2ADCVsChannel, h2ADCVsChannel_scat, h2ADCVsPed, h2ADCVsPed_scat, h2ADCVsTime, h2adcVsTime, h2ADCVsTime_scat, h2PedVsChannel, h2PedVsChannel_scat, h2PedVsTime, h2PedVsTime_scat, h2TimeVsChannel, h2TimeVsChannel_scat, hADC, hadc, hChannels, hPed, hTime, digitization_config::input, and check_smearing_config::output.
void myAnalysis::finalize | ( | const string & | run, |
const string & | event | ||
) |
Definition at line 338 of file event-display.C.
View newest version in sPHENIX GitHub at line 338 of file event-display.C
References eta_max, eta_min, finput_CEMC, finput_HCALIN, finput_HCALOUT, h2ADC_CEMC, h2ADC_HCALIN, h2ADC_HCALOUT, hADC_CEMC, hADC_HCALIN, hADC_HCALOUT, i, check_smearing_config::output, phi_max, phi_min, and tline.
Referenced by Acts::Python::addDetector(), event_display(), QA(), and read_LEDs().
void myAnalysis::init | ( | const string & | inputFile = "data/LEDTowerBuilder.root" | ) |
Definition at line 78 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 78 of file read-LEDs.C
References adc_bins, ADC_bins, adc_max, ADC_max, adc_min, ADC_min, channels_bins, channels_max, channels_min, h2ADCVsChannel, h2ADCVsChannel_scat, h2ADCVsPed, h2ADCVsPed_scat, h2ADCVsTime, h2adcVsTime, h2ADCVsTime_scat, h2PedVsChannel, h2PedVsChannel_scat, h2PedVsTime, h2PedVsTime_scat, h2TimeVsChannel, h2TimeVsChannel_scat, hADC, hadc, hChannels, hPed, hTime, i, digitization_config::input, led_tree, ped_bins, ped_max, ped_min, time_bins, time_max, time_min, and to_string().
void myAnalysis::init | ( | const string & | input_CEMC, |
const string & | outputFile = "event-display/test.json" , |
||
const string & | input_HCALIN = "" , |
||
const string & | input_HCALOUT = "" |
||
) |
Definition at line 100 of file event-display.C.
View newest version in sPHENIX GitHub at line 100 of file event-display.C
References ADC_bins, ADC_max, ADC_min, eta_bins, eta_hcal_bins, eta_hcal_max, eta_hcal_min, eta_max, eta_min, finput_CEMC, finput_HCALIN, finput_HCALOUT, h2ADC_CEMC, h2ADC_HCALIN, h2ADC_HCALOUT, hADC_CEMC, hADC_HCALIN, hADC_HCALOUT, check_smearing_config::output, phi_bins, phi_hcal_bins, phi_hcal_max, phi_hcal_min, phi_max, phi_min, tree_CEMC, tree_HCALIN, and tree_HCALOUT.
Referenced by Acts::Python::addDetector(), Acts::Python::addDigitization(), Acts::Python::addExaTrkXTrackFinding(), Acts::Python::addExperimentalGeometry(), Acts::Python::addFramework(), Acts::Python::addGenerators(), Acts::Python::addGeometry(), Acts::Python::addJson(), Acts::Python::addMagneticField(), Acts::Python::addMaterial(), Acts::Python::addOutput(), Acts::Python::addPropagation(), Acts::Python::addTrackFinding(), event_display(), G__hcalUtilDict__0_1605(), gzstreambase::gzstreambase(), NNH< BJ, I >::NNBJ::init(), PythiaGun::InitTask(), epemGun::InitTask(), loaderObj::loaderObj(), main(), noiPads::operator()(), PYBIND11_MODULE(), QA(), read_LEDs(), and tile().
UInt_t myAnalysis::adc_bins = 1800 |
Definition at line 65 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 65 of file read-LEDs.C
Referenced by init().
UInt_t myAnalysis::ADC_bins = 65 |
Definition at line 95 of file event-display.C.
View newest version in sPHENIX GitHub at line 95 of file event-display.C
Referenced by init().
Float_t myAnalysis::adc_max = 18000 |
Definition at line 67 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 67 of file read-LEDs.C
Float_t myAnalysis::ADC_max = 1.3e3 |
Definition at line 97 of file event-display.C.
View newest version in sPHENIX GitHub at line 97 of file event-display.C
Float_t myAnalysis::adc_min = 0 |
Definition at line 66 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 66 of file read-LEDs.C
Float_t myAnalysis::ADC_min = 0 |
Definition at line 96 of file event-display.C.
View newest version in sPHENIX GitHub at line 96 of file event-display.C
UInt_t myAnalysis::channels_bins = 24576 |
Definition at line 64 of file event-display.C.
View newest version in sPHENIX GitHub at line 64 of file event-display.C
Referenced by init().
UInt_t myAnalysis::channels_hcal_bins = 1536 |
Definition at line 78 of file event-display.C.
View newest version in sPHENIX GitHub at line 78 of file event-display.C
Referenced by test_hcal().
UInt_t myAnalysis::channels_hcal_max = 1536 |
Definition at line 80 of file event-display.C.
View newest version in sPHENIX GitHub at line 80 of file event-display.C
UInt_t myAnalysis::channels_hcal_min = 0 |
Definition at line 79 of file event-display.C.
View newest version in sPHENIX GitHub at line 79 of file event-display.C
UInt_t myAnalysis::channels_max = 24576 |
Definition at line 66 of file event-display.C.
View newest version in sPHENIX GitHub at line 66 of file event-display.C
UInt_t myAnalysis::channels_min = 0 |
Definition at line 65 of file event-display.C.
View newest version in sPHENIX GitHub at line 65 of file event-display.C
Referenced by init().
UInt_t myAnalysis::chi2_bins = 500 |
Float_t myAnalysis::chi2_max = 5e5 |
Float_t myAnalysis::chi2_min = 0 |
vector<Float_t>* myAnalysis::clusterChisq = 0 |
vector<Float_t>* myAnalysis::clusterE = 0 |
Definition at line 68 of file QA.C.
View newest version in sPHENIX GitHub at line 68 of file QA.C
Referenced by analyzeClusterEtIso().
vector<Float_t>* myAnalysis::clusterEta = 0 |
Definition at line 67 of file QA.C.
View newest version in sPHENIX GitHub at line 67 of file QA.C
Referenced by analyzeClusterEtIso(), PHTrackClusterAssociator::getCluster(), and PHActsTrackProjection::getClusterProperties().
vector<Float_t>* myAnalysis::clusterPhi = 0 |
Definition at line 66 of file QA.C.
View newest version in sPHENIX GitHub at line 66 of file QA.C
Referenced by analyzeClusterEtIso().
vector<Float_t>* myAnalysis::clusterPt = 0 |
Definition at line 69 of file QA.C.
View newest version in sPHENIX GitHub at line 69 of file QA.C
Referenced by analyzeClusterEtIso().
TTree* myAnalysis::data |
UInt_t myAnalysis::e_bins = 500 |
Float_t myAnalysis::e_max = 5e4 |
Float_t myAnalysis::e_min = 0 |
UInt_t myAnalysis::eta_bins = 96 |
Definition at line 53 of file event-display.C.
View newest version in sPHENIX GitHub at line 53 of file event-display.C
Referenced by init(), Jet_reso(), Jet_reso_Iso(), RawClusterDeadHotMask::process_event(), and RawTowerDeadTowerInterp::process_event().
UInt_t myAnalysis::eta_hcal_bins = 24 |
Definition at line 70 of file event-display.C.
View newest version in sPHENIX GitHub at line 70 of file event-display.C
Referenced by init().
Float_t myAnalysis::eta_hcal_max = 23.5 |
Definition at line 72 of file event-display.C.
View newest version in sPHENIX GitHub at line 72 of file event-display.C
Referenced by init().
Float_t myAnalysis::eta_hcal_min = -0.5 |
Definition at line 71 of file event-display.C.
View newest version in sPHENIX GitHub at line 71 of file event-display.C
Referenced by init().
const float myAnalysis::eta_map[] |
Definition at line 82 of file event-display.C.
View newest version in sPHENIX GitHub at line 82 of file event-display.C
Referenced by analyze(), and TrackCaloDist().
Float_t myAnalysis::eta_max = 95.5 |
Definition at line 55 of file event-display.C.
View newest version in sPHENIX GitHub at line 55 of file event-display.C
Referenced by eicsmear_check_calorimeter(), eicsmear_check_tracking(), ExploreTTrees(), finalize(), init(), FastPid_RICH::process_event(), EMCalCalib_TestBeam::process_event_Tower(), TruthJetInput::set_eta_range(), TrackParametrization(), and Hydroinfo_MUSIC::update_grid_info().
Float_t myAnalysis::eta_min = -0.5 |
Definition at line 54 of file event-display.C.
View newest version in sPHENIX GitHub at line 54 of file event-display.C
Referenced by eicsmear_check_calorimeter(), eicsmear_check_tracking(), finalize(), init(), FastPid_RICH::process_event(), TruthJetInput::set_eta_range(), and TrackParametrization().
UInt_t myAnalysis::etabin_max = 95 |
Definition at line 61 of file event-display.C.
View newest version in sPHENIX GitHub at line 61 of file event-display.C
Referenced by analyze().
TFile* myAnalysis::finput_CEMC = 0 |
Definition at line 35 of file event-display.C.
View newest version in sPHENIX GitHub at line 35 of file event-display.C
Referenced by analyze(), finalize(), and init().
TFile* myAnalysis::finput_HCALIN = 0 |
Definition at line 36 of file event-display.C.
View newest version in sPHENIX GitHub at line 36 of file event-display.C
Referenced by analyze(), finalize(), and init().
TFile* myAnalysis::finput_HCALOUT = 0 |
Definition at line 37 of file event-display.C.
View newest version in sPHENIX GitHub at line 37 of file event-display.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADC_CEMC |
Definition at line 43 of file event-display.C.
View newest version in sPHENIX GitHub at line 43 of file event-display.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADC_HCALIN |
Definition at line 44 of file event-display.C.
View newest version in sPHENIX GitHub at line 44 of file event-display.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADC_HCALOUT |
Definition at line 45 of file event-display.C.
View newest version in sPHENIX GitHub at line 45 of file event-display.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADCVsChannel |
Definition at line 41 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 41 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADCVsChannel_scat |
Definition at line 48 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 48 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADCVsPed |
Definition at line 45 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 45 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADCVsPed_scat |
Definition at line 52 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 52 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADCVsTime |
Definition at line 43 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 43 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
vector<TH2F*> myAnalysis::h2adcVsTime |
Definition at line 55 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 55 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2ADCVsTime_scat |
Definition at line 50 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 50 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2clusterChisqVsE |
TH2F* myAnalysis::h2clusterChisqVsE_2 |
TH2F* myAnalysis::h2clusterE_CalibVsE |
TH2F* myAnalysis::h2clusterPhiVsEta |
TH2F* myAnalysis::h2clusterPhiVsEta_2 |
TH2F* myAnalysis::h2clusterPhiVsEta_3 |
TH2F* myAnalysis::h2PedVsChannel |
Definition at line 42 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 42 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2PedVsChannel_scat |
Definition at line 49 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 49 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2PedVsTime |
Definition at line 44 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 44 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2PedVsTime_scat |
Definition at line 51 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 51 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2TimeVsChannel |
Definition at line 40 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 40 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH2F* myAnalysis::h2TimeVsChannel_scat |
Definition at line 47 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 47 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hADC |
Definition at line 34 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 34 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hadc |
Definition at line 35 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 35 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hADC_CEMC |
Definition at line 47 of file event-display.C.
View newest version in sPHENIX GitHub at line 47 of file event-display.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hADC_HCALIN |
Definition at line 48 of file event-display.C.
View newest version in sPHENIX GitHub at line 48 of file event-display.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hADC_HCALOUT |
Definition at line 49 of file event-display.C.
View newest version in sPHENIX GitHub at line 49 of file event-display.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hChannels |
Definition at line 37 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 37 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hclusterChisq |
TH1F* myAnalysis::hclusterChisq_2 |
TH1F* myAnalysis::hclusterChisq_3 |
TH1F* myAnalysis::hclusterE |
TH1F* myAnalysis::hclusterE_2 |
TH1F* myAnalysis::hclusterEta |
TH1F* myAnalysis::hclusterPhi |
TH1F* myAnalysis::hclusterPt |
TH1F* myAnalysis::hPed |
Definition at line 36 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 36 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TH1F* myAnalysis::hTime |
Definition at line 33 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 33 of file read-LEDs.C
Referenced by analyze(), finalize(), and init().
TFile * myAnalysis::input |
Definition at line 29 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 29 of file read-LEDs.C
TTree* myAnalysis::led_tree |
Definition at line 30 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 30 of file read-LEDs.C
ofstream myAnalysis::output |
Definition at line 33 of file event-display.C.
View newest version in sPHENIX GitHub at line 33 of file event-display.C
UInt_t myAnalysis::ped_bins = 1650 |
Definition at line 69 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 69 of file read-LEDs.C
Referenced by init().
Float_t myAnalysis::ped_max = 16500 |
Definition at line 71 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 71 of file read-LEDs.C
Float_t myAnalysis::ped_min = 0 |
Definition at line 70 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 70 of file read-LEDs.C
UInt_t myAnalysis::phi_bins = 256 |
Definition at line 57 of file event-display.C.
View newest version in sPHENIX GitHub at line 57 of file event-display.C
Referenced by init(), readDigitalCurrents::Init(), fillSpaceChargeMaps::Init(), Jet_reso(), Jet_reso_Iso(), RawClusterDeadHotMask::process_event(), and RawTowerDeadTowerInterp::process_event().
UInt_t myAnalysis::phi_hcal_bins = 64 |
Definition at line 74 of file event-display.C.
View newest version in sPHENIX GitHub at line 74 of file event-display.C
Referenced by init().
Float_t myAnalysis::phi_hcal_max = 63.5 |
Definition at line 76 of file event-display.C.
View newest version in sPHENIX GitHub at line 76 of file event-display.C
Referenced by init().
Float_t myAnalysis::phi_hcal_min = -0.5 |
Definition at line 75 of file event-display.C.
View newest version in sPHENIX GitHub at line 75 of file event-display.C
Referenced by init().
const float myAnalysis::phi_map[] |
Definition at line 86 of file event-display.C.
View newest version in sPHENIX GitHub at line 86 of file event-display.C
Referenced by analyze(), and TrackCaloDist().
Float_t myAnalysis::phi_max = 255.5 |
Definition at line 59 of file event-display.C.
View newest version in sPHENIX GitHub at line 59 of file event-display.C
Referenced by TpcSpaceChargeReconstructionHelper::extrapolate_phi1(), TpcSpaceChargeReconstructionHelper::extrapolate_phi2(), finalize(), init(), and EMCalCalib_TestBeam::process_event_Tower().
Float_t myAnalysis::phi_min = -0.5 |
Definition at line 58 of file event-display.C.
View newest version in sPHENIX GitHub at line 58 of file event-display.C
Referenced by PHG4SpacalDetector::AddCellGeometryNode(), TpcSpaceChargeReconstructionHelper::extrapolate_phi1(), TpcSpaceChargeReconstructionHelper::extrapolate_phi2(), finalize(), init(), and PHG4FullProjSpacalCellReco::InitRun().
UInt_t myAnalysis::phibin_max = 255 |
Definition at line 62 of file event-display.C.
View newest version in sPHENIX GitHub at line 62 of file event-display.C
Referenced by analyze(), TpcSpaceChargeReconstructionHelper::extrapolate_phi1(), and TpcSpaceChargeReconstructionHelper::extrapolate_phi2().
UInt_t myAnalysis::pt_bins = 500 |
Float_t myAnalysis::pt_max = 5e4 |
Definition at line 60 of file QA.C.
View newest version in sPHENIX GitHub at line 60 of file QA.C
Referenced by CrossSection2zg(), CrossSection2zg_HistogramMaker(), and JetSpectra().
Float_t myAnalysis::pt_min = 0 |
Definition at line 59 of file QA.C.
View newest version in sPHENIX GitHub at line 59 of file QA.C
Referenced by JetSpectra().
UInt_t myAnalysis::time_bins = 32 |
Definition at line 57 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 57 of file read-LEDs.C
Float_t myAnalysis::time_max = 32-0.5 |
Definition at line 59 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 59 of file read-LEDs.C
Float_t myAnalysis::time_min = 0-0.5 |
Definition at line 58 of file read-LEDs.C.
View newest version in sPHENIX GitHub at line 58 of file read-LEDs.C
TTree* myAnalysis::tree_CEMC |
Definition at line 39 of file event-display.C.
View newest version in sPHENIX GitHub at line 39 of file event-display.C
TTree* myAnalysis::tree_HCALIN |
Definition at line 40 of file event-display.C.
View newest version in sPHENIX GitHub at line 40 of file event-display.C
TTree* myAnalysis::tree_HCALOUT |
Definition at line 41 of file event-display.C.
View newest version in sPHENIX GitHub at line 41 of file event-display.C