Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#ifndef tools_rroot_cids
|
||||
#define tools_rroot_cids
|
||||
|
||||
//NOTE : logic must be in sync with wroot/cids.
|
||||
|
||||
#include "../cid"
|
||||
|
||||
namespace tools {
|
||||
@@ -34,6 +36,8 @@ inline cid streamer_element_cid() {return base_cid()+14;}
|
||||
|
||||
inline cid stl_vector_string_cid() {return base_cid()+16;}
|
||||
|
||||
inline cid Named_cid() {return base_cid()+17;}
|
||||
|
||||
//base for templates :
|
||||
inline cid base_leaf_cid() {return base_cid()+20;} //+12=32
|
||||
//NOTE : leaf<T> = base_leaf_cid()+_cid(T)
|
||||
|
||||
Reference in New Issue
Block a user