ATLAS Offline Software
graphics
VP1
VP1Plugins
VP1CaloPlugin
src
VP1CaloCellChannel.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 "
VP1CaloPlugin/VP1CaloCellChannel.h
"
6
#include "
VP1CaloSystems/VP1CaloCellSystem.h
"
7
#include "
VP1GeometrySystems/VP1GeometrySystem.h
"
8
#include "
VP1GuideLineSystems/VP1GuideLineSystem.h
"
9
#include "
VP1CaloClusterSystems/VP1CaloClusterSystem.h
"
10
#include "
VP1CaloReadoutSystems/VP1CaloReadoutSystem.h
"
11
//#include "VP1JetSystems/VP1JetSystem.h" // TODO: has to be updated with the new VP1AODSystems Jet class
12
13
VP1CaloCellChannel::VP1CaloCellChannel
()
14
:
IVP13DStandardChannelWidget
(
VP1CHANNELNAMEINPLUGIN
(
VP1CaloCellChannel
,
"Calo Cells"
),
15
"Displays energies in Calo Cells"
,
16
"Vakho Tsulaia"
)
17
{
18
}
19
20
void
VP1CaloCellChannel::init
()
21
{
22
addSystem
(
new
VP1GuideLineSystem
);
23
addSystem
(
new
VP1GeometrySystem
,
IVP13DStandardChannelWidget::StartDisabled
);
24
addSystem
(
new
VP1CaloCellSystem
,
IVP13DStandardChannelWidget::StartDisabled
);
25
addSystem
(
new
VP1CaloClusterSystem
,
IVP13DStandardChannelWidget::StartDisabled
);
26
addSystem
(
new
VP1CaloReadoutSystem
,
IVP13DStandardChannelWidget::StartDisabled
);
27
28
// TODO: has to be updated with the new VP1AODSystems Jet class
29
//addSystem(new VP1JetSystem,IVP13DStandardChannelWidget::StartDisabled);
30
}
31
VP1CaloCellChannel
Definition:
VP1CaloCellChannel.h:11
VP1CaloReadoutSystem.h
VP1CaloCellChannel::init
void init()
Definition:
VP1CaloCellChannel.cxx:20
VP1CaloCellSystem
Definition:
VP1CaloCellSystem.h:11
IVP13DStandardChannelWidget::StartDisabled
@ StartDisabled
Definition:
IVP13DStandardChannelWidget.h:38
VP1CHANNELNAMEINPLUGIN
#define VP1CHANNELNAMEINPLUGIN(cls, nme)
Definition:
IVP1ChannelWidget.h:139
VP1CaloClusterSystem
Definition:
VP1CaloClusterSystem.h:22
VP1GuideLineSystem
Definition:
VP1GuideLineSystem.h:22
VP1GeometrySystem
Definition:
VP1GeometrySystem.h:33
IVP13DStandardChannelWidget
Definition:
IVP13DStandardChannelWidget.h:24
VP1CaloCellSystem.h
VP1CaloClusterSystem.h
VP1CaloReadoutSystem
Definition:
VP1CaloReadoutSystem.h:13
VP1CaloCellChannel::VP1CaloCellChannel
VP1CaloCellChannel()
Definition:
VP1CaloCellChannel.cxx:13
IVP13DStandardChannelWidget::addSystem
void addSystem(IVP13DSystem *, const SystemOptions &options=AllowAll)
Definition:
IVP13DStandardChannelWidget.cxx:135
VP1GeometrySystem.h
VP1GuideLineSystem.h
VP1CaloCellChannel.h
Generated on Thu Nov 7 2024 21:31:35 for ATLAS Offline Software by
1.8.18