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

Go to the source code of this file.

Classes

class  xAOD::L2IsoMuon_v1
 Class describing isolation info for 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::L2IsoMuon_v1 &mu)
 Operator for printing the contents of a LVL2 muon. More...
 

Function Documentation

◆ operator<<()

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

Operator for printing the contents of a LVL2 muon.

Operator for printing the contents of a LVL2 muon.

Definition at line 132 of file L2IsoMuon_v1.cxx.

133  {
134 
135  out << "roiWord: " << mu.roiWord() << "; ";
136  out << "charge: " << mu.charge() << "; ";
137  out << "pt: " << mu.pt() << "; ";
138  out << "phi: " << mu.phi() << "; ";
139  out << "eta: " << mu.eta() << "; ";
140  out << "errorFlag: " << mu.errorFlag() << "; ";
141  out << "sumPt01: " << mu.sumPt01() << "; ";
142  out << "sumPt02: " << mu.sumPt02() << "; ";
143  out << "sumPt03: " << mu.sumPt03() << "; ";
144  out << "sumPt04: " << mu.sumPt04() << "; ";
145  out << "sumEt01: " << mu.sumEt01() << "; ";
146  out << "sumEt02: " << mu.sumEt02() << "; ";
147  out << "sumEt03: " << mu.sumEt03() << "; ";
148  out << "sumEt04: " << mu.sumEt04();
149 
150  // Return the stream:
151  return out;
152 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
CaloNoise_fillDB.mu
mu
Definition: CaloNoise_fillDB.py:53