Skip to content
Snippets Groups Projects
Commit 40e331c9 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

LArEventTest: LArCablingService moved to LArCabling.

parent df1f37d4
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 52 deletions
......@@ -14,7 +14,7 @@ atlas_depends_on_subdirs( PUBLIC
LArCalorimeter/LArIdentifier
LArCalorimeter/LArRawConditions
LArCalorimeter/LArRawEvent
LArCalorimeter/LArTools
LArCalorimeter/LArCabling
TestBeam/TBEvent
PRIVATE
Calorimeter/CaloEvent
......@@ -30,7 +30,7 @@ atlas_add_component( LArEventTest
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloIdentifier AthenaBaseComps StoreGateLib SGtests GaudiKernel LArIdentifier LArRawConditions LArRawEvent LArToolsLib TBEvent CaloEvent CxxUtils xAODEventInfo )
LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloIdentifier AthenaBaseComps StoreGateLib SGtests GaudiKernel LArIdentifier LArRawConditions LArRawEvent LArCablingLib TBEvent CaloEvent CxxUtils xAODEventInfo )
# Install files from the package:
atlas_install_headers( LArEventTest )
......
......@@ -6,8 +6,7 @@
#define DUMPLARDIGITS_H
#include "AthenaBaseComps/AthAlgorithm.h"
#include "LArRawEvent/LArDigitContainer.h"
//#include "LArRawEvent/LArDigitCollection.h"
#include "LArTools/LArCablingService.h"
#include "LArCabling/LArCablingService.h"
#include "CaloIdentifier/LArEM_ID.h"
#include "LArIdentifier/LArOnlineID.h"
......
......@@ -6,7 +6,7 @@
#define DUMPLARRAWCHANNEL_H
#include "AthenaBaseComps/AthAlgorithm.h"
#include "LArRawEvent/LArRawChannelContainer.h"
#include "LArTools/LArCablingService.h"
#include "LArCabling/LArCablingService.h"
#include "CaloIdentifier/LArEM_ID.h"
#include "LArIdentifier/LArOnlineID.h"
......
......@@ -23,15 +23,10 @@
#include "GaudiKernel/MsgStream.h"
#include "StoreGate/StoreGateSvc.h"
#include "LArIdentifier/LArOnlineID.h"
//#include <vector>
#include <string>
#include <map>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IToolSvc.h"
#include "LArTools/LArCablingService.h"
#include "LArCabling/LArCablingService.h"
#include "CaloIdentifier/LArEM_ID.h"
#include "CaloIdentifier/LArHEC_ID.h"
#include "CaloIdentifier/LArFCAL_ID.h"
......
......@@ -21,15 +21,10 @@
#define LARDIGITSTONTUPLE_H
#include "AthenaBaseComps/AthAlgorithm.h"
#include "LArIdentifier/LArOnlineID.h"
//#include <vector>
#include <string>
#include <map>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IToolSvc.h"
#include "LArTools/LArCablingService.h"
#include "LArCabling/LArCablingService.h"
#include "CaloIdentifier/LArEM_ID.h"
#include "CaloIdentifier/LArHEC_ID.h"
#include "CaloIdentifier/LArFCAL_ID.h"
......
......@@ -21,15 +21,10 @@
#define TRIGGERPATTERNCOUNT_H
#include "AthenaBaseComps/AthAlgorithm.h"
#include "LArIdentifier/LArOnlineID.h"
//#include <vector>
#include <string>
#include <map>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IToolSvc.h"
#include "LArTools/LArCablingService.h"
#include "LArCabling/LArCablingService.h"
#include "CaloIdentifier/LArEM_ID.h"
#include "CaloIdentifier/LArHEC_ID.h"
#include "CaloIdentifier/LArFCAL_ID.h"
......
......@@ -7,7 +7,7 @@ use GaudiInterface GaudiInterface-* External
use LArIdentifier LArIdentifier-* LArCalorimeter
use LArRawConditions LArRawConditions-* LArCalorimeter
use LArRawEvent LArRawEvent-* LArCalorimeter
use LArTools LArTools-* LArCalorimeter
use LArCabling LArCabling-* LArCalorimeter
use StoreGate StoreGate-* Control
use AthenaBaseComps AthenaBaseComps-* Control
use TBEvent TBEvent-* TestBeam
......
......@@ -21,11 +21,6 @@ MessageSvc.OutputLevel =DEBUG
AthenaEventLoopMgr = Service ("AthenaEventLoopMgr")
AthenaEventLoopMgr.OutputLevel=4
#Necessary DLL's
theApp.Dlls += [ "LArRawUtils","LArTools"]
theApp.Dlls += [ "LArByteStream"]
#theApp.Dlls += [ "CaloDetMgrDetDescrCnv" ]
theApp.Dlls += [ "LArEventTest"]
theApp.topAlg+=["DumpLArDigits"]
DumpLArDigits=Algorithm("DumpLArDigits")
......
......@@ -34,11 +34,6 @@ MessageSvc.OutputLevel =3
AthenaEventLoopMgr = Service ("AthenaEventLoopMgr")
AthenaEventLoopMgr.OutputLevel=4
#Necessary DLL's
theApp.Dlls += [ "LArRawUtils","LArTools"]
theApp.Dlls += [ "LArByteStream"]
#theApp.Dlls += [ "CaloDetMgrDetDescrCnv" ]
theApp.Dlls += [ "LArEventTest"]
theApp.topAlg+=["DumpLArRawChannels"]
DumpLArRawChannels=Algorithm("DumpLArRawChannels")
......
......@@ -21,11 +21,6 @@ MessageSvc.OutputLevel =DEBUG
AthenaEventLoopMgr = Service ("AthenaEventLoopMgr")
AthenaEventLoopMgr.OutputLevel=4
#Necessary DLL's
theApp.Dlls += [ "LArRawUtils","LArTools"]
theApp.Dlls += [ "LArByteStream"]
#theApp.Dlls += [ "CaloDetMgrDetDescrCnv" ]
theApp.Dlls += [ "LArEventTest"]
theApp.topAlg+=["DumpLArRawChannels"]
DumpLArRawChannels=Algorithm("DumpLArRawChannels")
......
......@@ -52,11 +52,6 @@ MessageSvc.OutputLevel = INFO
#AthenaEventLoopMgr = Service ("AthenaEventLoopMgr")
#AthenaEventLoopMgr.OutputLevel= INFO
#Necessary DLL's
theApp.Dlls += [ "LArRawUtils","LArTools"]
theApp.Dlls += [ "LArByteStream"]
#theApp.Dlls += [ "CaloDetMgrDetDescrCnv" ]
#----- JobOptions for Ntuple-output
theApp.Dlls += [ "RootHistCnv" ];
theApp.HistogramPersistency = "ROOT"
......
......@@ -39,12 +39,6 @@ MessageSvc.OutputLevel = DEBUG
AthenaEventLoopMgr = Service ("AthenaEventLoopMgr")
AthenaEventLoopMgr.OutputLevel=4
#Necessary DLL's
theApp.Dlls += [ "LArRawUtils","LArROD", "LArTools"]
theApp.Dlls += [ "LArByteStream"]
#theApp.Dlls += [ "CaloDetMgrDetDescrCnv" ]
theApp.topAlg+=["LArRawChannelSimpleBuilder/TBLArRawChannelBuilder"]
### Liquid argon reco
TBLArRawChannelBuilder = Algorithm("TBLArRawChannelBuilder");
......
......@@ -33,8 +33,6 @@ ByteStreamInputSvc.FilePrefix += [RawDataFilePrefix]
ByteStreamInputSvc.RunNumber += [runnumber]
ToolSvc = Service( "ToolSvc" )
ToolSvc.LArRoI_Map.Print=FALSE
theApp.Dlls += [ "LArRawUtils","LArTools"]
theApp.Dlls += [ "LArByteStream"]
include( "TBCnv/TBReadH8BS_jobOptions.py" )
theApp.Dlls += [ "LArEventTest"]
theApp.topAlg+=["TriggerPatternCount"]
......
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