Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CexmcSimpleRangeWithValue< RangeCategory, ValueCategory > Struct Template Reference

#include <CexmcSimpleRangeWithValue.hh>

Public Member Functions

 CexmcSimpleRangeWithValue ()
 
 CexmcSimpleRangeWithValue (G4double bottom, G4double top, G4double value)
 
template<typename Archive >
void serialize (Archive &archive, const unsigned int version)
 

Public Attributes

G4double bottom
 
G4double top
 
G4double value
 

Detailed Description

template<CexmcValueCategory RangeCategory = CexmcPlainValueCategory, CexmcValueCategory ValueCategory = CexmcPlainValueCategory>
struct CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >

Definition at line 61 of file CexmcSimpleRangeWithValue.hh.

Constructor & Destructor Documentation

template<CexmcValueCategory RangeCategory = CexmcPlainValueCategory, CexmcValueCategory ValueCategory = CexmcPlainValueCategory>
CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >::CexmcSimpleRangeWithValue ( )
inline

Definition at line 63 of file CexmcSimpleRangeWithValue.hh.

64  {}
template<CexmcValueCategory RangeCategory = CexmcPlainValueCategory, CexmcValueCategory ValueCategory = CexmcPlainValueCategory>
CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >::CexmcSimpleRangeWithValue ( G4double  bottom,
G4double  top,
G4double  value 
)
inline

Definition at line 66 of file CexmcSimpleRangeWithValue.hh.

67  :
68  bottom( bottom ), top( top ), value( value )
69  {}
const XML_Char int const XML_Char * value
Definition: expat.h:331

Member Function Documentation

template<CexmcValueCategory RangeCategory, CexmcValueCategory ValueCategory>
template<typename Archive >
void CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >::serialize ( Archive &  archive,
const unsigned int  version 
)
inline

Definition at line 86 of file CexmcSimpleRangeWithValue.hh.

88 {
89  archive & bottom;
90  archive & top;
91  archive & value;
92 }

Member Data Documentation

template<CexmcValueCategory RangeCategory = CexmcPlainValueCategory, CexmcValueCategory ValueCategory = CexmcPlainValueCategory>
G4double CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >::bottom

Definition at line 71 of file CexmcSimpleRangeWithValue.hh.

template<CexmcValueCategory RangeCategory = CexmcPlainValueCategory, CexmcValueCategory ValueCategory = CexmcPlainValueCategory>
G4double CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >::top

Definition at line 73 of file CexmcSimpleRangeWithValue.hh.

template<CexmcValueCategory RangeCategory = CexmcPlainValueCategory, CexmcValueCategory ValueCategory = CexmcPlainValueCategory>
G4double CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >::value

Definition at line 75 of file CexmcSimpleRangeWithValue.hh.


The documentation for this struct was generated from the following file: