ATLAS Offline Software
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 
VP1AODPlugin_VP1AutoFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)
Definition: VP1AODPlugin_VP1AutoFactory.cxx:18
VP1AODChannel.h
VP1AODPlugin_VP1AutoFactory.h
VP1AODPlugin_VP1AutoFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const
Definition: VP1AODPlugin_VP1AutoFactory.cxx:11
VP1AODChannel
Definition: VP1AODChannel.h:10
IVP1ChannelWidget
Definition: IVP1ChannelWidget.h:34