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

#include <coresoftware/blob/master/offline/packages/tpccalib/PHTpcCentralMembraneClusterizer.h>

+ Inheritance diagram for PHTpcCentralMembraneClusterizer:
+ Collaboration diagram for PHTpcCentralMembraneClusterizer:

Public Member Functions

 PHTpcCentralMembraneClusterizer (const std::string &name="PHTpcCentralMembraneClusterizer")
 
void set_histos_on (const bool val)
 
void set_histogram_outputfile (const std::string &outputfile)
 output file name for evaluation histograms
 
void set_min_adc_value (const unsigned int val)
 
void set_min_z_value (const double val)
 
void set_stripe_dr_values (const double dr1, const double dr2, const double dr3)
 
void set_modulo_threshold (int val)
 
void set_metaCluster_threshold (int val)
 
int InitRun (PHCompositeNode *topNode)
 run initialization
 
int process_event (PHCompositeNode *topNode)
 event processing
 
int End (PHCompositeNode *topNode)
 end of process
 
- Public Member Functions inherited from SubsysReco
 ~SubsysReco () override
 
virtual int EndRun (const int)
 Called at the end of each run.
 
virtual int Init (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 GetNodes (PHCompositeNode *topNode)
 

Private Attributes

std::string _track_map_name
 
TpcDistortionCorrection _distortionCorrection
 tpc distortion correction utility class
 
TrkrClusterContainer_cluster_map {nullptr}
 
CMFlashClusterContainer_corrected_CMcluster_map {nullptr}
 
PHG4TpcCylinderGeomContainer_geom_container {nullptr}
 
TpcDistortionCorrectionContainer_dcc {nullptr}
 
int m_moduloThreshold = 5
 
int m_metaClusterThreshold = 18
 
bool _histos = false
 
TH1F * henergy = nullptr
 
TH1F * hz = nullptr
 
TH1F * hz_pos = nullptr
 
TH1F * hz_neg = nullptr
 
TH2F * hxy = nullptr
 
TH1F * hDist = nullptr
 
TH2F * hDistRow = nullptr
 
TH1F * hDist2 = nullptr
 
TH2F * hDistRowAdj = nullptr
 
TH1F * hDist2Adj = nullptr
 
TH1F * hClustE [3] = {nullptr}
 
TH2F * hrPhi_reco_petalModulo_pos = nullptr
 
TH2F * hrPhi_reco_petalModulo_neg = nullptr
 
TH1F * hphi_reco_pos [48] = {nullptr}
 
TH1F * hphi_reco_neg [48] = {nullptr}
 
TH1F * hphi_reco_pair_pos [47] = {nullptr}
 
TH1F * hphi_reco_pair_neg [47] = {nullptr}
 
int nPairAbove_pos [47] = {0}
 
int nPairAbove_neg [47] = {0}
 
double pairAboveContent_pos [47] = {0.0}
 
double pairAboveContent_neg [47] = {0.0}
 
std::string m_histogramfilename = "PHTpcCentralMembraneClusterizer.root"
 
std::unique_ptr< TFile > m_histogramfile
 
unsigned int _min_adc_value = 0
 
double _min_z_value = 0.0
 
double _cmclus_dr_inner = 0.51
 
double _cmclus_dr_mid = 0.95
 
double _cmclus_dr_outer = 1.025
 
counters
int m_total_clusters = 0
 
int m_accepted_clusters = 0
 
int m_cm_clusters = 0
 
int m_cm_clusters_size1 = 0
 
int m_cm_clusters_size2 = 0
 

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 31 of file PHTpcCentralMembraneClusterizer.h.

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

Constructor & Destructor Documentation

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

Definition at line 45 of file PHTpcCentralMembraneClusterizer.cc.

View newest version in sPHENIX GitHub at line 45 of file PHTpcCentralMembraneClusterizer.cc

Member Function Documentation

int PHTpcCentralMembraneClusterizer::End ( PHCompositeNode topNode)
virtual

end of process

Reimplemented from SubsysReco.

Definition at line 605 of file PHTpcCentralMembraneClusterizer.cc.

View newest version in sPHENIX GitHub at line 605 of file PHTpcCentralMembraneClusterizer.cc

References _histos, Fun4AllReturnCodes::EVENT_OK, hClustE, hDist, hDist2, hDist2Adj, hDistRow, hDistRowAdj, henergy, hphi_reco_pair_neg, hphi_reco_pair_pos, hxy, hz, hz_neg, hz_pos, i, m_accepted_clusters, m_cm_clusters, m_cm_clusters_size1, m_cm_clusters_size2, m_histogramfile, m_total_clusters, and Fun4AllBase::Verbosity().

+ Here is the call graph for this function:

int PHTpcCentralMembraneClusterizer::GetNodes ( PHCompositeNode topNode)
private

Definition at line 665 of file PHTpcCentralMembraneClusterizer.cc.

View newest version in sPHENIX GitHub at line 665 of file PHTpcCentralMembraneClusterizer.cc

References _cluster_map, _corrected_CMcluster_map, _dcc, _geom_container, Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::ABORTRUN, PHCompositeNode::addNode(), Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), and PHWHERE.

Referenced by InitRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int PHTpcCentralMembraneClusterizer::InitRun ( PHCompositeNode topNode)
virtual

run initialization

Reimplemented from SubsysReco.

Definition at line 50 of file PHTpcCentralMembraneClusterizer.cc.

View newest version in sPHENIX GitHub at line 50 of file PHTpcCentralMembraneClusterizer.cc

References _histos, GetNodes(), hClustE, hDist, hDist2, hDist2Adj, hDistRow, hDistRowAdj, henergy, hphi_reco_neg, hphi_reco_pair_neg, hphi_reco_pair_pos, hphi_reco_pos, hrPhi_reco_petalModulo_neg, hrPhi_reco_petalModulo_pos, hxy, hz, hz_neg, hz_pos, i, m_histogramfile, and m_histogramfilename.

+ Here is the call graph for this function:

int PHTpcCentralMembraneClusterizer::process_event ( PHCompositeNode topNode)
virtual

event processing

Reimplemented from SubsysReco.

Definition at line 94 of file PHTpcCentralMembraneClusterizer.cc.

View newest version in sPHENIX GitHub at line 94 of file PHTpcCentralMembraneClusterizer.cc

References _cluster_map, _cmclus_dr_inner, _cmclus_dr_mid, _cmclus_dr_outer, _corrected_CMcluster_map, _dcc, _distortionCorrection, _geom_container, _histos, _min_adc_value, _min_z_value, CMFlashClusterContainer::addClusterSpecifyKey(), physmon_vertexing::delta, DeltaPhi(), INTTVtxZ::dphi, energy, Fun4AllReturnCodes::EVENT_OK, TpcDistortionCorrection::get_corrected_position(), PHG4TpcCylinderGeom::get_radius(), CMFlashClusterContainer::getClusters(), TrkrClusterContainer::getClusters(), TrkrClusterContainer::getHitSetKeys(), TrkrDefs::getLayer(), PHG4TpcCylinderGeomContainer::GetLayerCellGeom(), TpcDefs::getSide(), hClustE, hDist, hDist2, hDist2Adj, hDistRow, hDistRowAdj, henergy, hphi_reco_neg, hphi_reco_pair_neg, hphi_reco_pair_pos, hphi_reco_pos, hrPhi_reco_petalModulo_neg, hrPhi_reco_petalModulo_pos, hxy, hz, hz_neg, hz_pos, i, j, layer, m_accepted_clusters, m_cm_clusters, m_cm_clusters_size1, m_cm_clusters_size2, m_metaClusterThreshold, m_moduloThreshold, m_total_clusters, nPairAbove_neg, nPairAbove_pos, pairAboveContent_neg, pairAboveContent_pos, ActsTests::PropagationDatasets::phi, PHWHERE, Acts::Test::pos, TrkrClusterContainer::size(), TrkrDefs::tpcId, Fun4AllBase::Verbosity(), TauVsDIS_MachineLearning_Differentiation::X, ambiguity_solver_full_chain::x, y, TauVsDIS_MachineLearning_Differentiation::Y, SVM_v1::Z, and physmon_track_finding_ttbar::z.

