LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
put_product_in_principal.h File Reference

Go to the source code of this file.

Namespaces

 art
 HLT enums.
 

Functions

template<typename T , typename P >
std::enable_if_t< P::branch_type==InEvent||P::branch_type==InResults > art::put_product_in_principal (std::unique_ptr< T > &&product, P &principal, std::string const &module_label, std::string const &instance_name={})
 
template<typename T , typename P >
std::enable_if_t< P::branch_type==InSubRun||P::branch_type==InRun > art::put_product_in_principal (std::unique_ptr< T > &&product, P &principal, std::string const &module_label, std::string const &instance_name={}, RangeSet &&=RangeSet::invalid())
 
RangeSet art::rangeSetFor (RunPrincipal const &rp)
 
RangeSet art::rangeSetFor (SubRunPrincipal const &srp)