ATLAS Offline Software
Loading...
Searching...
No Matches
VP1TrackChannel.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
12//#include "VP1FatrasSystems/VP1FatrasSingleTrackSimSystem.h"
15
18 "This channel displays various systems related to Tracking.",
19 "Edward Moyse <edward.moyse@cern.ch>, Thomas.Kittelmann@cern.ch") {}
20
22{
23
24 //if (VP1FatrasSingleTrackSimSystem::singleTrackSimAlgorithmIsAvailable())
25 // addSystem(new VP1FatrasSingleTrackSimSystem);
26
27 VP1GuideLineSystem * guidelinesystem = new VP1GuideLineSystem;
28 addSystem(guidelinesystem);
30 addSystem(geosys);
31 VP1TrackSystem * tracksys = new VP1TrackSystem;
35
36 VP1VertexSystem* vertex = new VP1VertexSystem;
39
41
42 for (const QString& n : VP1SysConf::extraGeometrySystems())
44 for (const QString& n : VP1SysConf::extraTrackSystems())
46
47 VP1SysConf::setupStandardConnectionsAndOptions( guidelinesystem,geosys,tracksys,prdsys,vertex,VP1SysConf::EVENTSTUDIES );
48
49}
#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)
static QStringList extraGeometrySystems()
static void setupStandardConnectionsAndOptions(VP1GuideLineSystem *, VP1GeometrySystem *, VP1TrackSystem *, VP1PrepRawDataSystem *, VP1VertexSystem *, CHANNELMODE cm=GEOMSTUDIES)
static QStringList extraTrackSystems()