ATLAS Offline Software
Loading...
Searching...
No Matches
TrigCaloEventDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRACKCALOEVENT_H
6#define TRACKCALOEVENT_H
7
14//#include "TrigCaloEvent/TrigMissingET.h"
15//#include "TrigCaloEvent/TrigMissingETContainer.h"
29
30// These packages are referenced only by generated sercnv code, which leads
31// to spurious checkreq warnings. Add references here to get rid of those.
34
35
66
67template class std::vector<const TrigEMClusterContainer *>;
68template class std::vector<const TrigCaloClusterContainer *>;
69template class std::vector<const TrigTauClusterContainer *>;
70template class std::vector<const TrigTauClusterDetailsContainer *>;
71template class std::vector<const TrigT2JetContainer *>;
72template class std::vector<const TrigT2MbtsBitsContainer *>;
73template class std::vector<const TrigT2ZdcSignalsContainer *>;
74template class std::vector<const RingerRings *>;
75template class std::vector<const RingerRingsContainer *>;
76template class std::vector<const TrigRNNOutput *>;
77template class std::vector<const TrigRNNOutputContainer *>;
78template class std::vector<const TrigCaloCluster*>;
79template class std::vector<const TrigEMCluster*>;
80template class std::vector<const TrigTauCluster*>;
81template class std::vector<const TrigTauClusterDetails*>;
82template class std::vector<const TrigT2Jet*>;
83#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