ATLAS Offline Software
Classes | Namespaces | Functions
L2StandAloneMuon_v2.h File Reference
#include <stdint.h>
#include <iosfwd>
#include "xAODBase/IParticle.h"
#include "Math/Vector4D.h"
Include dependency graph for L2StandAloneMuon_v2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xAOD::L2StandAloneMuon_v2
 Class describing standalone muons reconstructed in the LVL2 trigger. More...
 

Namespaces

 xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
 

Functions

std::ostream & operator<< (std::ostream &out, const xAOD::L2StandAloneMuon_v2 &mu)
 Operator for printing the contents of a LVL2 muon. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const xAOD::L2StandAloneMuon_v2 mu 
)

Operator for printing the contents of a LVL2 muon.

Operator for printing the contents of a LVL2 muon.

Definition at line 1763 of file L2StandAloneMuon_v2.cxx.

1764  {
1765 
1766  out << "roiWord: " << mu.roiWord() << "; ";
1767  out << "sAddress: " << mu.sAddress() << "; ";
1768  out << "pt: " << mu.pt() << "; ";
1769  out << "phi: " << mu.phi() << "; ";
1770  out << "eta: " << mu.eta() << "; ";
1771  out << "rMS: " << mu.rMS() << "; ";
1772  out << "etaMS: " << mu.etaMS() << "; ";
1773  out << "phiMS: " << mu.phiMS() << "; ";
1774  out << "dirPhiMS: " << mu.dirPhiMS() << "; ";
1775  out << "zMS: " << mu.zMS() << "; ";
1776  out << "dirZMS: " << mu.dirZMS() << "; ";
1777  out << "beta: " << mu.beta() << "; ";
1778  out << "barrelRadius: " << mu.barrelRadius() << "; ";
1779  out << "barrelSagitta: " << mu.barrelSagitta() << "; ";
1780  out << "endcapAlpha: " << mu.endcapAlpha() << "; ";
1781  out << "endcapBeta: " << mu.endcapBeta() << "; ";
1782  out << "endcapRadius: " << mu.endcapRadius() << "; ";
1783  out << "etaMap: " << mu.etaMap() << "; ";
1784  out << "phiMap: " << mu.phiMap() << "; ";
1785  out << "etaBin: " << mu.etaBin() << "; ";
1786  out << "phiBin: " << mu.phiBin() << "; ";
1787  out << "isTgcFailure: " << mu.isTgcFailure() << "; ";
1788  out << "isRpcFailure: " << mu.isRpcFailure() << "; ";
1789  out << "deltaPt: " << mu.deltaPt() << "; ";
1790  out << "deltaEta: " << mu.deltaEta() << "; ";
1791  out << "deltaPhi: " << mu.deltaPhi() << "; ";
1792  out << "algoId: " << mu.algoId() << "; ";
1793  out << "teId: " << mu.teId() << "; ";
1794  out << "lvl1Id: " << mu.lvl1Id() << "; ";
1795  out << "lumiBlock: " << mu.lumiBlock() << "; ";
1796  out << "muonDetMask: " << mu.muonDetMask() << "; ";
1797  out << "roiId: " << mu.roiId() << "; ";
1798  out << "roiSystem: " << mu.roiSystem() << "; ";
1799  out << "roiSubsystem: " << mu.roiSubsystem() << "; ";
1800  out << "roiSector: " << mu.roiSector() << "; ";
1801  out << "roiNumber: " << mu.roiNumber() << "; ";
1802  out << "roiThreshold: " << mu.roiThreshold() << "; ";
1803  out << "roiEta: " << mu.roiEta() << "; ";
1804  out << "roiPhi: " << mu.roiPhi() << "; ";
1805  out << "rpcHitsCapacity: " << mu.rpcHitsCapacity() << "; ";
1806  out << "tgcHitsCapacity: " << mu.tgcHitsCapacity() << "; ";
1807  out << "mdtHitsCapacity: " << mu.mdtHitsCapacity() << "; ";
1808  out << "cscHitsCapacity: " << mu.cscHitsCapacity() << "; ";
1809 
1810  // Return the stream:
1811  return out;
1812 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
CaloNoise_fillDB.mu
mu
Definition: CaloNoise_fillDB.py:53