GGS(GenericGEANT4Simulation)Software
2.7.0
|
Public Types | |
enum | hitType { kFullHit, kOpacityHit, kColorCodedHit, kColorCodedScaleHit, kClusterHit, kHitTypeN } |
Public Member Functions | |
DetectorHit (std::string name) | |
TEveElementList * | GetTEveElementList () |
std::unordered_map < std::string, TEveGeoShape * > * | GetTEveGeoShapeMap () |
void | SetDisplayType (hitType type) |
void | SetThreshold (float threshold) |
void | SetColor (Color_t color) |
hitType | GetType () |
float | GetThreshold () |
Color_t | GetColor () |
VPalette * | GetPalette () |
Static Public Attributes | |
static std::string | hitTypeNames [DetectorHit::kHitTypeN] |
Definition at line 9 of file DetectorHit.h.
|
static |
Definition at line 12 of file DetectorHit.h.