LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
sim::PhotonVoxelDef::NeiInfo Struct Reference

#include "PhotonVoxels.h"

Public Member Functions

 NeiInfo ()=default
 
 NeiInfo (int i, double w)
 

Public Attributes

int id = -1
 
double weight = 0.0
 

Detailed Description

Definition at line 112 of file PhotonVoxels.h.

Constructor & Destructor Documentation

sim::PhotonVoxelDef::NeiInfo::NeiInfo ( )
default
sim::PhotonVoxelDef::NeiInfo::NeiInfo ( int  i,
double  w 
)
inline

Definition at line 114 of file PhotonVoxels.h.

114 : id(i), weight(w) {}
Float_t w
Definition: plot.C:20

Member Data Documentation

int sim::PhotonVoxelDef::NeiInfo::id = -1

Definition at line 115 of file PhotonVoxels.h.

double sim::PhotonVoxelDef::NeiInfo::weight = 0.0

Definition at line 116 of file PhotonVoxels.h.


The documentation for this struct was generated from the following file: