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

In This Package:

PerSimHit Class Reference

Persistent version of a SimHit. More...

#include <PerSimHit.h>

Inheritance diagram for PerSimHit:

[legend]
Collaboration diagram for PerSimHit:
[legend]
List of all members.

Public Member Functions

 PerSimHit ()
 PerSimHit (int sensDetId, double in_time, const CLHEP::Hep3Vector &in_pos, float in_weight)
virtual ~PerSimHit ()

Public Attributes

int sensDetId
double time
CLHEP::Hep3Vector pos
float weight
PerSimIndirection ancestor

Detailed Description

Persistent version of a SimHit.

bv@bnl.gov Thu Aug 14 16:06:27 2008

Definition at line 17 of file PerSimHit.h.


Constructor & Destructor Documentation

PerSimHit::PerSimHit (  ) 

Definition at line 3 of file PerSimHit.cc.

00004     : sensDetId(0)
00005     , time(0)
00006     , pos()
00007     , weight(0)
00008     , ancestor()
00009 {
00010 }

PerSimHit::PerSimHit ( int  sensDetId,
double  in_time,
const CLHEP::Hep3Vector &  in_pos,
float  in_weight 
)

Definition at line 11 of file PerSimHit.cc.

00014     : sensDetId(in_sensDetId)
00015     , time(in_time)
00016     , pos(in_pos)
00017     , weight(in_weight)
00018     , ancestor()
00019 {
00020 }

PerSimHit::~PerSimHit (  )  [virtual]

Definition at line 21 of file PerSimHit.cc.

00022 {
00023 }


Member Data Documentation

int PerSimHit::sensDetId

Definition at line 24 of file PerSimHit.h.

double PerSimHit::time

Definition at line 25 of file PerSimHit.h.

CLHEP::Hep3Vector PerSimHit::pos

Definition at line 26 of file PerSimHit.h.

float PerSimHit::weight

Definition at line 27 of file PerSimHit.h.

PerSimIndirection PerSimHit::ancestor

Definition at line 28 of file PerSimHit.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