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

In This Package:

PerSimPmtHit Class Reference

Persistent version of SimPmtHit. More...

#include <PerSimPmtHit.h>

Inheritance diagram for PerSimPmtHit:

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

Public Member Functions

 PerSimPmtHit ()
 PerSimPmtHit (const CLHEP::Hep3Vector &in_dir, const CLHEP::Hep3Vector &in_pol, double in_wavelength, int in_type)
virtual ~PerSimPmtHit ()

Public Attributes

CLHEP::Hep3Vector dir
CLHEP::Hep3Vector pol
double wavelength
int type
int sensDetId
double time
CLHEP::Hep3Vector pos
float weight
PerSimIndirection ancestor

Detailed Description

Persistent version of SimPmtHit.

bv@bnl.gov Thu Aug 14 16:09:49 2008

Definition at line 16 of file PerSimPmtHit.h.


Constructor & Destructor Documentation

PerSimPmtHit::PerSimPmtHit (  ) 

Definition at line 3 of file PerSimPmtHit.cc.

00004     : dir()
00005     , pol()
00006     , wavelength(0)
00007     , type(0)
00008 {
00009 }

PerSimPmtHit::PerSimPmtHit ( const CLHEP::Hep3Vector &  in_dir,
const CLHEP::Hep3Vector &  in_pol,
double  in_wavelength,
int  in_type 
)

Definition at line 10 of file PerSimPmtHit.cc.

00013     : dir(in_dir)
00014     , pol(in_pol)
00015     , wavelength(in_wavelength)
00016     , type(in_type)
00017 {
00018 }

PerSimPmtHit::~PerSimPmtHit (  )  [virtual]

Definition at line 19 of file PerSimPmtHit.cc.

00020 {
00021 }


Member Data Documentation

CLHEP::Hep3Vector PerSimPmtHit::dir

Definition at line 24 of file PerSimPmtHit.h.

CLHEP::Hep3Vector PerSimPmtHit::pol

Definition at line 25 of file PerSimPmtHit.h.

double PerSimPmtHit::wavelength

Definition at line 26 of file PerSimPmtHit.h.

int PerSimPmtHit::type

Definition at line 27 of file PerSimPmtHit.h.

int PerSimHit::sensDetId [inherited]

Definition at line 24 of file PerSimHit.h.

double PerSimHit::time [inherited]

Definition at line 25 of file PerSimHit.h.

CLHEP::Hep3Vector PerSimHit::pos [inherited]

Definition at line 26 of file PerSimHit.h.

float PerSimHit::weight [inherited]

Definition at line 27 of file PerSimHit.h.

PerSimIndirection PerSimHit::ancestor [inherited]

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