ATLAS Offline Software
VP1AODChannel.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
10  "This channel displays various systems related to Analysis Objects (AOD).",
11  "Edward Moyse <edward.moyse@cern.ch>") {}
12 
14 {
15  VP1AODSystem * aodsys = new VP1AODSystem;
16  addSystem(aodsys);
17  VP1GuideLineSystem * guidelinesystem = new VP1GuideLineSystem;
18  addSystem(guidelinesystem);
19 }
20 
VP1AODSystem
Definition: VP1AODSystem.h:34
VP1AODChannel.h
VP1CHANNELNAMEINPLUGIN
#define VP1CHANNELNAMEINPLUGIN(cls, nme)
Definition: IVP1ChannelWidget.h:139
VP1GuideLineSystem
Definition: VP1GuideLineSystem.h:22
IVP13DStandardChannelWidget
Definition: IVP13DStandardChannelWidget.h:24
VP1AODChannel
Definition: VP1AODChannel.h:10
VP1AODSystem.h
IVP13DStandardChannelWidget::addSystem
void addSystem(IVP13DSystem *, const SystemOptions &options=AllowAll)
Definition: IVP13DStandardChannelWidget.cxx:135
VP1GuideLineSystem.h
VP1AODChannel::init
void init()
Definition: VP1AODChannel.cxx:13
VP1AODChannel::VP1AODChannel
VP1AODChannel()
Definition: VP1AODChannel.cxx:8