ATLAS Offline Software
Loading...
Searching...
No Matches
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
#define VP1CHANNELNAMEINPLUGIN(cls, nme)
IVP13DStandardChannelWidget(const QString &name, const QString &information, const QString &contact_info, bool detectorViewButtons=true)
void addSystem(IVP13DSystem *, const SystemOptions &options=AllowAll)