ATLAS Offline Software
Loading...
Searching...
No Matches
CaloGeoHelpersDict.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2//
3// Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4//
5#ifndef CALOGEOHELPERS_CALOGEOHELPERSDICT_H
6#define CALOGEOHELPERS_CALOGEOHELPERSDICT_H
7
8// Local include(s).
10#include "CaloGeoHelpers/CaloSampling.h"
11
12// System include(s).
13#include <vector>
14
15namespace {
16 struct GCCXML_DUMMY_INSTANTIATION_CALOGEOHELPERS {
17 std::vector< CaloSampling::CaloSample > sample_vec;
18 };
19}
20
21#endif // CALOGEOHELPERS_CALOGEOHELPERSDICT_H
CaloPhiRange class declaration.