Geant4  10.02.p03
CexmcSimpleRangeWithValue< RangeCategory, ValueCategory > Struct Template Reference

#include <CexmcSimpleRangeWithValue.hh>

Collaboration diagram for CexmcSimpleRangeWithValue< RangeCategory, ValueCategory >:

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

◆ CexmcSimpleRangeWithValue() [1/2]

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

Definition at line 63 of file CexmcSimpleRangeWithValue.hh.

64  {}

◆ CexmcSimpleRangeWithValue() [2/2]

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

Member Function Documentation

◆ serialize()

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

◆ bottom

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

Definition at line 71 of file CexmcSimpleRangeWithValue.hh.

◆ top

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

Definition at line 73 of file CexmcSimpleRangeWithValue.hh.

◆ value

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: