ATLAS Offline Software
Loading...
Searching...
No Matches
GenInterfacesDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GENINTERFACES_GENINTERFACESDICT_H
6#define GENINTERFACES_GENINTERFACESDICT_H
7
8#if defined(__GCCXML__) and not defined(EIGEN_DONT_VECTORIZE)
9#define EIGEN_DONT_VECTORIZE
10#endif // __GCCXML__
11
12// Includes for the dictionary generation:
16#include <vector>
17
18namespace HforToolDict {
19 struct tmp {
20 std::vector<HepMC::FourVector> v;
21 };
22}
23
24#endif // GENINTERFACES_GENINTERFACESDICT_H
std::vector< HepMC::FourVector > v