Skip to content

Commit

Permalink
Remove some unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kdlong committed Feb 23, 2021
1 parent 8ce1b8d commit a3c2fd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
#include "DataFormats/Common/interface/View.h"
#include "DataFormats/Common/interface/Association.h"
#include "CommonTools/Utils/interface/StringCutObjectSelector.h"

#include <vector>
#include <iostream>

template <typename T, typename M>
class ObjectIndexFromAssociationTableProducer : public edm::global::EDProducer<> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "DataFormats/NanoAOD/interface/FlatTable.h"
#include "DataFormats/Common/interface/View.h"
#include "SimDataFormats/CaloAnalysis/interface/SimCluster.h"
#include "SimDataFormats/CaloAnalysis/interface/SimClusterFwd.h"
#include "DataFormats/Common/interface/Association.h"
#include "CommonTools/Utils/interface/StringCutObjectSelector.h"

#include <unordered_map>
#include <vector>
#include <iostream>

template <typename T, typename M>
class ObjectPropertyFromIndexMapTableProducer : public edm::global::EDProducer<> {
Expand Down

0 comments on commit a3c2fd5

Please sign in to comment.