ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonitoringEventTPCnvDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGMONITORINGEVENT_TCPCNV_DICT_H
6#define TRIGMONITORINGEVENT_TCPCNV_DICT_H
7
8// Configuration
13
14// Event data
22
23// TrigMonConfig headers
27
28// TrigMonEvent headers
32
33#ifdef __GCCXML__
34template class std::vector<TrigConfAlg_p1>;
35template class std::vector<TrigConfChain_p1>;
36template class std::vector<TrigConfSeq_p1>;
37template class std::vector<TrigConfSig_p1>;
38
39template class std::vector<TrigMonAlg_p1>;
40template class std::vector<TrigMonEvent_p1>;
41template class std::vector<TrigMonConfig_p1>;
42template class std::vector<TrigMonROB_p1>;
43template class std::vector<TrigMonROBData_p1>;
44template class std::vector<TrigMonROBData_p2>;
45template class std::vector<TrigMonRoi_p1>;
46template class std::vector<TrigMonSeq_p1>;
47template class std::vector<TrigMonTE_p1>;
48
49#endif
50#endif