|
| 1 | + |
| 2 | +// Copyright 2019-2020 CERN and copyright holders of ALICE O2. |
| 3 | +// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. |
| 4 | +// All rights not expressly granted are reserved. |
| 5 | +// |
| 6 | +// This software is distributed under the terms of the GNU General Public |
| 7 | +// License v3 (GPL Version 3), copied verbatim in the file "COPYING". |
| 8 | +// |
| 9 | +// In applying this license CERN does not waive the privileges and immunities |
| 10 | +// granted to it by virtue of its status as an Intergovernmental Organization |
| 11 | +// or submit itself to any jurisdiction. |
| 12 | + |
| 13 | +/// \file jetSubstructureHFPCH.h |
| 14 | +/// \brief Precompiled header for jet substructure HF tasks. Reduces compilation time significantly. |
| 15 | +/// |
| 16 | +/// \author Sergio Garcia <sergio.garcia@cern.ch> |
| 17 | + |
| 18 | +#ifndef PWGJE_TASKS_JETSUBSTRUCTUREHFPCH_H_ |
| 19 | +#define PWGJE_TASKS_JETSUBSTRUCTUREHFPCH_H_ |
| 20 | + |
| 21 | +// Heavy PWGJE DataModel headers |
| 22 | +#include "PWGJE/DataModel/Jet.h" |
| 23 | +#include "PWGJE/DataModel/JetSubstructure.h" |
| 24 | +#include "PWGJE/DataModel/JetSubtraction.h" |
| 25 | + |
| 26 | +// Main template header |
| 27 | +#include "PWGJE/Tasks/jetSubstructureHF.h" |
| 28 | + |
| 29 | +// Framework headers |
| 30 | +#include <Framework/ASoA.h> |
| 31 | +#include <Framework/AnalysisTask.h> |
| 32 | +#include <Framework/ConfigContext.h> |
| 33 | +#include <Framework/DataProcessorSpec.h> |
| 34 | +#include <Framework/runDataProcessing.h> |
| 35 | + |
| 36 | +// Standard library |
| 37 | +#include <vector> |
| 38 | + |
| 39 | +#endif // PWGJE_TASKS_JETSUBSTRUCTUREHFPCH_H_ |
0 commit comments