ATLAS Offline Software
Loading...
Searching...
No Matches
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
16namespace {
17 struct GCCXML_DUMMY_INSTANTIATION_CLUSTERMATCHING{
18 std::pair<const xAOD::CaloCluster*,float> pair1;
19 std::vector<std::pair<const xAOD::CaloCluster*,float> > vector1;
21 }
22}
23
24#endif //METRECONSTRUCTIONDICT_H