gtouchable
Loading...
Searching...
No Matches
gtouchable.h File Reference
#include "gbase.h"
#include <vector>
#include <string>
#include <memory>
#include "gtouchable_options.h"
Include dependency graph for gtouchable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GIdentifier
 Represents a unique identifier for a sensitive detector element. More...
 
class  GTouchable
 Represents a touchable sensitive detector element. More...
 

Namespaces

namespace  gtouchable
 

Enumerations

enum  GTouchableType { readout , flux , particleCounter , dosimeter }
 Enumeration representing the type of GTouchable element. More...
 

Functions

const char * gtouchable::to_string (GTouchableType t)
 

Enumeration Type Documentation

◆ GTouchableType

Defines different types of sensitive detector elements.

Enumerator
readout 

Electronic readout with time window discrimination.

flux 

Track-based discrimination.

particleCounter 

No additional discriminating factors.

dosimeter 

Radiation digitization using track id.

Definition at line 26 of file gtouchable.h.