+ Here is the call graph for this function:

void PHTpcCentralMembraneClusterizer::set_histogram_outputfile ( const std::string &  outputfile)
inline

output file name for evaluation histograms

Definition at line 40 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 40 of file PHTpcCentralMembraneClusterizer.h

References m_histogramfilename.

void PHTpcCentralMembraneClusterizer::set_histos_on ( const bool  val)
inline

Definition at line 37 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 37 of file PHTpcCentralMembraneClusterizer.h

References _histos.

void PHTpcCentralMembraneClusterizer::set_metaCluster_threshold ( int  val)
inline

Definition at line 48 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 48 of file PHTpcCentralMembraneClusterizer.h

References m_metaClusterThreshold.

void PHTpcCentralMembraneClusterizer::set_min_adc_value ( const unsigned int  val)
inline

Definition at line 43 of file PHTpcCentralMembraneClusterizer.h.

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

References _min_adc_value.

void PHTpcCentralMembraneClusterizer::set_min_z_value ( const double  val)
inline

Definition at line 44 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 44 of file PHTpcCentralMembraneClusterizer.h

References _min_z_value.

void PHTpcCentralMembraneClusterizer::set_modulo_threshold ( int  val)
inline

Definition at line 47 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 47 of file PHTpcCentralMembraneClusterizer.h

References m_moduloThreshold.

void PHTpcCentralMembraneClusterizer::set_stripe_dr_values ( const double  dr1,
const double  dr2,
const double  dr3 
)
inline

Definition at line 45 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 45 of file PHTpcCentralMembraneClusterizer.h

References _cmclus_dr_inner, _cmclus_dr_mid, and _cmclus_dr_outer.

Member Data Documentation

TrkrClusterContainer* PHTpcCentralMembraneClusterizer::_cluster_map {nullptr}
private

Definition at line 70 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 70 of file PHTpcCentralMembraneClusterizer.h

Referenced by GetNodes(), and process_event().

double PHTpcCentralMembraneClusterizer::_cmclus_dr_inner = 0.51
private

Definition at line 120 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event(), and set_stripe_dr_values().

double PHTpcCentralMembraneClusterizer::_cmclus_dr_mid = 0.95
private

Definition at line 121 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event(), and set_stripe_dr_values().

double PHTpcCentralMembraneClusterizer::_cmclus_dr_outer = 1.025
private

Definition at line 122 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event(), and set_stripe_dr_values().

CMFlashClusterContainer* PHTpcCentralMembraneClusterizer::_corrected_CMcluster_map {nullptr}
private

Definition at line 71 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by GetNodes(), and process_event().

TpcDistortionCorrectionContainer* PHTpcCentralMembraneClusterizer::_dcc {nullptr}
private

Definition at line 73 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 73 of file PHTpcCentralMembraneClusterizer.h

Referenced by GetNodes(), and process_event().

TpcDistortionCorrection PHTpcCentralMembraneClusterizer::_distortionCorrection
private

tpc distortion correction utility class

Definition at line 68 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event().

PHG4TpcCylinderGeomContainer* PHTpcCentralMembraneClusterizer::_geom_container {nullptr}
private

Definition at line 72 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 72 of file PHTpcCentralMembraneClusterizer.h

Referenced by GetNodes(), and process_event().

bool PHTpcCentralMembraneClusterizer::_histos = false
private

Definition at line 87 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by End(), InitRun(), process_event(), and set_histos_on().

unsigned int PHTpcCentralMembraneClusterizer::_min_adc_value = 0
private

Definition at line 118 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 118 of file PHTpcCentralMembraneClusterizer.h

Referenced by process_event(), and set_min_adc_value().

double PHTpcCentralMembraneClusterizer::_min_z_value = 0.0
private

Definition at line 119 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event(), and set_min_z_value().

std::string PHTpcCentralMembraneClusterizer::_track_map_name
private

Definition at line 65 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 65 of file PHTpcCentralMembraneClusterizer.h

