#include <Position.h>
Definition at line 11 of file Position.h.
◆ Position()
MuonGM::Position::Position |
( |
| ) |
|
|
default |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Position & |
p |
|
) |
| |
|
friend |
Definition at line 9 of file Position.cxx.
10 os <<
" Position eta/phi index " <<
p.zindex <<
"/" <<
p.phiindex <<
" phi/z/R/s_shift " <<
p.phi <<
" " <<
p.z <<
" " <<
p.radius <<
" " <<
p.shift <<
" alpha/beta/gamma "
11 <<
p.alpha <<
" " <<
p.beta <<
" " <<
p.gamma;
◆ alpha
double MuonGM::Position::alpha {0.} |
◆ beta
double MuonGM::Position::beta {0.} |
◆ gamma
double MuonGM::Position::gamma {0.} |
◆ icut
int MuonGM::Position::icut {0} |
◆ inclination
double MuonGM::Position::inclination {0.} |
◆ isAssigned
bool MuonGM::Position::isAssigned {false} |
◆ isBarrelLike
bool MuonGM::Position::isBarrelLike {false} |
◆ isMirrored
bool MuonGM::Position::isMirrored {false} |
◆ phi
double MuonGM::Position::phi {0.} |
◆ phiindex
int MuonGM::Position::phiindex {0} |
◆ phitype
int MuonGM::Position::phitype {0} |
◆ radius
double MuonGM::Position::radius {0.} |
◆ shift
double MuonGM::Position::shift {0.} |
◆ subtype
int MuonGM::Position::subtype {0} |
double MuonGM::Position::z {0.} |
◆ zindex
int MuonGM::Position::zindex {0} |
The documentation for this class was generated from the following file: