LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "PhotonVoxels.h"
Public Member Functions | |
PhotonVoxel (double xMin, double xMax, double yMin, double yMax, double zMin, double zMax, int N=0) | |
PhotonVoxel () | |
TVector3 | GetLowerCorner () const |
TVector3 | GetUpperCorner () const |
TVector3 | GetCenter () const |
Private Attributes | |
double | xVoxelMin |
double | xVoxelMax |
double | yVoxelMin |
double | yVoxelMax |
double | zVoxelMin |
double | zVoxelMax |
int | NPhotons |
Definition at line 9 of file PhotonVoxels.h.
sim::PhotonVoxel::PhotonVoxel | ( | double | xMin, |
double | xMax, | ||
double | yMin, | ||
double | yMax, | ||
double | zMin, | ||
double | zMax, | ||
int | N = 0 |
||
) |
sim::PhotonVoxel::PhotonVoxel | ( | ) |
Definition at line 28 of file PhotonVoxels.cxx.
Referenced by sim::PhotonVoxelDef::GetPhotonVoxel().
TVector3 sim::PhotonVoxel::GetCenter | ( | void | ) | const |
Definition at line 49 of file PhotonVoxels.cxx.
References xVoxelMax, xVoxelMin, yVoxelMax, yVoxelMin, zVoxelMax, and zVoxelMin.
Referenced by phot::CreateHybridLibrary::CreateHybridLibrary(), phot::PhotonLibraryHybrid::GetCount(), and evgen::LightSource::produce().
TVector3 sim::PhotonVoxel::GetLowerCorner | ( | ) | const |
TVector3 sim::PhotonVoxel::GetUpperCorner | ( | ) | const |
|
private |
Definition at line 28 of file PhotonVoxels.h.
Referenced by PhotonVoxel().
|
private |
Definition at line 22 of file PhotonVoxels.h.
Referenced by GetCenter(), GetUpperCorner(), and PhotonVoxel().
|
private |
Definition at line 21 of file PhotonVoxels.h.
Referenced by GetCenter(), GetLowerCorner(), and PhotonVoxel().
|
private |
Definition at line 24 of file PhotonVoxels.h.
Referenced by GetCenter(), GetUpperCorner(), and PhotonVoxel().
|
private |
Definition at line 23 of file PhotonVoxels.h.
Referenced by GetCenter(), GetLowerCorner(), and PhotonVoxel().
|
private |
Definition at line 26 of file PhotonVoxels.h.
Referenced by GetCenter(), GetUpperCorner(), and PhotonVoxel().
|
private |
Definition at line 25 of file PhotonVoxels.h.
Referenced by GetCenter(), GetLowerCorner(), and PhotonVoxel().