Skip to content
Snippets Groups Projects
Commit c988c65c authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: CMakeLists.txt

	modified:   dd4hep.yaml
parent 85a3bfef
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ set(INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH
if(BUILD_DATA_MODEL)
execute_process(COMMAND python $ENV{PODIO}/python/podio_class_generator.py ${CMAKE_SOURCE_DIR}/eic_data.yaml ${PROJECT_BINARY_DIR} eicd )
#execute_process(COMMAND python $ENV{PODIO}/python/podio_class_generator.py ${CMAKE_SOURCE_DIR}/dd4hep.yaml ${PROJECT_BINARY_DIR}/dd4pod dd4hep/podio )
execute_process(COMMAND python $ENV{PODIO}/python/podio_class_generator.py ${CMAKE_SOURCE_DIR}/dd4hep.yaml ${PROJECT_BINARY_DIR}/dd4pod dd4pod )
endif(BUILD_DATA_MODEL)
# Make relative paths absolute (needed later on)
......
......@@ -44,7 +44,7 @@ datatypes :
Description: "Podio implementation of dd4hep's dd4hep::sim::Geant4Particle class"
Author : "W.Armstrong"
Members:
- int id // x
- int ID // x
- int g4Parent // x
- int reason // x
- int mask // x
......@@ -57,7 +57,7 @@ datatypes :
- int charge // x
- std::array<int,1> spare // x
- std::array<float,3> spin // x
- double vsx // 12 ints + 4 bytes + 3 floats should be aligned to 8 bytes....
- double vsx // x
- double vsy // x
- double vsz // x
- double vex // x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment