ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DicomRun.hh File Reference

Definition of the DicomRun class. More...

#include "G4Run.hh"
#include "G4Event.hh"
#include "G4THitsMap.hh"
#include <vector>
+ Include dependency graph for DicomRun.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DicomRun
 

Functions

template<typename T >
void Copy (std::vector< T > &main, const std::vector< T > &data)
 
template<typename T >
size_t Copy (std::vector< T * > &main, const std::vector< T * > &data)
 
template<typename T >
void Print (const std::vector< T > &data)
 

Detailed Description

Definition of the DicomRun class.

Definition in file DicomRun.hh.

Function Documentation

template<typename T >
void Copy ( std::vector< T > &  main,
const std::vector< T > &  data 
)
inline

Definition at line 91 of file DicomRun.hh.

View newest version in sPHENIX GitHub at line 91 of file DicomRun.hh

Referenced by DicomRun::Merge(), and Dicom2Run::Merge().

+ Here is the caller graph for this function:

template<typename T >
size_t Copy ( std::vector< T * > &  main,
const std::vector< T * > &  data 
)
inline

Definition at line 99 of file DicomRun.hh.

View newest version in sPHENIX GitHub at line 99 of file DicomRun.hh

References T.

template<typename T >
void Print ( const std::vector< T > &  data)
inline

Definition at line 109 of file DicomRun.hh.

View newest version in sPHENIX GitHub at line 109 of file DicomRun.hh

References G4cout, and G4endl.