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

#include <coresoftware/blob/master/validation/CaloValid/CaloValid.h>

+ Inheritance diagram for CaloValid:
+ Collaboration diagram for CaloValid:

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
 
Fun4AllHistoManagerhm {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")
 

Detailed Description

Definition at line 19 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 19 of file CaloValid.h

Constructor & Destructor Documentation

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

CaloValid::~CaloValid ( )
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.

Member Function Documentation

void CaloValid::apply_vertex_cut ( bool  Vtx_cut)
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().

+ Here is the caller graph for this function:

void CaloValid::Detector ( const std::string &  name)
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.

int CaloValid::End ( PHCompositeNode )
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.

+ Here is the call graph for this function:

int CaloValid::Getpeaktime ( TH1 *  h)
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().

+ Here is the caller graph for this function:

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

+ Here is the caller graph for this function:

int CaloValid::process_clusters ( PHCompositeNode )
int CaloValid::process_event ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void CaloValid::set_debug ( bool  debug)
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.

void CaloValid::set_timing_cut_width ( const int &  t)
inline

Definition at line 43 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 43 of file CaloValid.h

References _range, and t.

Referenced by Fun4All_Year1().

+ Here is the caller graph for this function:

void CaloValid::set_vertex_cut ( const float &  v)
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().

+ Here is the caller graph for this function:

Member Data Documentation

int CaloValid::_eventcounter {0}
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().

int CaloValid::_range {1}
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().

float CaloValid::_vz {0.}
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().

TNtuple* CaloValid::clusterntuple {nullptr}
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().

std::string CaloValid::detector
private

Definition at line 54 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 54 of file CaloValid.h

bool CaloValid::dynMaskClus {true}
private

Definition at line 145 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 145 of file CaloValid.h

TH2F* CaloValid::h_cemc_e_chi2 {nullptr}
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().

TH2F* CaloValid::h_cemc_etaphi {nullptr}
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().

TProfile2D* CaloValid::h_cemc_etaphi_badChi2 {nullptr}
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().

TProfile2D* CaloValid::h_cemc_etaphi_fracHitADC {nullptr}
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().

TProfile2D* CaloValid::h_cemc_etaphi_time {nullptr}
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().

TH2F* CaloValid::h_cemc_etaphi_wQA {nullptr}
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().

TH1* CaloValid::h_cemc_status {nullptr}
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().

TH1F* CaloValid::h_clusE {nullptr}
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().

TH2F* CaloValid::h_emcal_hcal_correlation {nullptr}
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().

TH2F* CaloValid::h_emcal_mbd_correlation {nullptr}
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().

TH2F* CaloValid::h_emcal_zdc_correlation {nullptr}
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().

TH2F* CaloValid::h_etaphi_clus {nullptr}
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().

TH2F* CaloValid::h_hcalin_etaphi {nullptr}
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().

TProfile2D* CaloValid::h_hcalin_etaphi_badChi2 {nullptr}
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().

TProfile2D* CaloValid::h_hcalin_etaphi_fracHitADC {nullptr}
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().

TProfile2D* CaloValid::h_hcalin_etaphi_time {nullptr}
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().

TH2F* CaloValid::h_hcalin_etaphi_wQA {nullptr}
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().

TH2F* CaloValid::h_hcalout_etaphi {nullptr}
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().

TProfile2D* CaloValid::h_hcalout_etaphi_badChi2 {nullptr}
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().

TProfile2D* CaloValid::h_hcalout_etaphi_fracHitADC {nullptr}
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().

TProfile2D* CaloValid::h_hcalout_etaphi_time {nullptr}
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().

TH2F* CaloValid::h_hcalout_etaphi_wQA {nullptr}
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().

TH2F* CaloValid::h_ihcal_e_chi2 {nullptr}
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().

TH2F* CaloValid::h_ihcal_mbd_correlation {nullptr}
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().

TH1* CaloValid::h_ihcal_status {nullptr}
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().

TH1F* CaloValid::h_InvMass {nullptr}
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().

TH2F* CaloValid::h_ohcal_e_chi2 {nullptr}
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().

TH2F* CaloValid::h_ohcal_mbd_correlation {nullptr}
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().

TH1* CaloValid::h_ohcal_status {nullptr}
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().

TH1* CaloValid::h_totalzdc_e {nullptr}
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().

TH1* CaloValid::hemcaltime {nullptr}
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().

TH1* CaloValid::hemcaltime_cut {nullptr}
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().

TH1* CaloValid::hihcaltime {nullptr}
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().

TH1* CaloValid::hihcaltime_cut {nullptr}
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().

Fun4AllHistoManager* CaloValid::hm {nullptr}
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().

TH1* CaloValid::hmbdtime {nullptr}
private

Definition at line 91 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 91 of file CaloValid.h

TH1* CaloValid::hmbdtime_cut {nullptr}
private

Definition at line 97 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 97 of file CaloValid.h

TH1* CaloValid::hohcaltime {nullptr}
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().

TH1* CaloValid::hohcaltime_cut {nullptr}
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().

TH1* CaloValid::hvtx_z_cut {nullptr}
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().

TH1* CaloValid::hvtx_z_raw {nullptr}
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().

TH1* CaloValid::hzdcNorthcalib {nullptr}
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().

TH1* CaloValid::hzdcNorthraw {nullptr}
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().

TH1* CaloValid::hzdcSouthcalib {nullptr}
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().

TH1* CaloValid::hzdcSouthraw {nullptr}
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().

TH1* CaloValid::hzdctime {nullptr}
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().

TH1* CaloValid::hzdctime_cut {nullptr}
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().

std::vector<float> CaloValid::m_bbc_energy
private

Definition at line 138 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 138 of file CaloValid.h

std::vector<int> CaloValid::m_bbc_side
private

Definition at line 140 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 140 of file CaloValid.h

std::vector<int> CaloValid::m_bbc_type
private

Definition at line 139 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 139 of file CaloValid.h

bool CaloValid::m_debug {0}
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().

std::vector<float> CaloValid::m_energy
private

Definition at line 119 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 119 of file CaloValid.h

std::vector<int> CaloValid::m_etabin
private

Definition at line 120 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 120 of file CaloValid.h

std::vector<float> CaloValid::m_hcalin_energy
private

Definition at line 124 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 124 of file CaloValid.h

std::vector<int> CaloValid::m_hcalin_etabin
private

Definition at line 125 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 125 of file CaloValid.h

std::vector<int> CaloValid::m_hcalin_phibin
private

Definition at line 126 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 126 of file CaloValid.h

std::vector<int> CaloValid::m_hcalin_time
private

Definition at line 127 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 127 of file CaloValid.h

std::vector<float> CaloValid::m_hcalout_energy
private

Definition at line 129 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 129 of file CaloValid.h

std::vector<int> CaloValid::m_hcalout_etabin
private

Definition at line 130 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 130 of file CaloValid.h

std::vector<int> CaloValid::m_hcalout_phibin
private

Definition at line 131 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 131 of file CaloValid.h

std::vector<int> CaloValid::m_hcalout_time
private

Definition at line 132 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 132 of file CaloValid.h

std::vector<int> CaloValid::m_phibin
private

Definition at line 121 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 121 of file CaloValid.h

std::vector<int> CaloValid::m_time
private

Definition at line 122 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 122 of file CaloValid.h

bool CaloValid::m_vtxCut {false}
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().

std::vector<float> CaloValid::m_zdc_energy
private

Definition at line 134 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 134 of file CaloValid.h

std::vector<int> CaloValid::m_zdc_index
private

Definition at line 135 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 135 of file CaloValid.h

std::vector<int> CaloValid::m_zdc_side
private

Definition at line 136 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 136 of file CaloValid.h

TFile* CaloValid::outfile {nullptr}
private

Definition at line 57 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 57 of file CaloValid.h

Referenced by End(), and Init().

std::string CaloValid::outfilename
private

Definition at line 55 of file CaloValid.h.

View newest version in sPHENIX GitHub at line 55 of file CaloValid.h

Referenced by End(), and Init().

TTree* CaloValid::towerntuple {nullptr}
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().


The documentation for this class was generated from the following files: