#include "myglobals.hh"
#include "G4DigiManager.hh"
#include "G4HCofThisEvent.hh"
#include "G4Step.hh"
#include "G4ThreeVector.hh"
#include "G4SDManager.hh"
#include "G4TransportationManager.hh"
#include "G4FieldManager.hh"
#include "G4MagneticField.hh"
#include "G4UnitsTable.hh"
#include "G4ios.hh"
#include "G4RunManager.hh"
#include "G4TrackStatus.hh"
#include "CLHEP/Geometry/Vector3D.h"
#include "CLHEP/Geometry/Point3D.h"
#include "TVector3.h"
#include <iostream>
#include "MyString2Anything.hh"
#include "MyRoot.hh"
#include "MySD.hh"
#include "KillerSD.hh"
Go to the source code of this file.
Typedefs | |
typedef HepGeom::Point3D< double > | HepPoint3D |
typedef HepGeom::Vector3D< double > | HepVector3D |
typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 36 of file KillerSD.cc.
typedef HepGeom::Vector3D<double> HepVector3D |
Definition at line 37 of file KillerSD.cc.