ATLAS Offline Software
Loading...
Searching...
No Matches
VP1AODPlugin_VP1AutoFactory Class Reference

#include <VP1AODPlugin_VP1AutoFactory.h>

Inheritance diagram for VP1AODPlugin_VP1AutoFactory:
Collaboration diagram for VP1AODPlugin_VP1AutoFactory:

Public Member Functions

virtual QStringList channelWidgetsProvided () const
virtual IVP1ChannelWidgetgetChannelWidget (const QString &channelwidget)

Detailed Description

Definition at line 15 of file VP1AODPlugin_VP1AutoFactory.h.

Member Function Documentation

◆ channelWidgetsProvided()

QStringList VP1AODPlugin_VP1AutoFactory::channelWidgetsProvided ( ) const
virtual

Implements IVP1ChannelWidgetFactory.

Definition at line 11 of file VP1AODPlugin_VP1AutoFactory.cxx.

12{
13 return QStringList()
14 << "AOD"
15 ;
16}

◆ getChannelWidget()

IVP1ChannelWidget * VP1AODPlugin_VP1AutoFactory::getChannelWidget ( const QString & channelwidget)
virtual

Implements IVP1ChannelWidgetFactory.

Definition at line 18 of file VP1AODPlugin_VP1AutoFactory.cxx.

19{
20 if (channelwidget == "AOD")
21 return new VP1AODChannel();
22
23 return 0;
24}

The documentation for this class was generated from the following files: