1 #ifndef FWCore_Framework_OccurrenceForOutput_h
2 #define FWCore_Framework_OccurrenceForOutput_h
32 class testEventGetRefBeforePut;
35 class TestOutputModule;
40 class BranchDescription;
41 class ModuleCallingContext;
57 template <
typename PROD>
60 template <
typename PROD>
63 template <
typename PROD>
88 template <
typename PROD>
94 result = convert_handle<PROD>(
std::move(bh));
101 template <
typename PROD>
107 result = convert_handle<PROD>(
std::move(bh));
114 template <
typename PROD>
120 return convert_handle<PROD>(
std::move(bh));
void setConsumer(EDConsumerBase const *iConsumer)
BasicHandle getByToken_(TypeID const &id, KindOfType kindOfType, EDGetToken token, ModuleCallingContext const *mcc) const
ModuleCallingContext const * moduleCallingContext() const
OccurrenceForOutput(Principal const &ep, ModuleDescription const &md, ModuleCallingContext const *, bool isAtEnd)
friend class edmtest::TestOutputModule
Provenance getProvenance(BranchID const &theID) const
Handle< PROD > getHandle(EDGetTokenT< PROD > token) const
virtual ~OccurrenceForOutput()
void getAllProvenance(std::vector< Provenance const * > &provenances) const
virtual ProcessHistory const & processHistory() const
ProcessHistoryID const & processHistoryID() const
ModuleCallingContext const * moduleCallingContext_
void getAllStableProvenance(std::vector< StableProvenance const * > &provenances) const
Principal const & principal() const
BasicHandle getByToken(EDGetToken token, TypeID const &typeID) const
void throwOnPrematureRead(char const *principalType, TypeID const &productType, std::string const &moduleLabel, std::string const &productInstanceName)
bool checkIfComplete() const
PrincipalGetAdapter provRecorder_