Belle II Software  release-08-01-10
WireNeighborPair Class Reference

Class representing a pair of neighbors in the CDC in a single layer For certain circumstances it is allowed that both wires point to nullptr, e.g. More...

#include <WireNeighborPair.h>

Inheritance diagram for WireNeighborPair:
Collaboration diagram for WireNeighborPair:

Public Types

using Super = std::pair< MayBePtr< const CDCWire >, MayBePtr< const CDCWire > >
 Type of the base class.
 

Public Member Functions

MayBePtr< const CDCWiregetFirst () const
 Getter for the first wire.
 
MayBePtr< const CDCWiregetSecond () const
 Getter for the second wire.
 
WireNeighborKind getNeighborKind () const
 Getter for the kind of neighbor hood relation the first wire has with the second.
 

Detailed Description

Class representing a pair of neighbors in the CDC in a single layer For certain circumstances it is allowed that both wires point to nullptr, e.g.

at the borders of super layers. Hence you have to check before accessing the wires.

Definition at line 29 of file WireNeighborPair.h.


The documentation for this class was generated from the following files: