#include "boost/test/unit_test.hpp"#include "art/Framework/Principal/Event.h"#include "art/Framework/Principal/EventPrincipal.h"#include "art/Framework/Principal/Handle.h"#include "art/Framework/Principal/RunPrincipal.h"#include "art/Framework/Principal/Selector.h"#include "art/Framework/Principal/SubRunPrincipal.h"#include "art/Persistency/Provenance/ModuleContext.h"#include "art/Persistency/Provenance/ModuleDescription.h"#include "art/Persistency/Provenance/ModuleType.h"#include "art/Persistency/Provenance/ProcessHistoryRegistry.h"#include "art/Version/GetReleaseVersion.h"#include "art/test/TestObjects/ToyProducts.h"#include "canvas/Persistency/Common/WrappedTypeID.h"#include "canvas/Persistency/Provenance/BranchDescription.h"#include "canvas/Persistency/Provenance/EventAuxiliary.h"#include "canvas/Persistency/Provenance/EventID.h"#include "canvas/Persistency/Provenance/History.h"#include "canvas/Persistency/Provenance/ProcessHistory.h"#include "canvas/Persistency/Provenance/ProductTables.h"#include "canvas/Persistency/Provenance/RunAuxiliary.h"#include "canvas/Persistency/Provenance/SubRunAuxiliary.h"#include "canvas/Persistency/Provenance/Timestamp.h"#include "canvas/Persistency/Provenance/TypeLabel.h"#include "canvas/Utilities/InputTag.h"#include "cetlib/container_algorithms.h"#include "fhiclcpp/ParameterSet.h"#include <algorithm>#include <fstream>#include <iterator>#include <map>#include <memory>#include <string>#include <typeinfo>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | art::EDProducer |
| class | ProductTablesFixture |
| struct | EventTestFixture |
Namespaces | |
| art | |
Macros | |
| #define | BOOST_TEST_MODULE (Event_t) |
Typedefs | |
| using | product_t = arttest::IntProduct |
Functions | |
| std::ostream & | art::boost_test_print_type (std::ostream &os, Timestamp const timestamp) |
| BOOST_AUTO_TEST_CASE (badProductID) | |
| BOOST_AUTO_TEST_CASE (emptyEvent) | |
| BOOST_AUTO_TEST_CASE (getBySelectorFromEmpty) | |
| BOOST_AUTO_TEST_CASE (dereferenceDfltHandle) | |
| BOOST_AUTO_TEST_CASE (putAnIntProduct) | |
| BOOST_AUTO_TEST_CASE (putAndGetAnIntProduct) | |
| BOOST_AUTO_TEST_CASE (getByProductID) | |
| BOOST_AUTO_TEST_CASE (transaction) | |
| BOOST_AUTO_TEST_CASE (getProductTokens) | |
| BOOST_AUTO_TEST_CASE (getByInstanceName) | |
| BOOST_AUTO_TEST_CASE (getBySelector) | |
| BOOST_AUTO_TEST_CASE (getByLabel) | |
| BOOST_AUTO_TEST_CASE (getByLabelSpecialProcessNames) | |
| BOOST_AUTO_TEST_CASE (getManyByType) | |
| BOOST_AUTO_TEST_CASE (printHistory) | |
| #define BOOST_TEST_MODULE (Event_t) |
Definition at line 2 of file Event_t.cc.
| using product_t = arttest::IntProduct |
Definition at line 61 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | badProductID | ) |
Definition at line 341 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | emptyEvent | ) |
Definition at line 351 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getBySelectorFromEmpty | ) |
Definition at line 358 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | dereferenceDfltHandle | ) |
Definition at line 370 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | putAnIntProduct | ) |
Definition at line 377 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | putAndGetAnIntProduct | ) |
Definition at line 383 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getByProductID | ) |
Definition at line 407 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | transaction | ) |
Definition at line 436 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getProductTokens | ) |
Definition at line 446 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getByInstanceName | ) |
Definition at line 466 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getBySelector | ) |
Definition at line 524 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getByLabel | ) |
Definition at line 588 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getByLabelSpecialProcessNames | ) |
Definition at line 639 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | getManyByType | ) |
Definition at line 662 of file Event_t.cc.
| BOOST_AUTO_TEST_CASE | ( | printHistory | ) |
Definition at line 690 of file Event_t.cc.
1.8.11