TH1F* PHTpcCentralMembraneClusterizer::hClustE[3] = {nullptr}
private

Definition at line 98 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hDist = nullptr
private

Definition at line 93 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hDist2 = nullptr
private

Definition at line 95 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hDist2Adj = nullptr
private

Definition at line 97 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH2F* PHTpcCentralMembraneClusterizer::hDistRow = nullptr
private

Definition at line 94 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH2F* PHTpcCentralMembraneClusterizer::hDistRowAdj = nullptr
private

Definition at line 96 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::henergy = nullptr
private

Definition at line 88 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hphi_reco_neg[48] = {nullptr}
private

Definition at line 104 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by InitRun(), and process_event().

TH1F* PHTpcCentralMembraneClusterizer::hphi_reco_pair_neg[47] = {nullptr}
private

Definition at line 107 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hphi_reco_pair_pos[47] = {nullptr}
private

Definition at line 106 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hphi_reco_pos[48] = {nullptr}
private

Definition at line 103 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by InitRun(), and process_event().

TH2F* PHTpcCentralMembraneClusterizer::hrPhi_reco_petalModulo_neg = nullptr
private

Definition at line 101 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 101 of file PHTpcCentralMembraneClusterizer.h

Referenced by InitRun(), and process_event().

TH2F* PHTpcCentralMembraneClusterizer::hrPhi_reco_petalModulo_pos = nullptr
private

Definition at line 100 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by InitRun(), and process_event().

TH2F* PHTpcCentralMembraneClusterizer::hxy = nullptr
private

Definition at line 92 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hz = nullptr
private

Definition at line 89 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hz_neg = nullptr
private

Definition at line 91 of file PHTpcCentralMembraneClusterizer.h.

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

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

TH1F* PHTpcCentralMembraneClusterizer::hz_pos = nullptr
private

Definition at line 90 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 90 of file PHTpcCentralMembraneClusterizer.h

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

int PHTpcCentralMembraneClusterizer::m_accepted_clusters = 0
private

Definition at line 78 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by End(), and process_event().

int PHTpcCentralMembraneClusterizer::m_cm_clusters = 0
private

Definition at line 79 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by End(), and process_event().

int PHTpcCentralMembraneClusterizer::m_cm_clusters_size1 = 0
private

Definition at line 80 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by End(), and process_event().

int PHTpcCentralMembraneClusterizer::m_cm_clusters_size2 = 0
private

Definition at line 81 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by End(), and process_event().

std::unique_ptr<TFile> PHTpcCentralMembraneClusterizer::m_histogramfile
private

Definition at line 116 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by End(), and InitRun().

std::string PHTpcCentralMembraneClusterizer::m_histogramfilename = "PHTpcCentralMembraneClusterizer.root"
private

Definition at line 115 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by InitRun(), and set_histogram_outputfile().

int PHTpcCentralMembraneClusterizer::m_metaClusterThreshold = 18
private

Definition at line 85 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event(), and set_metaCluster_threshold().

int PHTpcCentralMembraneClusterizer::m_moduloThreshold = 5
private

Definition at line 84 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event(), and set_modulo_threshold().

int PHTpcCentralMembraneClusterizer::m_total_clusters = 0
private

Definition at line 77 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by End(), and process_event().

int PHTpcCentralMembraneClusterizer::nPairAbove_neg[47] = {0}
private

Definition at line 110 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 110 of file PHTpcCentralMembraneClusterizer.h

Referenced by process_event().

int PHTpcCentralMembraneClusterizer::nPairAbove_pos[47] = {0}
private

Definition at line 109 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event().

double PHTpcCentralMembraneClusterizer::pairAboveContent_neg[47] = {0.0}
private

Definition at line 113 of file PHTpcCentralMembraneClusterizer.h.

View newest version in sPHENIX GitHub at line 113 of file PHTpcCentralMembraneClusterizer.h

Referenced by process_event().

double PHTpcCentralMembraneClusterizer::pairAboveContent_pos[47] = {0.0}
private

Definition at line 112 of file PHTpcCentralMembraneClusterizer.h.

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

Referenced by process_event().


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