GEAR
1.9.0
|
gear | Measurement Surface Class |
BField | Global B field map |
CalorimeterParameters | Proposal for an abstract interface that defines geometry properties of a typical sampling calorimeter as needed for reconstruction |
FTDLayerLayout | Abstract description of layers in a FTD detector |
FTDParameters | Geometry properties of a FTD detector needed for reconstruction code |
Exception | Base exception class for GEAR - all other exceptions extend this |
ParseException | ParseException used for parse errors, e.g |
NotImplementedException | NotImplementedException used for features that are not implemented |
UnknownParameterException | UnknownParameterException call Processor::end() |
OutsideGeometryException | OutsideGeometryException used if user asks for info from geometry tree where no node is defined |
SensorID | Helper struct for decoding a sensor ID |
GEAR | Global constants used in GEAR |
CGAGearDistanceProperties | CGA Implementation of the abstract interface that returns the (material) properties along a given distance between two points in in world coordinates |
CGAGearPointProperties | CGA implementation of the abstract interface that returns the (material) properties of a given point in world coordinates |
CGAGeometryInitializer | CGA Geometry Initializer class |
GearDistanceProperties | Abstract interface for a class that returns the (material) properties along a given distance between two points in in world coordinates |
CalorimeterParametersImpl | Implementation of |
ConstantBField | Global B field map implementation with constant field |
FixedDiskLayoutBase | Base class for circular PadRowLayout2D implementations |
FixedPadAngleDiskLayout | Implementation of PadRowLayout2D for a disk with fixed angled keystone pads |
FixedPadSizeDiskLayout | Implementation of PadRowLayout2D for a disk with fixed sized keystone pads |
Row | Internal helper class for FixedPadSizeDiskLayout |
vframe | Abstract description of layers in a FTD detector |
FTDLayerLayoutImpl | |
Layer | Helper class for layer properties |
FTDParametersImpl | Geometry properties of a FTD detector needed for reconstruction code |
GearMgrImpl | Manager class that returns the Gear classes for the relevant subdetectors |
GearParametersImpl | Implementation of GearParameters - a set off parameters that can be used to describe the geometrical properties of a specific subdetector type for reconstruction |
GlobalPadIndex | Global pad index implimentation |
LayerLayoutImpl | Implementation of layered layout detector - typically a a sampling calorimeter |
Layer | Helper class for layer properties |
RectangularPadRowLayout | Implementation of PadRowLayout2D for a rectangular row based layout where all pads in a given row are equal and have rectangular shape |
Row | Internal helper class for RectangularPadRowLayout |
SimpleMaterialImpl | Implementation of gear::SimpleMaterial |
SiPlanesLayerLayoutImpl | Abstract description of layers in pixel beam telescope |
Layer | Helper class for layer properties |
SensLayer | |
SiPlanesParametersImpl | Abstract description of layers in pixel beam telescope with or without DUT |
TPCModuleImpl | A wrapper Class for PadRowLayout2D, allowing which converts between local and global coordinate systems, and adds module appropriate functionality |
TPCParametersImpl | A Container for TPCModules which describe the geometry properties of a given TPC |
TrackerPlanesMaterialLayerImpl | Abstract description of layers in pixel beam telescope |
TrackerPlanesSensitiveLayerImpl | |
TrackerPlanesLayerImpl | |
TrackerPlanesLayerLayoutImpl | Collection of layers = telescope description |
TrackerPlanesParametersImpl | Abstract description of layers in pixel beam telescope |
Vector3D | Simple three dimensional vector providing the components for cartesian, cylindrical and spherical coordinate systems - internal reperesentation is cartesian |
Cartesian | |
Cylindrical | |
Spherical | |
VectorND_T | Trivial N-dimensional vector |
Vector2D_T | Specialization for 2D |
Vector3D_T | Specialization for 3D |
VersatileDiskRowLayout | Implementation of PadRowLayout2D for a wedge shaped module |
Row | Internal helper class for VersatileDiskRowLayout, describing one row |
ZPlanarLayerLayoutImpl | Abstract description of layers in a Vertex detector |
Layer | Helper class for layer properties |
ZPlanarParametersImpl | Geometry properties of a planar detector (parallel to z-axis) needed for reconstruction code |
GearMaterialProperties | Abstract base class for implemenations of the GearPointPtoperties and GearDistanceProperties |
GearMaterialPropertiesFactory | Factory singleton class - plugin libraries will have to implement a concrete factory and register it on loading |
GearMgr | Abstract interface for a manager class that returns the Gear classes for the relevant subdetectors |
GearParameters | Abstract interface for a set of parameters that can be used to describe the geometrical properties of a specific subdetector type for reconstruction |
GearPointProperties | Abstract interface for a class that returns the (material) properties of a given point in in world coordinates |
BoundaryRectangle | A class for boundaries of a rectangle |
BoundaryTrapezoid | A class for boundaries of a trapzoid |
CartesianCoordinateSystem | Cartesian coordinate system class |
IBoundary | |
ICoordinateSystem | An abstract base class for coordinate systems |
MeasurementSurface | |
MeasurementSurfaceStore | |
MeasurementSurfaceStoreFiller | |
MaterialMap | Material map using GearDistanceProperties |
MaterialMapFactory | Factory to create material maps using GearDistanceProperties |
TGeoGearDistanceProperties | TGeo Implementation of the abstract interface that returns the (material) properties along a given distance between two points in in world coordinates |
TGeoGearPointProperties | TGeo implementation of the abstract interface that returns the (material) properties of a given point in world coordinates |
TGeoGeometryInitializer | TGeo Geometry Initializer class |
CalorimeterParametersXML | XML handler for CalorimeterParameters |
ConstantBFieldXML | XML handler for ConstantBField |
FixedPadAngleDiskLayoutXML | Abstract XML handler for FixedPadAngleDiskLayoutXML |
FixedPadSizeDiskLayoutXML | Abstract XML handler for FixedPadSizeDiskLayoutXML |
FTDParametersXML | XML handler for FTDParameters |
GearParametersXML | XML handler for GearParameters |
GearXML | Implementation of GEAR using XML |
MergeXML | Class to merge two xml files |
PadRowLayout2DXML | Abstract XML handler for PadRowLayout2DXML |
RectangularPadRowLayoutXML | Abstract XML handler for RectangularPadRowLayoutXML |
SimpleMaterialXML | XML handler for SimpleMaterial |
SiPlanesParametersXML | XML handler for SiPlanesParameters |
TiXmlCursor | |
TiXmlBase | TiXmlBase is a base class for every class in TinyXml |
StringToBuffer | |
TiXmlNode | The parent class for everything in the Document Object Model |
TiXmlAttribute | An attribute is a name-value pair |
TiXmlAttributeSet | |
TiXmlElement | The element is a container class |
TiXmlComment | An XML comment |
TiXmlText | XML text |
TiXmlDeclaration | In correct XML the declaration is the first entry in the file |
TiXmlUnknown | Any tag that tinyXml doesn't recognize is saved as an unknown |
TiXmlDocument | Always the top level node |
TiXmlHandle | A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing |
TPCModuleXML | Abstract XML handler for TPCModuleXML |
TPCParametersXML | Abstract XML handler for TPCParameters |
TrackerPlanesParametersXML | XML handler for TrackerPlanesParameters |
VersatileDiskRowLayoutXML | XML handler for VersatileDiskRowLayoutXML |
XMLHandler | Interface for XML handlers of GEAR classes |
XMLHandlerMgr | Manager for XML handlers of GEAR classes |
ZPlanarParametersXML | XML handler for ZPlanarParameters |
LayerLayout | Abstract description of a layered layout detector - typically a a sampling calorimeter |
PadRowLayout2D | Abstract description of a planar subdetector with pads (cells) that are positioned in rows (circular or rectangular) |
SimpleMaterial | Abstract interface for a simple material description tjhat hold s the following properties: A, Z, density, radiation length and interaction length |
SiPlanesLayerLayout | Abstract description of layers in a pixel beam telescope |
SiPlanesParameters | Geometry properties of a pixel beam telescope needed for reconstruction code |
TPCModule | A wrapper Class for PadRowLayout2D which converts between the actual pad layouts local coodinate system and the TPCs global coordinate systems |
NoZPositionException | An exception that is special for the TPCModule |
TPCParameters | Proposal for an abstract interface that defines the geometry properties of a TPC like detector needed for reconstruction code |
TrackerPlanesMaterialLayer | |
TrackerPlanesSensitiveLayer | |
TrackerPlanesLayer | |
TrackerPlanesLayerLayout | |
TrackerPlanesParameters | Geometry properties of a pixel beam telescope needed for reconstruction code |
ZPlanarLayerLayout | Abstract description of layers in a Vertex detector |
ZPlanarParameters | Geometry properties of a vertex detector needed for reconstruction code |
TGeoMaterialProperties | Concrete implemetation for TGeo |
TGeoMaterialPropertiesFactory | Implementation of Factory 'singleton' class |
Tokenizer | Helper class for XMLParser |
TiXmlParsingData |