GEAR  1.9.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Deprecated List
Member gear::FixedDiskLayoutBase::getPadLayoutType () const
{ As there now is more than one implementation for each coordinate type this is not sufficient to distinguish the implementations any more. Use getPadLayoutImplType() to get the implementation type. Use getCoordinateType() to get the type of the coordinate system.
Member gear::PadRowLayout2D::getPadLayoutType () const =0
{ As there now is more than one implementation for each coordinate type this is not sufficient to distinguish the implementations any more. Use getPadLayoutImplType() to get the implementation type. Use getCoordinateType() to get the type of the coordinate system.
Member gear::RectangularPadRowLayout::getPadLayoutType () const
{ As there now is more than one implementation for each coordinate type this is not sufficient to distinguish the implementations any more. Use getPadLayoutImplType() to get the implementation type. Use getCoordinateType() to get the type of the coordinate system.
Member gear::TPCModuleImpl::getPadLayoutType () const
{ As there now is more than one implementation for each coordinate type this is not sufficient to distinguish the implementations any more. Use getPadLayoutImplType() to get the implementation type. Use getCoordinateType() to get the type of the coordinate system.
Member gear::TPCParameters::getDriftVelocity () const =0
{This should come from conditions data.}
Member gear::TPCParameters::getPadLayout () const =0
{Please use getModule(moduleID) instead. The TPCModule is an implementation of PadRowLayout2D}
Member gear::TPCParameters::getReadoutFrequency () const =0
{Use TPCModule::getReadoutFrequency() instead.}
Member gear::TPCParametersImpl::getDriftVelocity () const

{This should come from conditions data.}

{This should come from conditions data.}

Member gear::TPCParametersImpl::getPadLayout () const

{Please use getModule(moduleID) instead. The TPCModule is an implementation of PadRowLayout2D}

{Please use getModule(moduleID) instead. The TPCModule is an implementation of PadRowLayout2D}

Member gear::TPCParametersImpl::getReadoutFrequency () const

{Use TPCModule::getReadoutFrequency() instead.}

{Use TPCModule::getReadoutFrequency() instead.}

Member gear::TPCParametersImpl::setDriftVelocity (double driftVelocity)
{Drift velocity should come from conditons data}
Member gear::TPCParametersImpl::setMaxDriftLength (double maxDriftLength)
{MaxDriftLength should be set in constructor}
Member gear::TPCParametersImpl::setPadLayout (PadRowLayout2D *padLayout)
{Calls addModule with a module it creates from the padLayout}
Member gear::TPCParametersImpl::setReadoutFrequency (double readoutFrequency)
{Readout frequency is individual for modules.}
Member gear::VersatileDiskRowLayout::getPadLayoutType () const
{ As there now is more than one implementation for each coordinate type this is not sufficient to distinguish the implementations any more. Use getPadLayoutImplType() to get the implementation type. Use getCoordinateType() to get the type of the coordinate system.