ATLAS Offline Software
Classes | Functions
I4Momentum.h File Reference
#include <ostream>
#include "CLHEP/Vector/LorentzVector.h"
Include dependency graph for I4Momentum.h:

Go to the source code of this file.

Classes

class  I4Momentum
 

Functions

std::ostream & operator<< (std::ostream &out, const I4Momentum &p4)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const I4Momentum p4 
)
inline

Definition at line 105 of file I4Momentum.h.

106 {
107  return p4.dump( out );
108 }
I4Momentum::dump
virtual std::ostream & dump(std::ostream &out) const =0
Print I4Momentum content.
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71