Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRTPCCluster.h
Go to the documentation of this file.
1
#ifndef CAFSRTPCCLUSTER_H
2
#define CAFSRTPCCLUSTER_H
3
4
#include "
StandardRecord/SRCovMx.h
"
5
6
#include <cstddef>
7
8
namespace
caf
9
{
10
class
SRTPCCluster
11
{
12
public
:
13
SRTPCCluster
();
14
15
float
x
,
y
,
z
;
16
float
sig
;
17
float
rms
;
18
size_t
trkid
;
19
SRCovMx
cov
;
20
};
21
}
22
23
#endif
caf::SRTPCCluster::y
float y
Definition:
SRTPCCluster.h:15
caf::SRTPCCluster::cov
SRCovMx cov
Definition:
SRTPCCluster.h:19
caf::SRTPCCluster::z
float z
Definition:
SRTPCCluster.h:15
SRCovMx.h
caf::SRCovMx
Definition:
SRCovMx.h:6
caf::SRTPCCluster::SRTPCCluster
SRTPCCluster()
Definition:
SRTPCCluster.cxx:11
caf::SRTPCCluster::rms
float rms
Definition:
SRTPCCluster.h:17
caf::SRTPCCluster::sig
float sig
Definition:
SRTPCCluster.h:16
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRTPCCluster::x
float x
Definition:
SRTPCCluster.h:15
caf::SRTPCCluster::trkid
size_t trkid
Definition:
SRTPCCluster.h:18
caf::SRTPCCluster
Definition:
SRTPCCluster.h:10
Generated by
1.8.11