Definition of the DicomRun class.
More...
#include "G4Run.hh"
#include "G4Event.hh"
#include "G4THitsMap.hh"
#include <vector>
Go to the source code of this file.
|
template<typename T > |
void | copy (std::vector< T > &main, const std::vector< T > &data) |
|
template<typename T > |
unsigned | copy (std::vector< T * > &main, const std::vector< T * > &data) |
|
template<typename T > |
void | print (const std::vector< T > &data) |
|
Definition of the DicomRun class.
Definition in file DicomRun.hh.
template<typename T >
void copy |
( |
std::vector< T > & |
main, |
|
|
const std::vector< T > & |
data |
|
) |
| |
|
inline |
template<typename T >
unsigned copy |
( |
std::vector< T * > & |
main, |
|
|
const std::vector< T * > & |
data |
|
) |
| |
|
inline |
template<typename T >
void print |
( |
const std::vector< T > & |
data | ) |
|
|
inline |