1 #ifndef FWCore_Framework_PrincipalGetAdapter_h
2 #define FWCore_Framework_PrincipalGetAdapter_h
111 namespace principal_get_adapter_detail {
113 void operator()(std::pair<WrapperOwningHolder, ConstBranchDescription const*>
const p)
const;
144 template <
typename PROD>
148 template <
typename PROD>
227 template <
typename PROD>
230 operator<<(std::ostream& os, Handle<PROD>
const&
h) {
231 os <<
h.product() <<
" " <<
h.provenance() <<
" " <<
h.id();
251 typedef char (&
no_tag)[1];
264 sizeof(has_postinsert_helper<T>(
nullptr)) ==
sizeof(
yes_tag) &&
272 template <
typename T>
286 template <
typename T>
291 template <
typename T>
300 template <
typename PROD>
307 template <
typename PROD>
326 std::vector<Handle<PROD> >
products;
328 typename BasicHandleVec::const_iterator it = bhv.begin();
329 typename BasicHandleVec::const_iterator
end = bhv.end();
334 products.push_back(result);
ProcessHistory const & processHistory() const
void setConsumer(EDConsumerBase const *iConsumer)
void operator()(T *p) const
Principal const & principal() const
void getManyByType_(TypeID const &tid, BasicHandleVec &results) const
PrincipalGetAdapter(Principal &pcpl, ModuleDescription const &md)
static PFTauRenderPlugin instance
no_tag has_postinsert_helper(...)
EDConsumerBase const * consumer_
void getManyByType(std::vector< Handle< PROD > > &results) const
BranchType const & branchType() const
EDProductGetter const * prodGetter() const
BasicHandle getByLabel_(TypeID const &tid, InputTag const &tag) const
void operator()(std::pair< WrapperOwningHolder, ConstBranchDescription const * > const p) const
ESProducts< T, S > products(const T &i1, const S &i2)
PrincipalGetAdapter & operator=(PrincipalGetAdapter const &)=delete
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
void convert_handle(BasicHandle const &bh, Handle< T > &result)
BasicHandle makeFailToGetException(KindOfType, TypeID const &, EDGetToken) const
void operator()(T *) const
void throwOnPrematureRead(char const *principalType, TypeID const &productType, std::string const &moduleLabel, std::string const &productInstanceName)
BasicHandle getMatchingSequenceByLabel_(TypeID const &typeID, InputTag const &tag) const
ModuleDescription const & md_
void throwOnPutOfNullProduct(char const *principalType, TypeID const &productType, std::string const &productInstanceName)
ConstBranchDescription const & getBranchDescription(TypeID const &type, std::string const &productInstanceName) const
bool checkIfComplete() const
BasicHandle getByToken_(TypeID const &id, KindOfType kindOfType, EDGetToken token) const
void throwAmbiguousException(TypeID const &productType, EDGetToken token) const
std::vector< BasicHandle > BasicHandleVec