EVENT::TrackerHitZCylinder Class Reference

A tracker hit on a cylindrical surface that runs parallel to the z-axis - the hit is stored as:
x,y,z, center(x,y), dRPhi, dz
where (x,y,z) is the position in global cartesian coordinates, center(x,y) is the center of the cylinder and Rphi and z are the measurement errors. More...

#include <pre-generated/EVENT/TrackerHitZCylinder.h>

Inheritance diagram for EVENT::TrackerHitZCylinder:
EVENT::TrackerHit EVENT::TrackerHit EVENT::LCObject EVENT::LCObject lcrtrel::LCRTRelations lcrtrel::LCRTRelations IMPL::TrackerHitZCylinderImpl IOIMPL::TrackerHitZCylinderIOImpl

List of all members.

Public Types

typedef TrackerHitZCylinder lcobject_type
 Useful typedef for template programming with LCIO.

Public Member Functions

virtual ~TrackerHitZCylinder ()
 Destructor.
virtual int getCellID0 () const =0
 Same name as in CalorimeterHit, even though there are no 'cells' in this case.
virtual int getCellID1 () const =0
 Same name as in CalorimeterHit, even though there are no 'cells' in this case Optional, check/set flag(LCIO::RTHZBIT_ID1)==1.
virtual const float * getCenter () const =0
 Radius of cylinder.
virtual float getdRPhi () const =0
 Measurement error along RPhi.
virtual float getdZ () const =0
 Measurement error along z.

Detailed Description

A tracker hit on a cylindrical surface that runs parallel to the z-axis - the hit is stored as:
x,y,z, center(x,y), dRPhi, dz
where (x,y,z) is the position in global cartesian coordinates, center(x,y) is the center of the cylinder and Rphi and z are the measurement errors.

Note the radius of the cylinder is given by R=sqrt( dx^2c+ dy^2 ) and dx=x-x_c, dy=y-y_c.

Author:
gaede
Version:
$Id:$

Member Function Documentation

virtual const float* EVENT::TrackerHitZCylinder::getCenter (  )  const [pure virtual]

Radius of cylinder.

Center of cylinder in RPhi-plane - given as (x,y).

Implemented in IMPL::TrackerHitZCylinderImpl.

Referenced by SIO::SIOTrackerHitZCylinderHandler::write().


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Friends

Generated on 6 Mar 2020 for LCIO by  doxygen 1.6.1