ATLAS Offline Software
Loading...
Searching...
No Matches
InDetRawDataCLASS_DEF.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6// InDetRawDataCLASS_DEF.h
7// Header file for class InDetRawDataCLASS_DEF
9// (c) ATLAS Detector software
11// Class to contain all the CLASS_DEF for Containers and Collections
13// Version 1.0 25/09/2002 Veronique Boisvert
15
16#ifndef INDETRAWDATA_INDETRAWDATACLASS_DEF_H
17#define INDETRAWDATA_INDETRAWDATACLASS_DEF_H
18
19// Include all headers here - just the containers and collections are enough
23
27
28// Explicit template instantiations to ensure dictionary coverage.
29// No dummy globals → no static initialization → Coverity clean.
30
34template class DataVector<SCT1_RawData>;
35
41
42#endif // INDETRAWDATA_INDETRAWDATACLASS_DEF_H
Derived DataVector<T>.
Definition DataVector.h:795