- Mar 31, 2015
-
-
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
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
lower case vec is used in other parts of this file
-
Andre Sailer authored
-
Frank Gaede authored
-
Frank Gaede authored
- angle arguments in sphere constructors
-
Frank Gaede authored
-> for debugging: - envelope is not visible in teveDisplay ! - envelope is visible in geoDisplay but transparency is ignored ...
-
- Mar 18, 2015
-
-
Frank Gaede authored
no need for dedicated plugin to create volumes as we can also use shapes - added optional positioning to the SubdetectorAssembly_geo plugin for allowing envelopes to be placed
-
Andre Sailer authored
-
Andre Sailer authored
Fix typo in function name, change comment for function Add setters using vectors
-
Andre Sailer authored
use the cellBoundaries based positionToBin and binToPosition functions
-
Andre Sailer authored
-
Andre Sailer authored
Treatment of edge cases (see comments in the code as well) If we are close to the lower bound, we assume it is in the bottom Include upper boundary to the segmentation If the value is below or above the lowest or highest, throw exception, this means the segmentation is always bound by values we give it Need to subtract 1 from the result, because upper_bound works that way
-
Andre Sailer authored
-
Frank Gaede authored
envelope for subdetectors by calling a plugin that creates a volume - added factory methods for creating a volume from an XML tag - to be used for envelope volumes
-