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