ATLAS Offline Software
Loading...
Searching...
No Matches
VP1AODPlugin_VP1AutoFactory.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// Originally autogenerated by CMT with VP1 Factory Code Header File (Fri Aug 19 13:36:52 CEST 2016)
5// Now we add this file to plugins by hand, to simplify the CMake compilation
6
7#include <QtPlugin>
10
12{
13 return QStringList()
14 << "AOD"
15 ;
16}
17
19{
20 if (channelwidget == "AOD")
21 return new VP1AODChannel();
22
23 return 0;
24}
25
virtual QStringList channelWidgetsProvided() const
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)