# | Line 143 | Line 143 | OpenGLDisplayer::beginJob(const edm::Eve | |
---|---|---|
143 | if(trapezoidalBounds) | |
144 | { | |
145 | std::vector<float> const & parameters = (*trapezoidalBounds).parameters(); | |
146 | < | width = parameters[0]; |
147 | < | length = parameters[3]; |
146 | > | width = parameters[0]*2; |
147 | > | length = parameters[3]*2; |
148 | thickness = (*trapezoidalBounds).thickness(); | |
149 | TrapezoidalParam = parameters[1]/parameters[0]; | |
150 | – | |
150 | }else if(rectangularBounds){ | |
151 | width = DetUnit->surface().bounds().width(); | |
152 | length = DetUnit->surface().bounds().length(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |