Skip to content
Snippets Groups Projects
Commit 42be4216 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (VP13DCocktailPlugin-00-09-01)

parent b84913eb
No related merge requests found
################################################################################
# Package: VP13DCocktailPlugin
################################################################################
# Declare the package name:
atlas_subdir( VP13DCocktailPlugin )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
graphics/VP1/VP1Base
PRIVATE
graphics/VP1/VP1Plugins/VP1PlugUtils
graphics/VP1/VP1Systems/VP1AODSystems
graphics/VP1/VP1Systems/VP1BPhysSystems
graphics/VP1/VP1Systems/VP1CaloClusterSystems
graphics/VP1/VP1Systems/VP1CaloReadoutSystems
graphics/VP1/VP1Systems/VP1CaloSystems
graphics/VP1/VP1Systems/VP1GeometrySystems
graphics/VP1/VP1Systems/VP1GuideLineSystems
graphics/VP1/VP1Systems/VP1PRDSystems
graphics/VP1/VP1Systems/VP1RawDataSystems
graphics/VP1/VP1Systems/VP1SimHitSystems
graphics/VP1/VP1Systems/VP1TrackSystems
graphics/VP1/VP1Systems/VP1TrackingGeometrySystems
graphics/VP1/VP1Systems/VP1UtilitySystems )
# External dependencies:
find_package( Qt4 COMPONENTS QtCore QtOpenGL QtGui )
include_directories( /usr/X11R6/include )
# Install files from the package:
atlas_install_headers( VP13DCocktailPlugin )
......@@ -4,38 +4,26 @@ author Thomas Kittelmann <Thomas.Kittelmann@cern.ch>
manager Riccardo-Maria BIANCHI <rbianchi@cern.ch>
use AtlasPolicy AtlasPolicy-*
public
use AtlasPolicy AtlasPolicy-*
use VP1Base VP1Base-* graphics/VP1
private
use VP1Base VP1Base-* graphics/VP1
use VP1PlugUtils VP1PlugUtils-* graphics/VP1/VP1Plugins
use VP1GeometrySystems VP1GeometrySystems-* graphics/VP1/VP1Systems
use VP1MissingEtSystems VP1MissingEtSystems-* graphics/VP1/VP1Systems
use VP1SimHitSystems VP1SimHitSystems-* graphics/VP1/VP1Systems
use VP1CaloSystems VP1CaloSystems-* graphics/VP1/VP1Systems
use VP1CaloReadoutSystems VP1CaloReadoutSystems-* graphics/VP1/VP1Systems
use VP1CaloClusterSystems VP1CaloClusterSystems-* graphics/VP1/VP1Systems
use VP1TrackingGeometrySystems VP1TrackingGeometrySystems-* graphics/VP1/VP1Systems
# Temporarily don't link against VP1TriggerLV1Systems on mac nightlies
#use VP1TriggerLV1Systems VP1TriggerLV1Systems-* graphics/VP1/VP1Systems
#macro use_VP1Trigger "VP1TriggerLV1Systems VP1TriggerLV1Systems-* graphics/VP1/VP1Systems" Darwin ""
#use $(use_VP1Trigger)
use VP1TrackSystems VP1TrackSystems-* graphics/VP1/VP1Systems
use VP1GuideLineSystems VP1GuideLineSystems-* graphics/VP1/VP1Systems
use VP1VertexSystems VP1VertexSystems-* graphics/VP1/VP1Systems
use VP1PRDSystems VP1PRDSystems-* graphics/VP1/VP1Systems
use VP1RawDataSystems VP1RawDataSystems-* graphics/VP1/VP1Systems
use VP1UtilitySystems VP1UtilitySystems-* graphics/VP1/VP1Systems
use VP1BPhysSystems VP1BPhysSystems-* graphics/VP1/VP1Systems
### TODO: to be replaced with the new VP1AODSystems Jet class
#use VP1JetSystems VP1JetSystems-* graphics/VP1/VP1Systems
### TODO: to be updated when the new Fatras will be available
#use VP1FatrasSystems VP1FatrasSystems-* graphics/VP1/VP1Systems
use VP1AODSystems VP1AODSystems-* graphics/VP1/VP1Systems
use VP1BPhysSystems VP1BPhysSystems-* graphics/VP1/VP1Systems
use VP1CaloClusterSystems VP1CaloClusterSystems-* graphics/VP1/VP1Systems
use VP1CaloReadoutSystems VP1CaloReadoutSystems-* graphics/VP1/VP1Systems
use VP1CaloSystems VP1CaloSystems-* graphics/VP1/VP1Systems
use VP1GeometrySystems VP1GeometrySystems-* graphics/VP1/VP1Systems
use VP1GuideLineSystems VP1GuideLineSystems-* graphics/VP1/VP1Systems
use VP1PRDSystems VP1PRDSystems-* graphics/VP1/VP1Systems
use VP1PlugUtils VP1PlugUtils-* graphics/VP1/VP1Plugins
use VP1Qt VP1Qt-* graphics/VP1
use VP1RawDataSystems VP1RawDataSystems-* graphics/VP1/VP1Systems
use VP1SimHitSystems VP1SimHitSystems-* graphics/VP1/VP1Systems
use VP1TrackSystems VP1TrackSystems-* graphics/VP1/VP1Systems
use VP1TrackingGeometrySystems VP1TrackingGeometrySystems-* graphics/VP1/VP1Systems
use VP1UtilitySystems VP1UtilitySystems-* graphics/VP1/VP1Systems
end_private
public
......
......@@ -14,7 +14,7 @@
#include "VP13DCocktailPlugin/VP13DCocktailChannel.h"
#include "VP1GeometrySystems/VP1GeometrySystem.h"
#include "VP1MissingEtSystems/VP1MissingEtSystem.h"
// #include "VP1MissingEtSystems/VP1MissingEtSystem.h"
#include "VP1SimHitSystems/VP1SimHitSystem.h"
#include "VP1CaloSystems/VP1CaloCellSystem.h"
#include "VP1TrackingGeometrySystems/VP1TrackingGeometrySystem.h"
......@@ -29,21 +29,22 @@
#include "VP1TrackSystems/VP1TrackSystem.h"
#include "VP1GuideLineSystems/VP1GuideLineSystem.h"
//#include "VP1JetSystems/VP1JetSystem.h"
#include "VP1VertexSystems/VP1VertexSystem.h"
// #include "VP1VertexSystems/VP1VertexSystem.h"
#include "VP1PRDSystems/VP1PrepRawDataSystem.h"
#include "VP1RawDataSystems/VP1RawDataSystem.h"
#include "VP1UtilitySystems/VP1ExtraInputSystem.h"
#include "VP1UtilitySystems/VP1PartSpectSystem.h"
//#include "VP1FatrasSystems/VP1FatrasSingleTrackSimSystem.h" // TODO: to be updated when the new Fatras will be available
#include "VP1CaloClusterSystems/VP1CaloClusterSystem.h"
// #include "VP1CaloClusterSystems/VP1CaloClusterSystem.h"
#include "VP1PlugUtils/VP1SysConf.h"
#include "VP1CaloReadoutSystems/VP1CaloReadoutSystem.h"
#include "VP1BPhysSystems/VP1BPhysSystem.h"
#include "VP1AODSystems/VP1AODSystem.h"
VP13DCocktailChannel::VP13DCocktailChannel()
: IVP13DStandardChannelWidget(VP1CHANNELNAMEINPLUGIN(VP13DCocktailChannel,"3DCocktail"),
"This channel shows essentially all 3D systems.",
"This channel shows essentially all functional 3D systems.",
"Thomas.Kittelmann@cern.ch")
{
}
......@@ -68,9 +69,9 @@ void VP13DCocktailChannel::init()
addSystem(prdsys, IVP13DStandardChannelWidget::StartDisabled);
addSystem(new VP1CaloCellSystem,IVP13DStandardChannelWidget::StartDisabled);
addSystem(new VP1CaloClusterSystem,IVP13DStandardChannelWidget::StartDisabled);
// addSystem(new VP1CaloClusterSystem,IVP13DStandardChannelWidget::StartDisabled);
//addSystem(new VP1JetSystem,IVP13DStandardChannelWidget::StartDisabled); // TODO: has to be updated with the new xAOD Jet class
addSystem(new VP1MissingEtSystem,IVP13DStandardChannelWidget::StartDisabled);
// addSystem(new VP1MissingEtSystem,IVP13DStandardChannelWidget::StartDisabled);
addSystem(new VP1RawDataSystem, IVP13DStandardChannelWidget::StartDisabled);
addSystem(new VP1SimHitSystem,IVP13DStandardChannelWidget::StartDisabled);
addSystem(new VP1TrackingGeometrySystem, IVP13DStandardChannelWidget::StartDisabled);
......@@ -80,8 +81,12 @@ void VP13DCocktailChannel::init()
addSystem(new VP1TrigROISystem,IVP13DStandardChannelWidget::StartDisabled);
#endif
*/
VP1VertexSystem* vertexsys = new VP1VertexSystem;
addSystem(vertexsys,IVP13DStandardChannelWidget::StartDisabled);
// VP1VertexSystem* vertexsys = new VP1VertexSystem;
// addSystem(vertexsys,IVP13DStandardChannelWidget::StartDisabled);
// VP1VertexSystem* vertexsys = new VP1VertexSystem;
addSystem(new VP1AODSystem,IVP13DStandardChannelWidget::StartDisabled);
addSystem(new VP1ExtraInputSystem(),IVP13DStandardChannelWidget::StartDisabled);
addSystem(new VP1CaloReadoutSystem,IVP13DStandardChannelWidget::StartDisabled);
......@@ -97,5 +102,5 @@ void VP13DCocktailChannel::init()
foreach(QString n,VP1SysConf::extraTrackSystems())
addSystem(new VP1TrackSystem(n),IVP13DStandardChannelWidget::StartDisabled);
VP1SysConf::setupStandardConnectionsAndOptions( guidelinesystem,geosys,tracksys,prdsys,vertexsys,VP1SysConf::EVENTSTUDIES );
VP1SysConf::setupStandardConnectionsAndOptions( guidelinesystem,geosys,tracksys,prdsys,0,VP1SysConf::EVENTSTUDIES );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment