Public Member Functions | Public Attributes | List of all members
caf::SRVertexAssn Class Reference

#include <SRVertexAssn.h>

Public Member Functions

 SRVertexAssn ()
 

Public Attributes

size_t vtxid
 
size_t trkid
 
int trkend
 

Detailed Description

Definition at line 8 of file SRVertexAssn.h.

Constructor & Destructor Documentation

caf::SRVertexAssn::SRVertexAssn ( )

Definition at line 5 of file SRVertexAssn.cxx.

5  :
6  vtxid(-1), trkid(-1), trkend(-1)
7  {
8  }

Member Data Documentation

int caf::SRVertexAssn::trkend

Definition at line 15 of file SRVertexAssn.h.

size_t caf::SRVertexAssn::trkid

Definition at line 14 of file SRVertexAssn.h.

size_t caf::SRVertexAssn::vtxid

Definition at line 13 of file SRVertexAssn.h.


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