CMS 3D CMS Logo

VisG4ExampleField Class Reference

#include <VisExamples/VisG4ExN02/src/VisG4ExampleField.h>

List of all members.

Public Member Functions

 VisG4ExampleField (G4ThreeVector fieldVector=G4ThreeVector())


Detailed Description

Definition at line 16 of file VisG4ExampleField.h.


Constructor & Destructor Documentation

VisG4ExampleField::VisG4ExampleField ( G4ThreeVector  fieldVector = G4ThreeVector ()  ) 

Definition at line 17 of file VisG4ExampleField.cc.

00018     : G4UniformMagField (fieldVector)
00019 {
00020     G4FieldManager *fm = G4TransportationManager::GetTransportationManager ()
00021                          ->GetFieldManager ();
00022     fm->SetDetectorField (this);
00023     fm->CreateChordFinder (this);
00024 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:35:24 2009 for CMSSW by  doxygen 1.5.4