Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wmtan committed Mar 15, 2016
1 parent f9475af commit ab05d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FWCore/Framework/interface/Event.h
Expand Up @@ -204,9 +204,13 @@ namespace edm {
Provenance
getProvenance(ProductID const& theID) const;

// Get the provenance for all products that may be in the event
void
getAllProvenance(std::vector<Provenance const*>& provenances) const;

// Get the provenance for all products that may be in the event,
// excluding the per-event provenance (the parentage information).
// The excluded information may change from event to event.
void
getAllStableProvenance(std::vector<StableProvenance const*>& provenances) const;

Expand Down

0 comments on commit ab05d71

Please sign in to comment.