Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4LatticeLogical.hh File Reference

Definition of the G4LatticeLogical class. More...

#include "globals.hh"
#include "G4ThreeVector.hh"
#include <iosfwd>

Go to the source code of this file.

Classes

class  G4LatticeLogical
 

Functions

std::ostream & operator<< (std::ostream &os, const G4LatticeLogical &lattice)
 

Detailed Description

Definition of the G4LatticeLogical class.

Definition in file G4LatticeLogical.hh.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4LatticeLogical lattice 
)
inline

Definition at line 108 of file G4LatticeLogical.hh.

109 {
110 lattice.Dump(os);
111 return os;
112}
void Dump(std::ostream &os) const