EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TPCFEETestRecov1::ClusterData Class Reference

buffer for a cluster's data More...

#include <fun4all_coresoftware/blob/master/offline/packages/tpcdaq/TPCFEETestRecov1.h>

+ Inheritance diagram for TPCFEETestRecov1::ClusterData:
+ Collaboration diagram for TPCFEETestRecov1::ClusterData:

Public Member Functions

 ClusterData ()
 
 ClassDefOverride (ClusterData, 1)
 

Public Attributes

std::set< int > padxs
 
std::set< int > padys
 
std::set< int > samples
 
std::map< int, std::vector
< double > > 
padx_samples
 
std::map< int, std::vector
< double > > 
pady_samples
 
std::vector< double > sum_samples
 
int min_sample
 
int max_sample
 
double peak
 
double peak_sample
 
double pedstal
 
std::map< int, double > padx_peaks
 
std::map< int, double > pady_peaks
 
double avg_padx
 pad coordinate
 
double avg_pady
 
int size_pad_x
 pad size
 
int size_pad_y
 

Detailed Description

buffer for a cluster's data

Definition at line 140 of file TPCFEETestRecov1.h.

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

Constructor & Destructor Documentation

TPCFEETestRecov1::ClusterData::ClusterData ( )
inline

Definition at line 143 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 143 of file TPCFEETestRecov1.h

Member Function Documentation

TPCFEETestRecov1::ClusterData::ClassDefOverride ( ClusterData  ,
 
)

Member Data Documentation

double TPCFEETestRecov1::ClusterData::avg_padx

pad coordinate

Definition at line 177 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 177 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

double TPCFEETestRecov1::ClusterData::avg_pady

Definition at line 178 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 178 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

int TPCFEETestRecov1::ClusterData::max_sample

Definition at line 167 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 167 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

int TPCFEETestRecov1::ClusterData::min_sample

Definition at line 166 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 166 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::map<int, double> TPCFEETestRecov1::ClusterData::padx_peaks

Definition at line 173 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 173 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::map<int, std::vector<double> > TPCFEETestRecov1::ClusterData::padx_samples

Definition at line 161 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 161 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::set<int> TPCFEETestRecov1::ClusterData::padxs

Definition at line 156 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 156 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::map<int, double> TPCFEETestRecov1::ClusterData::pady_peaks

Definition at line 174 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 174 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::map<int, std::vector<double> > TPCFEETestRecov1::ClusterData::pady_samples

Definition at line 162 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 162 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::set<int> TPCFEETestRecov1::ClusterData::padys

Definition at line 157 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 157 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

double TPCFEETestRecov1::ClusterData::peak

Definition at line 169 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 169 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

double TPCFEETestRecov1::ClusterData::peak_sample

Definition at line 170 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 170 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

double TPCFEETestRecov1::ClusterData::pedstal

Definition at line 171 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 171 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::set<int> TPCFEETestRecov1::ClusterData::samples

Definition at line 158 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 158 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

int TPCFEETestRecov1::ClusterData::size_pad_x

pad size

Definition at line 181 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 181 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

int TPCFEETestRecov1::ClusterData::size_pad_y

Definition at line 182 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 182 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().

std::vector<double> TPCFEETestRecov1::ClusterData::sum_samples

Definition at line 163 of file TPCFEETestRecov1.h.

View newest version in sPHENIX GitHub at line 163 of file TPCFEETestRecov1.h

Referenced by TPCFEETestRecov1::Clustering().


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