#include <bitset>
#include <iostream>
#include <string>
#include <vector>
#include "GaudiKernel/MsgStream.h"
#include "MuonStationIndex/MuonStationIndex.h"
Go to the source code of this file.
|
| Muon |
| NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
|
|
◆ operator<<() [1/2]
Definition at line 151 of file MuonTrackSteeringStrategy.h.
152 sl <<
"MuonTrackSteeringStrategy " << mtss.
getName() <<
" with options: " << mtss.
allOptions() <<
" with seeds";
153 if (mtss.
seeds().size()) {
154 for (
unsigned int i = 0;
i < mtss.
seeds().
size(); ++
i) { sl <<
" " << mtss.
seeds()[
i]; }
157 sl <<
" and chambers are: " << std::endl;
159 sl <<
"\t Step " <<
i <<
" : ( ";
160 for (
unsigned int j = 0; j < mtss.
getCh(
i).
size() - 1; ++j) sl << mtss.
getCh(
i)[j] <<
" , ";
162 sl <<
" ) " << std::endl;
◆ operator<<() [2/2]
Definition at line 135 of file MuonTrackSteeringStrategy.h.
136 sl <<
"MuonTrackSteeringStrategy " << mtss.
getName() <<
" with options: " << mtss.
allOptions() <<
" with seeds";
137 if (mtss.
seeds().size()) {
138 for (
unsigned int i = 0;
i < mtss.
seeds().
size(); ++
i) { sl <<
" " << mtss.
seeds()[
i]; }
141 sl <<
" and chambers are: " << std::endl;
143 sl <<
"\t Step " <<
i <<
" : ( ";
144 for (
unsigned int j = 0; j < mtss.
getCh(
i).
size() - 1; ++j) sl << mtss.
getCh(
i)[j] <<
" , ";
146 sl <<
" ) " << std::endl;