ATLAS Offline Software
Loading...
Searching...
No Matches
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
 I4Momentum is an abstract base class providing 4-momentum behavior. More...

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}
virtual std::ostream & dump(std::ostream &out) const =0
Print I4Momentum content.