ATLAS Offline Software
Loading...
Searching...
No Matches
TrigCaloEventDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRACKCALOEVENT_H
6#define TRACKCALOEVENT_H
7
27
28// These packages are referenced only by generated sercnv code, which leads
29// to spurious checkreq warnings. Add references here to get rid of those.
32
33
60
61template class std::vector<const TrigEMClusterContainer *>;
62template class std::vector<const TrigCaloClusterContainer *>;
63template class std::vector<const TrigTauClusterContainer *>;
64template class std::vector<const TrigTauClusterDetailsContainer *>;
65template class std::vector<const TrigT2JetContainer *>;
66template class std::vector<const TrigT2MbtsBitsContainer *>;
67template class std::vector<const TrigT2ZdcSignalsContainer *>;
68template class std::vector<const RingerRings *>;
69template class std::vector<const RingerRingsContainer *>;
70template class std::vector<const TrigRNNOutput *>;
71template class std::vector<const TrigRNNOutputContainer *>;
72template class std::vector<const TrigCaloCluster*>;
73template class std::vector<const TrigEMCluster*>;
74template class std::vector<const TrigTauCluster*>;
75template class std::vector<const TrigTauClusterDetails*>;
76template class std::vector<const TrigT2Jet*>;
77#endif
void dummy_function_for_TrigCaloEvent_which_forces_dictionaries_generation(DataVector< TrigCaloClusterContainer > c1, DataVector< TrigEMClusterContainer > c, DataVector< TrigTauClusterContainer > d, DataVector< TrigTauClusterDetailsContainer > d2, DataVector< TrigT2JetContainer > e, DataVector< TrigT2MbtsBitsContainer > h, DataVector< TrigT2ZdcSignalsContainer > o, DataVector< RingerRings > f, DataVector< RingerRingsContainer > g, DataVector< TrigRNNOutput > i, DataVector< TrigRNNOutputContainer > j)
Header file for AthHistogramAlgorithm.
Derived DataVector<T>.
Definition DataVector.h:795