Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/Prototype3/tutorial/ExampleAnalysisModule/ExampleAnalysisModule.h>
Public Member Functions | |
Eval_Cluster () | |
virtual | ~Eval_Cluster () |
void | reset () |
void | reweight_clus_pol () |
Eval_Cluster () | |
virtual | ~Eval_Cluster () |
void | reset () |
void | reweight_clus_pol () |
Public Attributes | |
int | max_col |
max hit col | |
int | max_row |
max hit row | |
float | average_col |
energy weighted col | |
float | average_row |
energy weighted row | |
float | sum_E |
sum cluster energy | |
Definition at line 141 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 141 of file ExampleAnalysisModule.h
|
inline |
Definition at line 144 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 144 of file ExampleAnalysisModule.h
References reset().
|
inlinevirtual |
Definition at line 150 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 150 of file ExampleAnalysisModule.h
|
inline |
Definition at line 136 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 136 of file ExampleAnalysisModule.h
References reset().
|
inlinevirtual |
Definition at line 141 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 141 of file ExampleAnalysisModule.h
|
inline |
Definition at line 146 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 146 of file ExampleAnalysisModule.h
References average_col, average_row, max_col, max_row, and sum_E.
|
inline |
Definition at line 155 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 155 of file ExampleAnalysisModule.h
References average_col, average_row, max_col, max_row, and sum_E.
Referenced by Eval_Cluster(), ExampleAnalysisModule::ExampleAnalysisModule(), and ExampleAnalysisModule::process_event().
|
inline |
Definition at line 157 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 157 of file ExampleAnalysisModule.h
References average_col, average_row, and sum_E.
|
inline |
Definition at line 166 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 166 of file ExampleAnalysisModule.h
References average_col, average_row, and sum_E.
Referenced by ExampleAnalysisModule::process_event().
float ExampleAnalysisModule::Eval_Cluster::average_col |
energy weighted col
Definition at line 187 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 187 of file ExampleAnalysisModule.h
Referenced by G__setup_memvarExampleAnalysisModulecLcLEval_Cluster(), ExampleAnalysisModule::process_event(), reset(), and reweight_clus_pol().
float ExampleAnalysisModule::Eval_Cluster::average_row |
energy weighted row
Definition at line 189 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 189 of file ExampleAnalysisModule.h
Referenced by G__setup_memvarExampleAnalysisModulecLcLEval_Cluster(), ExampleAnalysisModule::process_event(), reset(), and reweight_clus_pol().
int ExampleAnalysisModule::Eval_Cluster::max_col |
max hit col
Definition at line 182 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 182 of file ExampleAnalysisModule.h
Referenced by G__setup_memvarExampleAnalysisModulecLcLEval_Cluster(), ExampleAnalysisModule::process_event(), and reset().
int ExampleAnalysisModule::Eval_Cluster::max_row |
max hit row
Definition at line 184 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 184 of file ExampleAnalysisModule.h
Referenced by G__setup_memvarExampleAnalysisModulecLcLEval_Cluster(), ExampleAnalysisModule::process_event(), and reset().
float ExampleAnalysisModule::Eval_Cluster::sum_E |
sum cluster energy
Definition at line 192 of file ExampleAnalysisModule.h.
View newest version in sPHENIX GitHub at line 192 of file ExampleAnalysisModule.h
Referenced by G__setup_memvarExampleAnalysisModulecLcLEval_Cluster(), ExampleAnalysisModule::process_event(), reset(), and reweight_clus_pol().