Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • need to understand garbage collection for java and C++ objects allocated on the stack and on the heap and passing object between java and c++

Material Database

...

it is probably desirable to have a well defined system of units a la Geant4, so that every quantity comes in the properly defined unit. So that one can write code, such as:

Wiki Markup&nbsp;&nbsp;&nbsp; cout << "&nbsp; length of TPC \[cm\]:&nbsp; " <<     cout << "  length of TPC [cm]:  " << lcgo->getTPCParameters()->getLength() / cm&nbsp; << endl / cm  << endl ;

Vectors and Matrices 

need to define classes for vectors and matrices (symmetric) that are used throughout LCGO (and LCIO !?)

...