- May 08, 2015
-
-
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
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Mar 23, 2015
-
-
Frank Gaede authored
Geometry::Volume createPlacedEnvelope( DD4hep::Geometry::LCDD& lcdd, DD4hep::XML::Handle_t e , DD4hep::Geometry::DetElement sdet ) ;
-
Frank Gaede authored
shapes (subtraction, union or intersection )
-
- Mar 21, 2015
-
-
Andre Sailer authored
-
- Mar 20, 2015
-
-
Andre Sailer authored
This also now allows to skip events
-
Andre Sailer authored
-
Frank Gaede authored
to be used to only build detector envelopes - fixed visualization in teve_display to also show the envelope volume - visualize daughter level in dumpdetector (tabs)
-
- Mar 19, 2015
-
-
Andre Sailer authored
-