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

#include <analysis/blob/master/SimpleTrackingAnalysis/STACalorimeterCharacterization.h>

+ Inheritance diagram for STACalorimeterCharacterization:
+ Collaboration diagram for STACalorimeterCharacterization:

Public Member Functions

 STACalorimeterCharacterization (const std::string &name="STACalorimeterCharacterization")
 
int Init (PHCompositeNode *)
 
int process_event (PHCompositeNode *)
 
int End (PHCompositeNode *)
 Called at the end of all processing.
 
void set_nlayers (unsigned int x)
 
void set_verbosity (int x)
 
std::vector< RawTower * > get_ordered_towers (RawCluster *, RawTowerContainer *)
 
std::vector< RawTower * > get_ordered_towers (const RawTowerContainer *)
 
std::vector< RawCluster * > get_ordered_clusters (const RawClusterContainer *)
 
void inspect_ordered_towers (const std::vector< RawTower * > &)
 
void inspect_ordered_towers (const std::vector< RawTower * > &, int)
 
void inspect_ordered_towers (const std::vector< RawTower * > &, double, int)
 
- 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 Attributes

const double emc_radius_inner = 90.0
 
const double hci_radius_inner = 115.7
 
const double hco_radius_inner = 182.0
 
const double emc_radius_outer = 116.1
 
const double hci_radius_outer = 137.0
 
const double hco_radius_outer = 268.5
 
double magneticfield
 
int verbosity
 
unsigned long long nevents
 
unsigned long long nerrors
 
unsigned long long nwarnings
 
unsigned int nlayers
 
TH2D * _energy_ratio_emc
 
TH2D * _energy_ratio_hci
 
TH2D * _energy_ratio_hco
 
TH2D * _energy_ratio_hct
 
TH2D * _energy_ratio_tot_dumb
 
TH2D * _energy_ratio_tot_smart
 
TH2D * _energy_ratio_elb_emc
 
TH2D * _energy_ratio_elb_hci
 
TH2D * _energy_ratio_elb_hco
 
TH2D * _energy_ratio_elb_hct
 
TH2D * _energy_ratio_elb_tot_dumb
 
TH2D * _energy_ratio_elb_tot_smart
 
TH2D * _energy_ratio_eub_emc
 
TH2D * _energy_ratio_eub_hci
 
TH2D * _energy_ratio_eub_hco
 
TH2D * _energy_ratio_eub_hct
 
TH2D * _energy_ratio_eub_tot_dumb
 
TH2D * _energy_ratio_eub_tot_smart
 
TH2D * _energy_dphi_emc
 
TH2D * _energy_dphi_hci
 
TH2D * _energy_dphi_hco
 
TH2D * _energy_deta_emc
 
TH2D * _energy_deta_hci
 
TH2D * _energy_deta_hco
 
TProfile2D * _towers_3x3_emc
 
TProfile2D * _towers_5x5_emc
 
TProfile2D * _towers_7x7_emc
 
TProfile2D * _towers_9x9_emc
 
TH2D * _tower_energy_emc [10]
 
TH2D * _towersum_energy_emc [10]
 
TProfile2D * _towers_3x3_hci
 
TProfile2D * _towers_5x5_hci
 
TProfile2D * _towers_7x7_hci
 
TProfile2D * _towers_9x9_hci
 
TH2D * _tower_energy_hci [10]
 
TH2D * _towersum_energy_hci [10]
 
TProfile2D * _towers_3x3_hco
 
TProfile2D * _towers_5x5_hco
 
TProfile2D * _towers_7x7_hco
 
TProfile2D * _towers_9x9_hco
 
TH2D * _tower_energy_hco [10]
 
TH2D * _towersum_energy_hco [10]
 

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 20 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 20 of file STACalorimeterCharacterization.h

Constructor & Destructor Documentation

STACalorimeterCharacterization::STACalorimeterCharacterization ( const std::string &  name = "STACalorimeterCharacterization")

Definition at line 46 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 46 of file STACalorimeterCharacterization.C

References magneticfield, nerrors, nevents, nlayers, nwarnings, and verbosity.

Member Function Documentation

int STACalorimeterCharacterization::End ( PHCompositeNode )
virtual

Called at the end of all processing.

Reimplemented from SubsysReco.

Definition at line 602 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 602 of file STACalorimeterCharacterization.C

References nerrors, nevents, and nwarnings.

vector< RawCluster * > STACalorimeterCharacterization::get_ordered_clusters ( const RawClusterContainer clusters)

Definition at line 611 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 611 of file STACalorimeterCharacterization.C

References energy, RawCluster::get_energy(), RawClusterContainer::getClusters(), and it.

Referenced by process_event().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

vector< RawTower * > STACalorimeterCharacterization::get_ordered_towers ( RawCluster cluster,
RawTowerContainer towers 
)

