Classes | Namespaces | Functions
PhotonVoxels.h File Reference

Definitions of voxel data structures. More...

#include "larcorealg/Geometry/geo_vectors_utils.h"
#include "larcoreobj/SimpleTypesAndConstants/geo_vectors.h"
#include <array>
#include <optional>

Go to the source code of this file.

Classes

class  sim::PhotonVoxel
 Representation of a single small volume (voxel). More...
 
class  sim::PhotonVoxelDef
 Representation of a region of space diced into voxels. More...
 
struct  sim::PhotonVoxelDef::NeiInfo
 

Namespaces

 sim
 Code to link reconstructed objects back to the MC truth information.
 

Functions

std::ostream & sim::operator<< (std::ostream &out, sim::PhotonVoxelDef const &voxelDef)
 Prints the content of the specified voxel definition into a stream. More...
 

Detailed Description

Definitions of voxel data structures.

Definition in file PhotonVoxels.h.