Skip to content

Commit

Permalink
Merge pull request #24423 from guitargeek/multitoken_fix
Browse files Browse the repository at this point in the history
Fix MultiToken.h with missing header include
  • Loading branch information
cmsbuild committed Sep 1, 2018
2 parents edb9f98 + 07ddfa7 commit a070467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RecoEgamma/EgammaTools/interface/MultiToken.h
@@ -1,9 +1,12 @@
#ifndef RecoEgamma_EgammaTools_MultiToken_H
#define RecoEgamma_EgammaTools_MultiToken_H

#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "FWCore/Utilities/interface/Exception.h"

/*
* This class is a wrapper around a vector of EDM tokens, of which at least one
Expand Down
3 changes: 3 additions & 0 deletions RecoEgamma/EgammaTools/interface/Utils.h
Expand Up @@ -2,9 +2,12 @@
#define RecoEgamma_EgammaTools_Utils_H

#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/ValueMap.h"
#include "FWCore/Framework/interface/Event.h"

#include <memory>
#include <string>
#include <vector>

template<typename ValueType, class HandleType>
void writeValueMap(edm::Event &iEvent,
Expand Down

0 comments on commit a070467

Please sign in to comment.