Definition at line 671 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 671 of file STACalorimeterCharacterization.C

References energy, RawTower::get_energy(), RawCluster::get_towers(), RawTowerContainer::getTower(), and it.

Referenced by process_event().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

vector< RawTower * > STACalorimeterCharacterization::get_ordered_towers ( const RawTowerContainer towers)

Definition at line 641 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 641 of file STACalorimeterCharacterization.C

References energy, RawTower::get_energy(), RawTowerContainer::getTowers(), and it.

+ Here is the call graph for this function:

int STACalorimeterCharacterization::Init ( PHCompositeNode )
virtual
void STACalorimeterCharacterization::inspect_ordered_towers ( const std::vector< RawTower * > &  towers)

Definition at line 701 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 701 of file STACalorimeterCharacterization.C

Referenced by inspect_ordered_towers(), and process_event().

+ Here is the caller graph for this function:

void STACalorimeterCharacterization::inspect_ordered_towers ( const std::vector< RawTower * > &  towers,
int  calo_layer 
)

Definition at line 708 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 708 of file STACalorimeterCharacterization.C

References inspect_ordered_towers().

+ Here is the call graph for this function:

void STACalorimeterCharacterization::inspect_ordered_towers ( const std::vector< RawTower * > &  towers,
double  true_energy,
int  calo_layer 
)
int STACalorimeterCharacterization::process_event ( PHCompositeNode )
virtual

Called for each event. This is where you do the real work.

Reimplemented from SubsysReco.

Definition at line 195 of file STACalorimeterCharacterization.C.

View newest version in sPHENIX GitHub at line 195 of file STACalorimeterCharacterization.C

References _energy_deta_emc, _energy_deta_hci, _energy_deta_hco, _energy_dphi_emc, _energy_dphi_hci, _energy_dphi_hco, _energy_ratio_elb_emc, _energy_ratio_elb_hci, _energy_ratio_elb_hco, _energy_ratio_elb_hct, _energy_ratio_elb_tot_dumb, _energy_ratio_elb_tot_smart, _energy_ratio_emc, _energy_ratio_eub_emc, _energy_ratio_eub_hci, _energy_ratio_eub_hco, _energy_ratio_eub_hct, _energy_ratio_eub_tot_dumb, _energy_ratio_eub_tot_smart, _energy_ratio_hci, _energy_ratio_hco, _energy_ratio_hct, _energy_ratio_tot_dumb, _energy_ratio_tot_smart, SvtxTruthEval::all_truth_hits(), CaloRawClusterEval::best_cluster_from(), SvtxTrackEval::best_track_from(), SvtxTrack::CEMC, Fun4AllReturnCodes::EVENT_OK, SvtxTrack::get_cal_cluster_e(), SvtxTrack::get_cal_deta(), SvtxTrack::get_cal_dphi(), SvtxTrack::get_cal_energy_3x3(), PHG4Particle::get_e(), SvtxTruthEval::get_embed(), RawCluster::get_energy(), get_ordered_clusters(), get_ordered_towers(), PHG4Particle::get_pid(), SvtxTrack::get_pt(), PHG4Particle::get_px(), PHG4Particle::get_py(), CaloEvalStack::get_rawcluster_eval(), SvtxEvalStack::get_track_eval(), SvtxEvalStack::get_truth_eval(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), SvtxTrack::HCALIN, SvtxTrack::HCALOUT, inspect_ordered_towers(), nevents, nwarnings, PHWHERE, CaloRawClusterEval::set_verbosity(), and verbosity.

+ Here is the call graph for this function:

void STACalorimeterCharacterization::set_nlayers ( unsigned int  x)
inline

Definition at line 31 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 31 of file STACalorimeterCharacterization.h

References nlayers, and ambiguity_solver_full_chain::x.

void STACalorimeterCharacterization::set_verbosity ( int  x)
inline

Definition at line 33 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 33 of file STACalorimeterCharacterization.h

References verbosity, and ambiguity_solver_full_chain::x.

Member Data Documentation

TH2D* STACalorimeterCharacterization::_energy_deta_emc
private

Definition at line 102 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 102 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_deta_hci
private

Definition at line 103 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 103 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_deta_hco
private

Definition at line 104 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 104 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_dphi_emc
private

Definition at line 98 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 98 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_dphi_hci
private

Definition at line 99 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 99 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_dphi_hco
private

Definition at line 100 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 100 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_elb_emc
private

Definition at line 84 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 84 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_elb_hci
private

Definition at line 85 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 85 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_elb_hco
private

Definition at line 86 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 86 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_elb_hct
private

Definition at line 87 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 87 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_elb_tot_dumb
private

Definition at line 88 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 88 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_elb_tot_smart
private

Definition at line 89 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 89 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_emc
private

Definition at line 77 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 77 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_eub_emc
private

