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