Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
StandardRecord
SRVertexAssn.h
Go to the documentation of this file.
1
#ifndef CAFSRVERTEXASSN_H
2
#define CAFSRVERTEXASSN_H
3
4
#include <cstddef>
5
6
namespace
caf
7
{
8
class
SRVertexAssn
9
{
10
public
:
11
SRVertexAssn
();
12
13
size_t
vtxid
;
// Being the vertex which this Assn belongs to
14
size_t
trkid
;
15
int
trkend
;
16
};
17
}
18
19
#endif
caf::SRVertexAssn::trkid
size_t trkid
Definition:
SRVertexAssn.h:14
caf::SRVertexAssn::vtxid
size_t vtxid
Definition:
SRVertexAssn.h:13
caf::SRVertexAssn::SRVertexAssn
SRVertexAssn()
Definition:
SRVertexAssn.cxx:5
caf::SRVertexAssn
Definition:
SRVertexAssn.h:8
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRVertexAssn::trkend
int trkend
Definition:
SRVertexAssn.h:15
Generated by
1.8.11