#include <ParticleFilters.h>
Public Member Functions | |
VolumeInfo_t (TGeoVolume const *new_vol, TGeoCombiTrans const *new_trans) | |
Public Attributes | |
TGeoVolume const * | vol |
ROOT volume. More... | |
TGeoCombiTrans const * | trans |
volume transformation (has both ways) More... | |
Due to the structure of ROOT geometry, volumes and their transformations are not living in the same place; so we need to keep both.
Definition at line 55 of file ParticleFilters.h.
|
inline |
Definition at line 56 of file ParticleFilters.h.
TGeoCombiTrans const* util::PositionInVolumeFilter::VolumeInfo_t::trans |
volume transformation (has both ways)
Definition at line 60 of file ParticleFilters.h.
TGeoVolume const* util::PositionInVolumeFilter::VolumeInfo_t::vol |
ROOT volume.
Definition at line 59 of file ParticleFilters.h.