- 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
-
- Mar 17, 2015
-
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
Require Geant 9.6 at CMAKE level Replace "#pragma error" by "#error", because "#pragma error" is ignored as unknown
-
Andre Sailer authored
Add getEnviron check to _clean_fname function
-
Marko Petric authored
-
Marko Petric authored
-
- Mar 13, 2015
-
-
Marko Petric authored
-
Frank Gaede authored
- added example Marlin steering file for tracking with SimpleCLIC.xml
-
Frank Gaede authored
-> creating 1D hits
-
Markus Frank authored
-
Andre Sailer authored
-
- Mar 12, 2015
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Frank Gaede authored
-
Frank Gaede authored
- added extra layers to CLIC like tracking detector - debug code in ZPlanarTracker_geo.cpp: - add inner cylinder of air (commented out): screws geometry: material scan does not work anymore: bug in TGeo !?
-
Andre Sailer authored
Macro needs string concatenation instead of quotation marks, otherwise the plugin name comes out wrong
-