#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 155 of file MuonTrackSteeringStrategy.h.
  156     sl << 
"MuonTrackSteeringStrategy " << mtss.
getName() << 
" with options: " << mtss.
allOptions() << 
" with seeds";
 
  157     if (mtss.
seeds().size()) {
 
  158         for (
unsigned int i = 0; 
i < mtss.
seeds().
size(); ++
i) { sl << 
" " << mtss.
seeds()[
i]; }
 
  161     sl << 
" and chambers are: " << std::endl;
 
  163         sl << 
"\t Step " << 
i << 
" : ( ";
 
  164         for (
unsigned int j = 0; j < mtss.
getCh(
i).
size() - 1; ++j) {
 
  167         if (mtss.
getCh(
i).size()) {
 
  170         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) {
 
  147         if (mtss.
getCh(
i).size()) {
 
  150         sl << 
" ) " << std::endl;