ATLAS Offline Software
graphics
VP1
VP1Plugins
VP1AODPlugin
src
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
5
#include "
VP1AODPlugin/VP1AODChannel.h
"
6
#include "
VP1AODSystems/VP1AODSystem.h
"
7
#include "
VP1GuideLineSystems/VP1GuideLineSystem.h
"
8
VP1AODChannel::VP1AODChannel
()
9
:
IVP13DStandardChannelWidget
(
VP1CHANNELNAMEINPLUGIN
(
VP1AODChannel
,
"AOD"
),
10
"This channel displays various systems related to Analysis Objects (AOD)."
,
11
"Edward Moyse <edward.moyse@cern.ch>"
) {}
12
13
void
VP1AODChannel::init
()
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
Generated on Thu Nov 7 2024 21:31:33 for ATLAS Offline Software by
1.8.18