Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Nucleon.cc File Reference
#include "G4Nucleon.hh"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const G4Nucleon &nucleon)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  stream,
const G4Nucleon nucleon 
)

Definition at line 58 of file G4Nucleon.cc.

59{
60// stream<< nucleon.GetDefinition()->GetParticleName()
61// << " is " << nucleon.AreYouHit() ? " " : "not"
62// << " hit. Momentum/position:" << G4endl;
63 stream<< " momentum : " << nucleon.Get4Momentum() << G4endl;
64 stream<< " position : " << nucleon.GetPosition() ;
65 return stream;
66}
#define G4endl
Definition: G4ios.hh:57
G4bool nucleon(G4int ityp)