GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
Public Types | Public Member Functions | Static Public Attributes
DetectorHit Class Reference

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 ()
 
VPaletteGetPalette ()
 

Static Public Attributes

static std::string hitTypeNames [DetectorHit::kHitTypeN]
 

Detailed Description

Definition at line 9 of file DetectorHit.h.

Field Documentation

std::string DetectorHit::hitTypeNames
static
Initial value:
= {"Full", "Transparent", "Color coded",
"Color coded and scaled", "Point"}

Definition at line 12 of file DetectorHit.h.


The documentation for this class was generated from the following files: