FairRoot/PandaRoot
|
#include <PndGemFindClusters.h>
Public Attributes | |
Int_t | detId |
std::vector< Int_t > | digiNr |
std::vector< Int_t > | chanNr |
std::vector< Double_t > | sigADC |
Double_t | cluTDC |
Double_t | cluADC |
Double_t | cluPos |
Int_t | cluPMn |
Int_t | cluPMx |
Double_t | cluMPs |
Double_t | cluMVl |
Definition at line 37 of file PndGemFindClusters.h.
std::vector<Int_t> DigiCluster::chanNr |
Definition at line 40 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Double_t DigiCluster::cluADC |
Definition at line 43 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Double_t DigiCluster::cluMPs |
Definition at line 47 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Double_t DigiCluster::cluMVl |
Definition at line 48 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Int_t DigiCluster::cluPMn |
Definition at line 45 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Int_t DigiCluster::cluPMx |
Definition at line 46 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Double_t DigiCluster::cluPos |
Definition at line 44 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Double_t DigiCluster::cluTDC |
Definition at line 42 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
Int_t DigiCluster::detId |
Definition at line 38 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
std::vector<Int_t> DigiCluster::digiNr |
Definition at line 39 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().
std::vector<Double_t> DigiCluster::sigADC |
Definition at line 41 of file PndGemFindClusters.h.
Referenced by PndGemFindClusters::CreateClusters().