Simple test on a recob::TrajectoryPointFlags object. More...
#include "boost/test/unit_test.hpp"#include "lardataobj/RecoBase/TrajectoryPointFlags.h"#include <set>#include <iostream>Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MODULE ( trajectorypointflags_test ) |
Functions | |
| void | CheckFlagsByIndex (recob::TrajectoryPointFlags const &flags, std::set< util::flags::Index_t > const &expectedDefined, std::set< util::flags::Index_t > const &expectedSet) |
| void | TrajectoryPointFlagsTest_DefaultConstructor () |
| void | TrajectoryPointFlagsTest_FlagsConstructor () |
| void | TrajectoryPointFlagsTest_BitmaskConstructor () |
| void | TrajectoryPointFlagsDocumentationTest_TrajectoryPointFlags_FromMaskTag_t () |
| void | TrajectoryPointFlagsDocumentationTest_TrajectoryPointFlags_HitIndex_t_Flags () |
| void | TrajectoryPointFlagsDocumentationTest_makeMask () |
| void | TrajectoryPointFlagsDocumentationTest () |
| BOOST_AUTO_TEST_CASE (TrajectoryPointFlagsTestCase) | |
| BOOST_AUTO_TEST_CASE (TrajectoryPointFlagsDocumentationTestCase) | |
Simple test on a recob::TrajectoryPointFlags object.
This test simply creates recob::TrajectoryPointFlags 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.
Definition in file TrajectoryPointFlags_test.cc.
| #define BOOST_TEST_MODULE ( trajectorypointflags_test ) |
Definition at line 26 of file TrajectoryPointFlags_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TrajectoryPointFlagsTestCase | ) |
Definition at line 444 of file TrajectoryPointFlags_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TrajectoryPointFlagsDocumentationTestCase | ) |
Definition at line 453 of file TrajectoryPointFlags_test.cc.
| void CheckFlagsByIndex | ( | recob::TrajectoryPointFlags const & | flags, |
| std::set< util::flags::Index_t > const & | expectedDefined, | ||
| std::set< util::flags::Index_t > const & | expectedSet | ||
| ) |
Definition at line 40 of file TrajectoryPointFlags_test.cc.
| void TrajectoryPointFlagsDocumentationTest | ( | ) |
Definition at line 425 of file TrajectoryPointFlags_test.cc.
| void TrajectoryPointFlagsDocumentationTest_makeMask | ( | ) |
Definition at line 414 of file TrajectoryPointFlags_test.cc.
| void TrajectoryPointFlagsDocumentationTest_TrajectoryPointFlags_FromMaskTag_t | ( | ) |
Definition at line 382 of file TrajectoryPointFlags_test.cc.
| void TrajectoryPointFlagsDocumentationTest_TrajectoryPointFlags_HitIndex_t_Flags | ( | ) |
Definition at line 399 of file TrajectoryPointFlags_test.cc.
| void TrajectoryPointFlagsTest_BitmaskConstructor | ( | ) |
Definition at line 301 of file TrajectoryPointFlags_test.cc.
| void TrajectoryPointFlagsTest_DefaultConstructor | ( | ) |
Definition at line 123 of file TrajectoryPointFlags_test.cc.
| void TrajectoryPointFlagsTest_FlagsConstructor | ( | ) |
Definition at line 245 of file TrajectoryPointFlags_test.cc.
1.8.5