#include "MuonRDO/TgcRawData.h"
#include "GaudiKernel/MsgStream.h"
Go to the source code of this file.
◆ dump()
Definition at line 417 of file TgcRawData.cxx.
  419     sl << 
"TgcRawData " << 
data.typeName()
 
  420     << 
", bcTag=" << 
data.bcTag()
 
  421     << 
", l1Id=" << 
data.l1Id()
 
  422     << 
", bcId=" << 
data.bcId()
 
  423     << 
", subDetectorId=" << 
data.subDetectorId()
 
  424     << 
", rodId=" << 
data.rodId()
 
  425     << 
", sswId=" << 
data.sswId()
 
  426     << 
", slbId=" << 
data.slbId();
 
  430         sl << 
", tracklet=" << 
data.tracklet()
 
  431         << 
", adjacent=" << 
data.isAdjacent()
 
  432         << 
", slbType=" << 
data.slbTypeName()
 
  433         << 
", bitpos=" << 
data.bitpos();
 
  436         sl << 
", slbType=" << 
data.slbTypeName()
 
  437         << 
", delta=" << 
data.delta()
 
  438         << 
", segment=" << 
data.segment()
 
  439         << 
", subMatrix=" << 
data.subMatrix()
 
  440         << 
", position=" << 
data.position();
 
  443         sl << 
", strip=" << 
data.isStrip()
 
  444         << 
", forward=" << 
data.isForward()
 
  445         << 
", sector=" << 
data.sector()
 
  446         << 
", chip=" << 
data.chip()
 
  447         << 
", cand=" << 
data.index()
 
  448         << 
", hipt=" << 
data.isHipt()
 
  449         << 
", hitId=" << 
data.hitId()
 
  450         << 
", hsub=" << 
data.hsub()
 
  451         << 
", delta=" << 
data.delta()
 
  452         << 
", inner=" << 
data.inner();
 
  455         sl << 
", cand3plus=" << 
data.cand3plus()
 
  456         << 
", forward=" << 
data.isForward()
 
  457         << 
", sector=" << 
data.sector()
 
  458         << 
", cand=" << 
data.index()
 
  459         << 
", sign=" << 
data.isMuplus()
 
  460         << 
", threshold=" << 
data.threshold()
 
  461         << 
", overlap=" << 
data.isOverlap()
 
  462         << 
", veto=" << 
data.isVeto()
 
  463         << 
", roi=" << 
data.roi();
 
  466         sl << 
", nsweta=" << 
data.nsweta()
 
  467         << 
", nswphi=" << 
data.nswphi()
 
  468         << 
", nswcand=" << 
data.nswcand()
 
  469         << 
", nswdtheta=" << 
data.nswdtheta()
 
  470         << 
", nswphires=" << 
data.nswphires()
 
  471         << 
", nswlowres=" << 
data.nswlowres()
 
  472         << 
", nswid=" << 
data.nswid()
 
  473         << 
", forward=" << 
data.isForward()
 
  474         << 
", sector=" << 
data.sector();
 
  477         sl << 
", rpceta=" << 
data.rpceta()
 
  478         << 
", rpcphi=" << 
data.rpcphi()
 
  479         << 
", rpcflag=" << 
data.rpcflag()
 
  480         << 
", rpcdeta=" << 
data.rpcdeta()
 
  481         << 
", rpcdphi=" << 
data.rpcdphi()
 
  482         << 
", sector=" << 
data.sector();
 
  485         sl << 
", ei=" << 
data.ei()
 
  486         << 
", fi=" << 
data.fi()
 
  487         << 
", forward=" << 
data.isForward()
 
  488         << 
", sector=" << 
data.sector();
 
  491         sl << 
", mod=" << 
data.tmdbmod()
 
  492         << 
", bcid=" << 
data.tmdbbcid()
 
  493         << 
", sector=" << 
data.sector();
 
 
 
 
◆ operator<<() [1/2]
Overload of << operator for MsgStream for debug output. 
Definition at line 501 of file TgcRawData.cxx.
 
 
◆ operator<<() [2/2]
Overload of << operator for std::ostream for debug output. 
Definition at line 506 of file TgcRawData.cxx.