| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerSimVertex Class Reference

Persistent version of SimVertex. More...

#include <PerSimVertex.h>

Collaboration diagram for PerSimVertex:

[legend]
List of all members.

Public Member Functions

 PerSimVertex ()
 ~PerSimVertex ()

Public Attributes

PerSimIndirection track
int processType
std::string processName
double time
double energy
ROOT::Math::XYZPoint position
ROOT::Math::XYZVector momentum
std::vector< PerSimIndirectionsecondaryTracks

Detailed Description

Persistent version of SimVertex.

bv@bnl.gov Mon Aug 25 14:31:14 2008

Definition at line 22 of file PerSimVertex.h.


Constructor & Destructor Documentation

PerSimVertex::PerSimVertex (  ) 

Definition at line 3 of file PerSimVertex.cc.

00004     : track()
00005     , processType(0)
00006     , processName("")
00007     , time(0)
00008     , energy(0)
00009     , position()
00010     , momentum()
00011     , secondaryTracks()
00012 {
00013 }

PerSimVertex::~PerSimVertex (  ) 

Definition at line 14 of file PerSimVertex.cc.

00015 {
00016     // everything held by value, nothing to clean up here.
00017 }


Member Data Documentation

PerSimIndirection PerSimVertex::track

Definition at line 27 of file PerSimVertex.h.

int PerSimVertex::processType

Definition at line 34 of file PerSimVertex.h.

std::string PerSimVertex::processName

Definition at line 35 of file PerSimVertex.h.

double PerSimVertex::time

Definition at line 37 of file PerSimVertex.h.

double PerSimVertex::energy

Definition at line 38 of file PerSimVertex.h.

ROOT::Math::XYZPoint PerSimVertex::position

Definition at line 40 of file PerSimVertex.h.

ROOT::Math::XYZVector PerSimVertex::momentum

Definition at line 41 of file PerSimVertex.h.

std::vector<PerSimIndirection> PerSimVertex::secondaryTracks

Definition at line 43 of file PerSimVertex.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:35:46 2011 for PerSimEvent by doxygen 1.4.7