ATLAS Offline Software
Loading...
Searching...
No Matches
JetCalibToolsDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETCALIBTOOLS_JETCALIBTOOLSDICT_H
6#define JETCALIBTOOLS_JETCALIBTOOLSDICT_H 1
7
8// Reflex dictionary generation
9// Following instructions on the CP tools twiki:
10// https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/DevelopingCPToolsForxAOD
11// Special handling for Eigen vectorization
12
13#if defined(__GCCXML__) and not defined(EIGEN_DONT_VECTORIZE)
14#define EIGEN_DONT_VECTORIZE
15#endif
16
26
27#endif