ATLAS Offline Software
CaloClusterMatchingDict.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef METRECONSTRUCTIONDICT_H
6 #define METRECONSTRUCTIONDICT_H
7 
8 #if defined(__GCCXML__) and not defined(EIGEN_DONT_VECTORIZE)
9 #define EIGEN_DONT_VECTORIZE
10 #endif // __GCCXML__
11 
12 #include "CaloClusterMatching/ICaloClusterMatching.h"
13 #include "src/ICaloClusterMatching.h"
15 
16 namespace {
17  struct GCCXML_DUMMY_INSTANTIATION_CLUSTERMATCHING{
18  std::pair<const xAOD::CaloCluster*,float> pair1;
19  std::vector<std::pair<const xAOD::CaloCluster*,float> > vector1;
20  ClusterSortMethod enum1;
21  }
22 }
23 
24 #endif //METRECONSTRUCTIONDICT_H
ClusterMatching::ClusterSortMethod
ClusterSortMethod
Definition: ICaloClusterMatchingTool.h:33
MuonSimDataDict::pair1
std::pair< HepMcParticleLink,MuonMCData > pair1
Definition: MuonSimDataDict.h:14
CaloClusterMatchLinkAlg.h