Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
myAnalysis Namespace Reference

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
 

Function Documentation

void myAnalysis::analyze ( UInt_t  nevents = 0)
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void myAnalysis::finalize ( const string &  outputFile = "output/test.root")
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().

+ Here is the caller graph for this function:

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().

+ Here is the call graph for this function:

void myAnalysis::init ( const string &  input_CEMC,
const string &  outputFile = "event-display/test.json",
const string &  input_HCALIN = "",
const string &  input_HCALOUT = "" 
)

Variable Documentation

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Definition at line 62 of file QA.C.

View newest version in sPHENIX GitHub at line 62 of file QA.C

Float_t myAnalysis::chi2_max = 5e5

Definition at line 64 of file QA.C.

View newest version in sPHENIX GitHub at line 64 of file QA.C

Float_t myAnalysis::chi2_min = 0

Definition at line 63 of file QA.C.

View newest version in sPHENIX GitHub at line 63 of file QA.C

vector<Float_t>* myAnalysis::clusterChisq = 0

Definition at line 70 of file QA.C.

View newest version in sPHENIX GitHub at line 70 of file QA.C

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

Definition at line 26 of file QA.C.

View newest version in sPHENIX GitHub at line 26 of file QA.C

UInt_t myAnalysis::e_bins = 500

Definition at line 54 of file QA.C.

View newest version in sPHENIX GitHub at line 54 of file QA.C

Float_t myAnalysis::e_max = 5e4

Definition at line 56 of file QA.C.

View newest version in sPHENIX GitHub at line 56 of file QA.C

Float_t myAnalysis::e_min = 0

Definition at line 55 of file QA.C.

View newest version in sPHENIX GitHub at line 55 of file QA.C

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[]
Initial value:
= {-1.05417, -0.9625, -0.870833,-0.779167,-0.6875, -0.595833,-0.504167,-0.4125,
-0.320833,-0.229167,-0.1375, -0.0458333,0.0458333,0.1375, 0.229167, 0.320833,
0.4125, 0.504167, 0.595833, 0.6875, 0.779167, 0.870833, 0.9625, 1.05417}

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_min = -0.5
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

Definition at line 42 of file QA.C.

View newest version in sPHENIX GitHub at line 42 of file QA.C

TH2F* myAnalysis::h2clusterChisqVsE_2

Definition at line 43 of file QA.C.

View newest version in sPHENIX GitHub at line 43 of file QA.C

TH2F* myAnalysis::h2clusterE_CalibVsE

Definition at line 44 of file QA.C.

View newest version in sPHENIX GitHub at line 44 of file QA.C

TH2F* myAnalysis::h2clusterPhiVsEta

Definition at line 39 of file QA.C.

View newest version in sPHENIX GitHub at line 39 of file QA.C

TH2F* myAnalysis::h2clusterPhiVsEta_2

Definition at line 40 of file QA.C.

View newest version in sPHENIX GitHub at line 40 of file QA.C

TH2F* myAnalysis::h2clusterPhiVsEta_3

Definition at line 41 of file QA.C.

View newest version in sPHENIX GitHub at line 41 of file QA.C

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

Definition at line 34 of file QA.C.

View newest version in sPHENIX GitHub at line 34 of file QA.C

TH1F* myAnalysis::hclusterChisq_2

Definition at line 35 of file QA.C.

View newest version in sPHENIX GitHub at line 35 of file QA.C

TH1F* myAnalysis::hclusterChisq_3

Definition at line 36 of file QA.C.

View newest version in sPHENIX GitHub at line 36 of file QA.C

TH1F* myAnalysis::hclusterE

Definition at line 31 of file QA.C.

View newest version in sPHENIX GitHub at line 31 of file QA.C

TH1F* myAnalysis::hclusterE_2

Definition at line 32 of file QA.C.

View newest version in sPHENIX GitHub at line 32 of file QA.C

TH1F* myAnalysis::hclusterEta

Definition at line 29 of file QA.C.

View newest version in sPHENIX GitHub at line 29 of file QA.C

TH1F* myAnalysis::hclusterPhi

Definition at line 30 of file QA.C.

View newest version in sPHENIX GitHub at line 30 of file QA.C

TH1F* myAnalysis::hclusterPt

Definition at line 33 of file QA.C.

View newest version in sPHENIX GitHub at line 33 of file QA.C

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

UInt_t myAnalysis::phi_bins = 256
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[]
Initial value:
= {0.0490874, 0.147262, 0.245437, 0.343612, 0.441786, 0.539961, 0.638136, 0.736311,
0.834486, 0.93266, 1.03084, 1.12901, 1.22718, 1.32536, 1.42353, 1.52171,
1.61988, 1.71806, 1.81623, 1.91441, 2.01258, 2.11076, 2.20893, 2.30711,
2.40528, 2.50346, 2.60163, 2.69981, 2.79798, 2.89616, 2.99433, 3.09251,
3.19068, 3.28885, 3.38703, 3.4852, 3.58338, 3.68155, 3.77973, 3.8779,
3.97608, 4.07425, 4.17243, 4.2706, 4.36878, 4.46695, 4.56513, 4.6633,
4.76148, 4.85965, 4.95783, 5.056, 5.15418, 5.25235, 5.35052, 5.4487,
5.54687, 5.64505, 5.74322, 5.8414, 5.93957, 6.03775, 6.13592, 6.2341}

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
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

Definition at line 58 of file QA.C.

View newest version in sPHENIX GitHub at line 58 of file QA.C

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().

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

Referenced by analyze(), and init().