10 lines
205 B
C++
10 lines
205 B
C++
#ifndef included_G4PlacementVector
|
|
#define included_G4PlacementVector
|
|
|
|
#include <rw/tpordvec.h>
|
|
#include "G4Axis2Placement3D.hh"
|
|
|
|
typedef RWTPtrOrderedVector<G4Axis2Placement3D> G4PlacementVector;
|
|
|
|
#endif
|