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

#include <analysis/blob/master/Prototype3/tutorial/ExampleAnalysisModule/ExampleAnalysisModule.h>

+ Inheritance diagram for ExampleAnalysisModule::Eval_Cluster:
+ Collaboration diagram for ExampleAnalysisModule::Eval_Cluster:

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
 

Detailed Description

Definition at line 141 of file ExampleAnalysisModule.h.

View newest version in sPHENIX GitHub at line 141 of file ExampleAnalysisModule.h

Constructor & Destructor Documentation

ExampleAnalysisModule::Eval_Cluster::Eval_Cluster ( )
inline

Definition at line 144 of file ExampleAnalysisModule.h.

View newest version in sPHENIX GitHub at line 144 of file ExampleAnalysisModule.h

References reset().

+ Here is the call graph for this function:

virtual ExampleAnalysisModule::Eval_Cluster::~Eval_Cluster ( )
inlinevirtual

Definition at line 150 of file ExampleAnalysisModule.h.

View newest version in sPHENIX GitHub at line 150 of file ExampleAnalysisModule.h

ExampleAnalysisModule::Eval_Cluster::Eval_Cluster ( )
inline

Definition at line 136 of file ExampleAnalysisModule.h.

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

References reset().

+ Here is the call graph for this function:

virtual ExampleAnalysisModule::Eval_Cluster::~Eval_Cluster ( )
inlinevirtual

Definition at line 141 of file ExampleAnalysisModule.h.

View newest version in sPHENIX GitHub at line 141 of file ExampleAnalysisModule.h

Member Function Documentation

void ExampleAnalysisModule::Eval_Cluster::reset ( )
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.

void ExampleAnalysisModule::Eval_Cluster::reset ( )
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().

+ Here is the caller graph for this function:

void ExampleAnalysisModule::Eval_Cluster::reweight_clus_pol ( )
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.

void ExampleAnalysisModule::Eval_Cluster::reweight_clus_pol ( )
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().

+ Here is the caller graph for this function:

Member Data Documentation

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


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