ATLAS Offline Software
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 
18 namespace HforToolDict {
19  struct tmp {
20  std::vector<HepMC::FourVector> v;
21  };
22 }
23 
24 #endif // GENINTERFACES_GENINTERFACESDICT_H
IHepMCWeightSvc.h
HforToolDict::tmp::v
std::vector< HepMC::FourVector > v
Definition: GenInterfacesDict.h:20
SimpleVector.h
IEvgenOTFTopUpSvc.h
HforToolDict::tmp
Definition: GenInterfacesDict.h:19
HforToolDict
Definition: GenInterfacesDict.h:18