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

In This Package:

PerSimIndirection Class Reference

A persistent version of SimTrackReference and SimVertexReference. More...

#include <PerSimIndirection.h>

List of all members.


Public Member Functions

 PerSimIndirection ()
 PerSimIndirection (int in_index, int in_count)
 ~PerSimIndirection ()

Public Attributes

int index
int count

Detailed Description

A persistent version of SimTrackReference and SimVertexReference.

Holds index into PerSimParticleHistory's array and an indirection count.

bv@bnl.gov Mon Aug 25 14:41:45 2008

Definition at line 15 of file PerSimIndirection.h.


Constructor & Destructor Documentation

PerSimIndirection::PerSimIndirection (  ) 

Definition at line 2 of file PerSimIndirection.cc.

00003     : index(-1)
00004     , count(-1)
00005 {
00006 }

PerSimIndirection::PerSimIndirection ( int  in_index,
int  in_count 
)

Definition at line 7 of file PerSimIndirection.cc.

00008     : index(in_index)
00009     , count(in_count)
00010 {
00011 }

PerSimIndirection::~PerSimIndirection (  ) 

Definition at line 12 of file PerSimIndirection.cc.

00013 {
00014 }


Member Data Documentation

int PerSimIndirection::index

Definition at line 22 of file PerSimIndirection.h.

int PerSimIndirection::count

Definition at line 23 of file PerSimIndirection.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