Definition at line 91 of file STACalorimeterCharacterization.h.

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

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_eub_hci
private

Definition at line 92 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 92 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_eub_hco
private

Definition at line 93 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 93 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_eub_hct
private

Definition at line 94 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 94 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_eub_tot_dumb
private

Definition at line 95 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 95 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_eub_tot_smart
private

Definition at line 96 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 96 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_hci
private

Definition at line 78 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 78 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_hco
private

Definition at line 79 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 79 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_hct
private

Definition at line 80 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 80 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_tot_dumb
private

Definition at line 81 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 81 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_energy_ratio_tot_smart
private

Definition at line 82 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 82 of file STACalorimeterCharacterization.h

Referenced by Init(), and process_event().

TH2D* STACalorimeterCharacterization::_tower_energy_emc[10]
private

Definition at line 111 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 111 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TH2D* STACalorimeterCharacterization::_tower_energy_hci[10]
private

Definition at line 119 of file STACalorimeterCharacterization.h.

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

Referenced by Init(), and inspect_ordered_towers().

TH2D* STACalorimeterCharacterization::_tower_energy_hco[10]
private

Definition at line 127 of file STACalorimeterCharacterization.h.

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

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_3x3_emc
private

Definition at line 106 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 106 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_3x3_hci
private

Definition at line 114 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 114 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_3x3_hco
private

Definition at line 122 of file STACalorimeterCharacterization.h.

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

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_5x5_emc
private

Definition at line 107 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 107 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_5x5_hci
private

Definition at line 115 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 115 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_5x5_hco
private

Definition at line 123 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 123 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_7x7_emc
private

Definition at line 108 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 108 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_7x7_hci
private

Definition at line 116 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 116 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_7x7_hco
private

Definition at line 124 of file STACalorimeterCharacterization.h.

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

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_9x9_emc
private

Definition at line 109 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 109 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_9x9_hci
private

Definition at line 117 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 117 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TProfile2D* STACalorimeterCharacterization::_towers_9x9_hco
private

Definition at line 125 of file STACalorimeterCharacterization.h.

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

Referenced by Init(), and inspect_ordered_towers().

TH2D* STACalorimeterCharacterization::_towersum_energy_emc[10]
private

Definition at line 112 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 112 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

TH2D* STACalorimeterCharacterization::_towersum_energy_hci[10]
private

Definition at line 120 of file STACalorimeterCharacterization.h.

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

Referenced by Init(), and inspect_ordered_towers().

TH2D* STACalorimeterCharacterization::_towersum_energy_hco[10]
private

Definition at line 128 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 128 of file STACalorimeterCharacterization.h

Referenced by Init(), and inspect_ordered_towers().

const double STACalorimeterCharacterization::emc_radius_inner = 90.0
private

Definition at line 51 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 51 of file STACalorimeterCharacterization.h

const double STACalorimeterCharacterization::emc_radius_outer = 116.1
private

Definition at line 54 of file STACalorimeterCharacterization.h.

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

const double STACalorimeterCharacterization::hci_radius_inner = 115.7
private

Definition at line 52 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 52 of file STACalorimeterCharacterization.h

const double STACalorimeterCharacterization::hci_radius_outer = 137.0
private

Definition at line 55 of file STACalorimeterCharacterization.h.

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

const double STACalorimeterCharacterization::hco_radius_inner = 182.0
private

Definition at line 53 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 53 of file STACalorimeterCharacterization.h

const double STACalorimeterCharacterization::hco_radius_outer = 268.5
private

Definition at line 56 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 56 of file STACalorimeterCharacterization.h

double STACalorimeterCharacterization::magneticfield
private

Definition at line 60 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 60 of file STACalorimeterCharacterization.h

Referenced by STACalorimeterCharacterization().

unsigned long long STACalorimeterCharacterization::nerrors
private

Definition at line 67 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 67 of file STACalorimeterCharacterization.h

Referenced by End(), and STACalorimeterCharacterization().

unsigned long long STACalorimeterCharacterization::nevents
private

Definition at line 66 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 66 of file STACalorimeterCharacterization.h

Referenced by End(), process_event(), and STACalorimeterCharacterization().

unsigned int STACalorimeterCharacterization::nlayers
private

Definition at line 71 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 71 of file STACalorimeterCharacterization.h

Referenced by set_nlayers(), and STACalorimeterCharacterization().

unsigned long long STACalorimeterCharacterization::nwarnings
private

Definition at line 68 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 68 of file STACalorimeterCharacterization.h

Referenced by End(), process_event(), and STACalorimeterCharacterization().

int STACalorimeterCharacterization::verbosity
private

Definition at line 62 of file STACalorimeterCharacterization.h.

View newest version in sPHENIX GitHub at line 62 of file STACalorimeterCharacterization.h

Referenced by process_event(), set_verbosity(), and STACalorimeterCharacterization().


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