#include <thePositionInVolumeFilter.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 thePositionInVolumeFilter.h.
|
inline |
Definition at line 56 of file thePositionInVolumeFilter.h.
TGeoCombiTrans const* larg4::thePositionInVolumeFilter::VolumeInfo_t::trans |
volume transformation (has both ways)
Definition at line 60 of file thePositionInVolumeFilter.h.
TGeoVolume const* larg4::thePositionInVolumeFilter::VolumeInfo_t::vol |
ROOT volume.
Definition at line 59 of file thePositionInVolumeFilter.h.