#include <SubLayerCrossings.h>
Public Member Functions | |
const SubLayerCrossing & | closest () const |
int | closestIndex () const |
bool | isValid () |
const SubLayerCrossing & | other () const |
SubLayerCrossings () | |
SubLayerCrossings (const SubLayerCrossing &c, const SubLayerCrossing &o, int ci) | |
Private Attributes | |
SubLayerCrossing | closest_ |
int | closestIndex_ |
bool | isValid_ |
SubLayerCrossing | other_ |
Definition at line 22 of file SubLayerCrossings.h.
|
inline |
Definition at line 24 of file SubLayerCrossings.h.
|
inline |
Definition at line 25 of file SubLayerCrossings.h.
|
inline |
Definition at line 29 of file SubLayerCrossings.h.
References closest_.
Referenced by TECLayer::groupedCompatibleDetsV(), TBLayer::groupedCompatibleDetsV(), TIDRing::groupedCompatibleDetsV(), CompositeTECWedge::groupedCompatibleDetsV(), Phase2EndcapRing::groupedCompatibleDetsV(), TOBRod::groupedCompatibleDetsV(), PixelBlade::groupedCompatibleDetsV(), Phase1PixelBlade::groupedCompatibleDetsV(), Phase2OTBarrelRod::groupedCompatibleDetsV(), and CompositeTECPetal::groupedCompatibleDetsV().
|
inline |
Definition at line 31 of file SubLayerCrossings.h.
References closestIndex_.
Referenced by TECLayer::groupedCompatibleDetsV(), TBLayer::groupedCompatibleDetsV(), TIDRing::groupedCompatibleDetsV(), CompositeTECWedge::groupedCompatibleDetsV(), Phase2EndcapRing::groupedCompatibleDetsV(), PixelBlade::groupedCompatibleDetsV(), TOBRod::groupedCompatibleDetsV(), Phase2OTBarrelRod::groupedCompatibleDetsV(), and CompositeTECPetal::groupedCompatibleDetsV().
|
inline |
Definition at line 28 of file SubLayerCrossings.h.
References isValid_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), TECLayer::groupedCompatibleDetsV(), TBLayer::groupedCompatibleDetsV(), CompositeTECWedge::groupedCompatibleDetsV(), TIDRing::groupedCompatibleDetsV(), Phase2EndcapRing::groupedCompatibleDetsV(), TOBRod::groupedCompatibleDetsV(), PixelBlade::groupedCompatibleDetsV(), Phase1PixelBlade::groupedCompatibleDetsV(), Phase2OTBarrelRod::groupedCompatibleDetsV(), CompositeTECPetal::groupedCompatibleDetsV(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 30 of file SubLayerCrossings.h.
References other_.
Referenced by TECLayer::groupedCompatibleDetsV(), TBLayer::groupedCompatibleDetsV(), TIDRing::groupedCompatibleDetsV(), CompositeTECWedge::groupedCompatibleDetsV(), Phase2EndcapRing::groupedCompatibleDetsV(), TOBRod::groupedCompatibleDetsV(), PixelBlade::groupedCompatibleDetsV(), Phase1PixelBlade::groupedCompatibleDetsV(), Phase2OTBarrelRod::groupedCompatibleDetsV(), CompositeTECPetal::groupedCompatibleDetsV(), and trackingPlots.Iteration::modules().
|
private |
Definition at line 34 of file SubLayerCrossings.h.
Referenced by closest().
|
private |
Definition at line 36 of file SubLayerCrossings.h.
Referenced by closestIndex().
|
private |
Definition at line 37 of file SubLayerCrossings.h.
Referenced by isValid().
|
private |
Definition at line 35 of file SubLayerCrossings.h.
Referenced by other().