G4tgrVolume.cc File Reference

#include "G4tgrVolume.hh"
#include "G4tgrUtils.hh"
#include "G4tgrSolid.hh"
#include "G4tgrVolumeMgr.hh"
#include "G4tgrPlace.hh"
#include "G4tgrPlaceSimple.hh"
#include "G4tgrPlaceDivRep.hh"
#include "G4tgrPlaceParameterisation.hh"
#include "G4tgrFileReader.hh"
#include "G4tgrMessenger.hh"
#include "G4UIcommand.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4tgrVolume &obj)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4tgrVolume obj 
)

Definition at line 283 of file G4tgrVolume.cc.

References G4endl, G4tgrVolume::theCheckOverlaps, G4tgrVolume::theMaterialName, G4tgrVolume::theName, G4tgrVolume::thePlacements, G4tgrVolume::theRGBColour, G4tgrVolume::theType, and G4tgrVolume::theVisibility.

00284 {
00285   os << "G4tgrVolume= " << obj.theName << " Type= " << obj.theType
00286      << " Material= " << obj.theMaterialName
00287      << " Visibility " << obj.theVisibility 
00288      << " Colour " << (obj.theRGBColour)[0] << " "
00289                    << (obj.theRGBColour)[1] << " "
00290                    << (obj.theRGBColour)[2] << " "
00291                    << (obj.theRGBColour)[3] << " "
00292      << " CheckOverlaps " << obj.theCheckOverlaps
00293      << " N placements " << obj.thePlacements.size() << G4endl;
00294       
00295   return os;
00296 }


Generated on Mon May 27 17:51:10 2013 for Geant4 by  doxygen 1.4.7