22 lines
183 B
C++
22 lines
183 B
C++
#ifndef included_G4CurveVector
|
|
#define included_G4CurveVector
|
|
|
|
#include <rw/tpordvec.h>
|
|
#include "G4Curve.hh"
|
|
|
|
typedef RWTPtrOrderedVector<G4Curve> G4CurveVector;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|