#include <TkStackMeasurementDet.h>
Private Attributes | |
const TkPixelMeasurementDet * | theInnerDet |
const TkPixelMeasurementDet * | theOuterDet |
const PixelClusterParameterEstimator * | thePixelCPE |
Additional Inherited Members | |
Public Types inherited from MeasurementDet | |
typedef TrackingRecHit::ConstRecHitContainer | RecHitContainer |
using | SimpleHitContainer = std::vector< BaseTrackerRecHit * > |
typedef tracking::TempMeasurements | TempMeasurements |
Protected Attributes inherited from MeasurementDet | |
TrackingRecHit::ConstRecHitPointer | theInactiveHit |
TrackingRecHit::ConstRecHitPointer | theMissingHit |
Definition at line 14 of file TkStackMeasurementDet.h.
TkStackMeasurementDet::TkStackMeasurementDet | ( | const StackGeomDet * | gdet, |
const PixelClusterParameterEstimator * | cpe | ||
) |
Definition at line 7 of file TkStackMeasurementDet.cc.
|
inlinevirtual |
return TRUE if at least one of the lower and upper components has badChannels
Implements MeasurementDet.
Definition at line 37 of file TkStackMeasurementDet.h.
References lowerDet(), and upperDet().
void TkStackMeasurementDet::init | ( | const MeasurementDet * | lowerDet, |
const MeasurementDet * | upperDet | ||
) |
Definition at line 14 of file TkStackMeasurementDet.cc.
References lowerDet(), theInnerDet, theOuterDet, and upperDet().
Referenced by MeasurementTrackerImpl::initStackDet().
|
inlinevirtual |
return TRUE if both lower and upper components are active
Implements MeasurementDet.
Definition at line 34 of file TkStackMeasurementDet.h.
References TkPixelMeasurementDet::isActive(), lowerDet(), and upperDet().
|
inline |
Definition at line 30 of file TkStackMeasurementDet.h.
References theInnerDet.
Referenced by hasBadComponents(), init(), and isActive().
|
virtual |
Implements MeasurementDet.
Definition at line 35 of file TkStackMeasurementDet.cc.
|
virtual |
Implements MeasurementDet.
Definition at line 25 of file TkStackMeasurementDet.cc.
References query::result.
|
inline |
Definition at line 24 of file TkStackMeasurementDet.h.
References compareJSON::const, and MeasurementDet::fastGeomDet().
Referenced by MeasurementTrackerImpl::initStackDet().
|
inline |
Definition at line 31 of file TkStackMeasurementDet.h.
References theOuterDet.
Referenced by hasBadComponents(), init(), and isActive().
|
private |
Definition at line 42 of file TkStackMeasurementDet.h.
Referenced by init(), and lowerDet().
|
private |
Definition at line 43 of file TkStackMeasurementDet.h.
Referenced by init(), and upperDet().
|
private |
Definition at line 41 of file TkStackMeasurementDet.h.