#include <CaloWindow.h>
Definition at line 171 of file CaloWindow.h.
pftools::TestCaloWindow::TestCaloWindow |
( |
| ) |
|
|
inline |
virtual pftools::TestCaloWindow::~TestCaloWindow |
( |
| ) |
|
|
inlinevirtual |
void TestCaloWindow::doTest |
( |
| ) |
|
Definition at line 257 of file CaloWindow.cc.
References pftools::CaloWindow::addHit(), and gather_cfg::cout.
261 cw.addHit(0, 0.05, 1.0);
262 cw.addHit(0.22, 0.05, 2.0);
263 cw.addHit(0, 0.8, 4.0);
264 cw.addHit(0.2, 0, 1.0);
265 cw.addHit(0.15, 0.15, 2.0);
266 cw.addHit(0.0, 0.2, 3.0);
267 cw.addHit(-0.15, 0.15, 4.0);
268 cw.addHit(-0.2, 0, 5.0);
269 cw.addHit(-0.15, -0.15, 6.0);
270 cw.addHit(-0.0, -0.2, 7.0);
271 cw.addHit(0.15, -0.15, 8.0);