#include "MuonAlignmentData/MuonAlignmentPar.h"
#include <array>
#include <climits>
#include <iostream>
#include <algorithm>
Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
ostr, |
|
|
const BLinePar & |
par |
|
) |
| |
Definition at line 6 of file BLinePar.cxx.
8 ostr<<
"Muon B-Line deformation AMDB id (name,eta,phi,job)=(";
9 ostr<<
par.AmdbStation()<<
",";
10 ostr<<
par.AmdbEta()<<
",";
11 ostr<<
par.AmdbPhi()<<
",";
12 ostr<<
par.AmdbJob()<<
"), ";
14 ostr<<
" tube bow out of plane bp="<<
par.getParameter(Parameter::bp)<<
",";
16 ostr<<
" cross plate sage out of plane sp="<<
par.getParameter(Parameter::sp)<<
",";
17 ostr<<
" sn="<<
par.getParameter(Parameter::sn)<<
",";
18 ostr<<
" twist tw="<<
par.getParameter(Parameter::tw)<<
",";
20 ostr<<
" trapezoid tz="<<
par.getParameter(Parameter::tr)<<
",";
22 ostr<<
" local expansion ep="<<
par.getParameter(Parameter::ep)<<
",";