#include <ostream>
#include <vector>
#include "GaudiKernel/MsgStream.h"
#include "TrkDriftCircleMath/LocVec2D.h"
#include "TrkDriftCircleMath/MdtId.h"
Go to the source code of this file.
|
| namespace | Muon |
| | NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
|
| namespace | TrkDriftCircleMath |
| | Function object to check whether two Segments are sub/super sets or different.
|
◆ operator<<() [1/2]
Definition at line 7 of file DriftCircle.cxx.
7 {
8 os << dc.
position() << std::setw(6) <<
" r " << dc.
r() <<
" dr " << dc.
dr() <<
" id " << dc.
id();
19 else
20 os <<
" unknown driftState";
22}
double r() const
access to drift radius
const MdtId & id() const
access to identifier
const LocVec2D & position() const
access to local position
double dr() const
access to error drift radius
const DriftState & driftState() const
access to drift state
@ EmptyTube
drift time too large to be compatible with drift spectrum
@ LateHit
drift time compatible with drift spectrum
@ InTime
drift time too small to be compatible with drift spectrum
@ NotCrossed
channel without drift measurement
◆ operator<<() [2/2]
Definition at line 24 of file DriftCircle.cxx.
24 {
25 os << dc.
position() <<
" r " << dc.
r() <<
" dr " << dc.
dr() <<
" id " << dc.
id();
36 else
37 os <<
" unknown driftState";
39}