8 |
|
// Authors: J.Bendavid |
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
|
|
11 |
< |
#ifndef TREEFILLER_ASSOCIATIONMAPS_H |
12 |
< |
#define TREEFILLER_ASSOCIATIONMAPS_H |
11 |
> |
#ifndef MITPROD_TREEFILLER_ASSOCIATIONMAPS_H |
12 |
> |
#define MITPROD_TREEFILLER_ASSOCIATIONMAPS_H |
13 |
|
|
14 |
|
#include "MitProd/TreeFiller/interface/AssociationMap.h" |
15 |
|
#include "MitAna/DataTree/interface/Track.h" |
36 |
|
#include "DataFormats/EgammaCandidates/interface/ConversionFwd.h" |
37 |
|
#include "MitEdm/DataFormats/interface/BasePartFwd.h" |
38 |
|
|
39 |
< |
namespace mithep |
39 |
> |
namespace mithep |
40 |
|
{ |
41 |
|
typedef std::pair<int,int> PairIntKey; |
42 |
|
|