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