- May 11, 2015
-
-
Andre Sailer authored
Split libraries into DDCore and DDComponents. One has to explicitely specify the required components in find_package. See doc/release.notes for more details
-
Frank Gaede authored
-
- May 08, 2015
-
-
Markus Frank authored
-
Frank Gaede authored
-
Andre Sailer authored
-
Andre Sailer authored
Simplify cmake: use add_dd4hep_plugin to create library and rootmap
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
including DD4hepG4Plugins, DD4hepG4LCIO, DD4hepG4Legacy DDTest: replace deprecated link_libraries by target_link_libraries
-
Andre Sailer authored
-
Andre Sailer authored
Rename target to DDRec, this required changes in many other CMakeLists to be consistent Re-arrange Gear dependent parts into single if scope Add SYSTEM to GEAR IncludeDirs Use variables to define libraries in one place and add optional ones (i.e., gear) to the list Create plugin_sources variable to create a DDRecPlugin independent of the DDRec library parts No Whitespace after and before parenthesis Assume ROOT_INCLUDE_DIRS is added in main CMakeLists file Comment Setting of CMAKE_CXX_FLAGS
-
Frank Gaede authored
-
- May 07, 2015
-
-
Nikiforos Nikiforou authored
-
- Apr 29, 2015
-
-
Andre Sailer authored
-
Andre Sailer authored
Only link against DD4hepG4 if Geant4 is used. Create list of libraries to link against based on the build options.
-
- Apr 28, 2015
-
-
Frank Gaede authored
- in a next step the SurfaceManager will be re-written to be a singleton that caches surface lists and maps ...
-
- Apr 10, 2015
-
-
Andre Sailer authored
Fixes for warnings from doxygen proper list layout verbatim around xml examples escape unknown tag remove copy/pasted doc for non-existent parameter
-
Andre Sailer authored
Add example segmentation and document parameters for setGridRValues and setGridPhiValues
-
- Apr 07, 2015
-
-
Marko Petric authored
Moved the position tag from being inside the shape enviroment (x_shape) to the global x_det enviroment. Otherwise there is a conflict between DetectorAssembly and Subtraction/UnionSolid since both read the same tag.
-
- Apr 01, 2015
-
-
Markus Frank authored
-
Markus Frank authored
-
Frank Gaede authored
- create CalorimeterParameters for all ILD calos if LayeredCalorimeterData extension is present
-
Frank Gaede authored
- som code reformatting
-
- Mar 31, 2015
-
-
Frank Gaede authored
-> drivers can call this method also w/o defining a shape for the envelope
-
Andre Sailer authored
-
Andre Sailer authored
some missing characters missmatch in function signatures due to using std::string
-
Andre Sailer authored
Fix: phi/theta Coordinate calculation was not updating the cellID Create protected functions no taking cellIDs, make public functions update the cellID for the decoder Make position update the cellID for the decoder and use the private phi/theta functions Fix: Change type for thetaBins and phiBins members, they should be integer (at least the setters only allowed int) Tweaks: Use CellID instead of long64 (same typedef)
-
Andre Sailer authored
* protect against self assignment * delete NULL is a no-op, don't need to check
-
Andre Sailer authored
-
Andre Sailer authored
Create stringstream to avoid changing output format for cout
-
Andre Sailer authored
now phi bins are counted from the offset counter-clockwise up
-
Andre Sailer authored
-
Andre Sailer authored
-
- Mar 27, 2015
-
-
Andre Sailer authored
use scientific format for float/double correct the unsigned long and long format output (l is length specifier)
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
a) This (the one in Handle.h) is used to pass parameters to the Segmentations at the moment b) I know 30 digits is overkill
-
- Mar 26, 2015
-
-
Shaojun Lu authored
Update teveDisplay for better visualization resolution on Tube. For example TPC, Hcal outer shape and Coil.
-
- Mar 25, 2015
-
-
Andre Sailer authored
Don't convert units when calling the setDimension internal function. Otherwise conversion is applied twice when setDimensions calls _setDimensions
-