Simple test on a recob::Wire object. More...
#include <algorithm>#include "boost/test/unit_test.hpp"#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"#include "larcoreobj/SimpleTypesAndConstants/geo_types.h"#include "lardataobj/Utilities/sparse_vector.h"#include "lardataobj/RecoBase/Wire.h"Go to the source code of this file.
| Macros | |
| #define | BOOST_TEST_MODULE ( wire_test ) | 
| Functions | |
| void | CheckWire (recob::Wire const &wire, recob::Wire::RegionsOfInterest_t const &sigROIlist, raw::ChannelID_t channel, geo::View_t view) | 
| void | WireTestDefaultConstructor () | 
| void | WireTestCustomConstructors () | 
| BOOST_AUTO_TEST_CASE (WireDefaultConstructor) | |
| BOOST_AUTO_TEST_CASE (WireCustomConstructors) | |
Simple test on a recob::Wire object.
This test simply creates recob::Wire objects and verifies that the values it can access are the right ones.
See http://www.boost.org/libs/test for the Boost test library home page.
Timing: version 1.0: ~1.5" (debug mode)
Definition in file Wire_test.cc.
| #define BOOST_TEST_MODULE ( wire_test ) | 
Definition at line 31 of file Wire_test.cc.
| BOOST_AUTO_TEST_CASE | ( | WireDefaultConstructor | ) | 
Definition at line 163 of file Wire_test.cc.
| BOOST_AUTO_TEST_CASE | ( | WireCustomConstructors | ) | 
Definition at line 167 of file Wire_test.cc.
| void CheckWire | ( | recob::Wire const & | wire, | 
| recob::Wire::RegionsOfInterest_t const & | sigROIlist, | ||
| raw::ChannelID_t | channel, | ||
| geo::View_t | view | ||
| ) | 
Definition at line 47 of file Wire_test.cc.
| void WireTestCustomConstructors | ( | ) | 
Definition at line 103 of file Wire_test.cc.
| void WireTestDefaultConstructor | ( | ) | 
Definition at line 80 of file Wire_test.cc.
 1.8.5
 1.8.5