LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "canvas/Persistency/Provenance/BranchType.h"
#include "canvas/Persistency/Provenance/ProductList.h"
#include "canvas/Utilities/TypeID.h"
#include <string>
Go to the source code of this file.
Namespaces | |
art | |
HLT enums. | |
Functions | |
template<typename T > | |
BranchDescription const & | art::get_ProductDescription (BranchType branch_type, std::string const &module_label, std::string const &instance_name) |
template<typename T > | |
BranchDescription const & | art::get_ProductDescription (Principal const &principal, std::string const &module_label, std::string const &instance_name) |
BranchDescription const & | art::get_ProductDescription (TypeID type_id, BranchType branch_type, std::string const &module_label, std::string const &instance_name) |
BranchDescription const & | art::get_ProductDescription (TypeID type_id, Principal const &principal, std::string const &module_label, std::string const &instance_name) |
BranchDescription const & | art::get_ProductDescription (TypeID tid, std::string const &process_name, ProductList const &product_list, BranchType branch_type, std::string const &module_label, std::string const &instance_name) |