Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/validation/CaloValid/CaloValid.h>
Public Member Functions | |
CaloValid (const std::string &name="CaloValid", const std::string &fname="MyNtuple.root") | |
constructor | |
virtual | ~CaloValid () |
destructor | |
int | Init (PHCompositeNode *) |
full initialization | |
int | process_event (PHCompositeNode *) |
event processing method | |
int | End (PHCompositeNode *) |
end of run method | |
int | process_g4hits (PHCompositeNode *) |
int | process_g4cells (PHCompositeNode *) |
int | process_towers (PHCompositeNode *) |
int | process_clusters (PHCompositeNode *) |
void | Detector (const std::string &name) |
void | set_timing_cut_width (const int &t) |
void | set_vertex_cut (const float &v) |
void | apply_vertex_cut (bool Vtx_cut) |
void | set_debug (bool debug) |
TH2F * | LogYHist2D (const std::string &name, const std::string &title, int, double, double, int, double, double) |
Public Member Functions inherited from SubsysReco | |
~SubsysReco () override | |
virtual int | EndRun (const int) |
Called at the end of each run. | |
virtual int | InitRun (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. | |
void | Print (const std::string &="ALL") const override |
Public Member Functions inherited from Fun4AllBase | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. | |
virtual void | Name (const std::string &name) |
Sets the name of this module. | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual int | Verbosity () const |
Gets the verbosity of this module. | |
Private Member Functions | |
int | Getpeaktime (TH1 *h) |
Private Attributes | |
bool | m_debug {0} |
std::string | detector |
std::string | outfilename |
Fun4AllHistoManager * | hm {nullptr} |
TFile * | outfile {nullptr} |
TH2F * | h_emcal_mbd_correlation {nullptr} |
TH2F * | h_ohcal_mbd_correlation {nullptr} |
TH2F * | h_ihcal_mbd_correlation {nullptr} |
TH2F * | h_emcal_hcal_correlation {nullptr} |
TH2F * | h_emcal_zdc_correlation {nullptr} |
TH1F * | h_InvMass {nullptr} |
TH2F * | h_cemc_etaphi {nullptr} |
TH2F * | h_hcalin_etaphi {nullptr} |
TH2F * | h_hcalout_etaphi {nullptr} |
TH2F * | h_cemc_etaphi_wQA {nullptr} |
TH2F * | h_hcalin_etaphi_wQA {nullptr} |
TH2F * | h_hcalout_etaphi_wQA {nullptr} |
TH1 * | h_totalzdc_e {nullptr} |
TProfile2D * | h_cemc_etaphi_time {nullptr} |
TProfile2D * | h_hcalin_etaphi_time {nullptr} |
TProfile2D * | h_hcalout_etaphi_time {nullptr} |
TH2F * | h_cemc_e_chi2 {nullptr} |
TH2F * | h_ohcal_e_chi2 {nullptr} |
TH2F * | h_ihcal_e_chi2 {nullptr} |
TProfile2D * | h_cemc_etaphi_badChi2 {nullptr} |
TProfile2D * | h_hcalin_etaphi_badChi2 {nullptr} |
TProfile2D * | h_hcalout_etaphi_badChi2 {nullptr} |
TProfile2D * | h_cemc_etaphi_fracHitADC {nullptr} |
TProfile2D * | h_hcalin_etaphi_fracHitADC {nullptr} |
TProfile2D * | h_hcalout_etaphi_fracHitADC {nullptr} |
TH1 * | hzdctime {nullptr} |
TH1 * | hmbdtime {nullptr} |
TH1 * | hemcaltime {nullptr} |
TH1 * | hihcaltime {nullptr} |
TH1 * | hohcaltime {nullptr} |
TH1 * | hzdctime_cut {nullptr} |
TH1 * | hmbdtime_cut {nullptr} |
TH1 * | hemcaltime_cut {nullptr} |
TH1 * | hihcaltime_cut {nullptr} |
TH1 * | hohcaltime_cut {nullptr} |
TH1 * | hvtx_z_raw {nullptr} |
TH1 * | hvtx_z_cut {nullptr} |
TH1 * | hzdcSouthraw {nullptr} |
TH1 * | hzdcNorthraw {nullptr} |
TH1 * | hzdcSouthcalib {nullptr} |
TH1 * | hzdcNorthcalib {nullptr} |
TH1 * | h_ihcal_status {nullptr} |
TH1 * | h_ohcal_status {nullptr} |
TH1 * | h_cemc_status {nullptr} |
TH1F * | h_clusE {nullptr} |
TH2F * | h_etaphi_clus {nullptr} |
TTree * | towerntuple {nullptr} |
TNtuple * | clusterntuple {nullptr} |
std::vector< float > | m_energy |
std::vector< int > | m_etabin |
std::vector< int > | m_phibin |
std::vector< int > | m_time |
std::vector< float > | m_hcalin_energy |
std::vector< int > | m_hcalin_etabin |
std::vector< int > | m_hcalin_phibin |
std::vector< int > | m_hcalin_time |
std::vector< float > | m_hcalout_energy |
std::vector< int > | m_hcalout_etabin |
std::vector< int > | m_hcalout_phibin |
std::vector< int > | m_hcalout_time |
std::vector< float > | m_zdc_energy |
std::vector< int > | m_zdc_index |
std::vector< int > | m_zdc_side |
std::vector< float > | m_bbc_energy |
std::vector< int > | m_bbc_type |
std::vector< int > | m_bbc_side |
int | _eventcounter {0} |
int | _range {1} |
float | _vz {0.} |
bool | m_vtxCut {false} |
bool | dynMaskClus {true} |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0, VERBOSITY_SOME = 1, VERBOSITY_MORE = 2, VERBOSITY_EVEN_MORE = 3, VERBOSITY_A_LOT = 4, VERBOSITY_MAX = std::numeric_limits<int>::max() - 10 } |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Definition at line 19 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 19 of file CaloValid.h
CaloValid::CaloValid | ( | const std::string & | name = "CaloValid" , |
const std::string & | fname = "MyNtuple.root" |
||
) |
constructor
Definition at line 41 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 41 of file CaloValid.cc
|
virtual |
destructor
Definition at line 48 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 48 of file CaloValid.cc
References clusterntuple, hm, and towerntuple.
|
inline |
Definition at line 45 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 45 of file CaloValid.h
References m_vtxCut.
Referenced by Fun4All_Year1().
|
inline |
Definition at line 42 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 42 of file CaloValid.h
References perf_headwind::name.
|
virtual |
end of run method
Reimplemented from SubsysReco.
Definition at line 627 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 627 of file CaloValid.cc
References Fun4AllHistoManager::dumpHistos(), hm, outfile, and outfilename.
|
private |
Definition at line 638 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 638 of file CaloValid.cc
References Acts::PhysicalConstants::c.
Referenced by process_towers().
|
virtual |
full initialization
Reimplemented from SubsysReco.
Definition at line 55 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 55 of file CaloValid.cc
References h_cemc_e_chi2, h_cemc_etaphi, h_cemc_etaphi_badChi2, h_cemc_etaphi_fracHitADC, h_cemc_etaphi_time, h_cemc_etaphi_wQA, h_cemc_status, h_clusE, h_emcal_hcal_correlation, h_emcal_mbd_correlation, h_emcal_zdc_correlation, h_etaphi_clus, h_hcalin_etaphi, h_hcalin_etaphi_badChi2, h_hcalin_etaphi_fracHitADC, h_hcalin_etaphi_time, h_hcalin_etaphi_wQA, h_hcalout_etaphi, h_hcalout_etaphi_badChi2, h_hcalout_etaphi_fracHitADC, h_hcalout_etaphi_time, h_hcalout_etaphi_wQA, h_ihcal_e_chi2, h_ihcal_mbd_correlation, h_ihcal_status, h_InvMass, h_ohcal_e_chi2, h_ohcal_mbd_correlation, h_ohcal_status, h_totalzdc_e, hemcaltime, hemcaltime_cut, hihcaltime, hihcaltime_cut, hm, hohcaltime, hohcaltime_cut, hvtx_z_cut, hvtx_z_raw, hzdcNorthcalib, hzdcNorthraw, hzdcSouthcalib, hzdcSouthraw, hzdctime, hzdctime_cut, LogYHist2D(), m_debug, Fun4AllBase::Name(), outfile, and outfilename.
TH2F * CaloValid::LogYHist2D | ( | const std::string & | name, |
const std::string & | title, | ||
int | xbins_in, | ||
double | xmin, | ||
double | xmax, | ||
int | ybins_in, | ||
double | ymin, | ||
double | ymax | ||
) |
Definition at line 660 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 660 of file CaloValid.cc
References h, i, xmax, and xmin.
Referenced by Init().
int CaloValid::process_clusters | ( | PHCompositeNode * | ) |
|
virtual |
event processing method
Reimplemented from SubsysReco.
Definition at line 138 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 138 of file CaloValid.cc
References _eventcounter, Fun4AllReturnCodes::EVENT_OK, and process_towers().
int CaloValid::process_g4cells | ( | PHCompositeNode * | ) |
int CaloValid::process_g4hits | ( | PHCompositeNode * | ) |
int CaloValid::process_towers | ( | PHCompositeNode * | topNode | ) |
Definition at line 147 of file CaloValid.cc.
View newest version in sPHENIX GitHub at line 147 of file CaloValid.cc
References _eventcounter, _range, Fun4AllReturnCodes::ABORTEVENT, GlobalVertexMap::begin(), channel(), GlobalVertexMap::empty(), TowerInfoContainer::encode_key(), Fun4AllReturnCodes::EVENT_OK, TowerInfo::get_chi2(), RawCluster::get_chi2(), TowerInfo::get_energy(), TowerInfo::get_isBadChi2(), TowerInfo::get_isGood(), MbdPmtContainer::get_npmt(), MbdPmtContainer::get_pmt(), MbdPmtHit::get_q(), TowerInfo::get_status(), TowerInfo::get_time(), TowerInfo::get_time_float(), TowerInfoContainer::get_tower_at_channel(), GlobalVertex::get_z(), RawClusterContainer::getClusters(), RawClusterUtility::GetECoreVec(), Getpeaktime(), TowerInfoContainer::getTowerEtaBin(), TowerInfoContainer::getTowerPhiBin(), h_cemc_e_chi2, h_cemc_etaphi, h_cemc_etaphi_badChi2, h_cemc_etaphi_fracHitADC, h_cemc_etaphi_time, h_cemc_etaphi_wQA, h_cemc_status, h_clusE, h_emcal_hcal_correlation, h_emcal_mbd_correlation, h_emcal_zdc_correlation, h_etaphi_clus, h_hcalin_etaphi, h_hcalin_etaphi_badChi2, h_hcalin_etaphi_fracHitADC, h_hcalin_etaphi_time, h_hcalin_etaphi_wQA, h_hcalout_etaphi, h_hcalout_etaphi_badChi2, h_hcalout_etaphi_fracHitADC, h_hcalout_etaphi_time, h_hcalout_etaphi_wQA, h_ihcal_e_chi2, h_ihcal_mbd_correlation, h_ihcal_status, h_InvMass, h_ohcal_e_chi2, h_ohcal_mbd_correlation, h_ohcal_status, h_totalzdc_e, hemcaltime, hemcaltime_cut, hihcaltime, hihcaltime_cut, hohcaltime, hohcaltime_cut, hvtx_z_raw, hzdcNorthcalib, hzdcNorthraw, hzdcSouthcalib, hzdcSouthraw, hzdctime, hzdctime_cut, i, m_debug, Fun4AllBase::Name(), PHWHERE, TowerInfoContainer::size(), size, and utils::status.
Referenced by process_event().
|
inline |
Definition at line 47 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 47 of file CaloValid.h
References Acts::Test::debug, and m_debug.
|
inline |
Definition at line 43 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 43 of file CaloValid.h
Referenced by Fun4All_Year1().
|
inline |
Definition at line 44 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 44 of file CaloValid.h
References _vz, and testSigmaEff::v.
Referenced by Fun4All_Year1().
|
private |
Definition at line 141 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 141 of file CaloValid.h
Referenced by process_event(), and process_towers().
|
private |
Definition at line 142 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 142 of file CaloValid.h
Referenced by process_towers(), and set_timing_cut_width().
|
private |
Definition at line 143 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 143 of file CaloValid.h
Referenced by set_vertex_cut().
|
private |
Definition at line 117 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 117 of file CaloValid.h
Referenced by ~CaloValid().
|
private |
Definition at line 54 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 54 of file CaloValid.h
|
private |
Definition at line 145 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 145 of file CaloValid.h
|
private |
Definition at line 78 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 78 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 66 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 66 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 82 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 82 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 86 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 86 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 74 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 74 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 69 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 69 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 111 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 111 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 113 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 113 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 61 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 61 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 58 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 58 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 62 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 62 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 114 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 114 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 67 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 67 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 83 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 83 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 87 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 87 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 75 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 75 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 70 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 70 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 68 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 68 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 84 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 84 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 88 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 88 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 76 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 76 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 71 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 71 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 80 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 80 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 60 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 60 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 109 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 109 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 64 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 64 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 79 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 79 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 59 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 59 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 110 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 110 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 72 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 72 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 92 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 92 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 98 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 98 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 93 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 93 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 99 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 99 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 56 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 56 of file CaloValid.h
Referenced by End(), Init(), and ~CaloValid().
|
private |
Definition at line 91 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 91 of file CaloValid.h
|
private |
Definition at line 97 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 97 of file CaloValid.h
|
private |
Definition at line 94 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 94 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 100 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 100 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 103 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 103 of file CaloValid.h
Referenced by Init().
|
private |
Definition at line 102 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 102 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 108 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 108 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 106 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 106 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 107 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 107 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 105 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 105 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 90 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 90 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 96 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 96 of file CaloValid.h
Referenced by Init(), and process_towers().
|
private |
Definition at line 138 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 138 of file CaloValid.h
|
private |
Definition at line 140 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 140 of file CaloValid.h
|
private |
Definition at line 139 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 139 of file CaloValid.h
|
private |
Definition at line 53 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 53 of file CaloValid.h
Referenced by Init(), process_towers(), and set_debug().
|
private |
Definition at line 119 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 119 of file CaloValid.h
|
private |
Definition at line 120 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 120 of file CaloValid.h
|
private |
Definition at line 124 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 124 of file CaloValid.h
|
private |
Definition at line 125 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 125 of file CaloValid.h
|
private |
Definition at line 126 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 126 of file CaloValid.h
|
private |
Definition at line 127 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 127 of file CaloValid.h
|
private |
Definition at line 129 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 129 of file CaloValid.h
|
private |
Definition at line 130 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 130 of file CaloValid.h
|
private |
Definition at line 131 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 131 of file CaloValid.h
|
private |
Definition at line 132 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 132 of file CaloValid.h
|
private |
Definition at line 121 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 121 of file CaloValid.h
|
private |
Definition at line 122 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 122 of file CaloValid.h
|
private |
Definition at line 144 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 144 of file CaloValid.h
Referenced by apply_vertex_cut().
|
private |
Definition at line 134 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 134 of file CaloValid.h
|
private |
Definition at line 135 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 135 of file CaloValid.h
|
private |
Definition at line 136 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 136 of file CaloValid.h
|
private |
Definition at line 57 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 57 of file CaloValid.h
|
private |
Definition at line 55 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 55 of file CaloValid.h
|
private |
Definition at line 116 of file CaloValid.h.
View newest version in sPHENIX GitHub at line 116 of file CaloValid.h
Referenced by ~CaloValid().