Skip to content

Commit

Permalink
Add enum value Transition::AccessInputProcessBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
wddgit committed Jul 1, 2020
1 parent fb30b13 commit 3c64a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Framework/interface/OccurrenceTraits.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ namespace edm {
using TransitionInfoType = ProcessBlockTransitionInfo;
using Context = GlobalContext;
static bool constexpr isEvent_ = false;
static Transition constexpr transition_ = Transition::BeginProcessBlock;
static Transition constexpr transition_ = Transition::AccessInputProcessBlock;

static GlobalContext makeGlobalContext(MyPrincipal const& principal, ProcessContext const* processContext) {
return GlobalContext(GlobalContext::Transition::kAccessInputProcessBlock,
Expand Down
1 change: 1 addition & 0 deletions FWCore/Utilities/interface/Transition.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace edm {
EndRun,
BeginProcessBlock,
EndProcessBlock,
AccessInputProcessBlock,
NumberOfTransitions,
NumberOfEventSetupTransitions = BeginProcessBlock
};
Expand Down

0 comments on commit 3c64a1b

Please sign in to comment.