Skip to content
Snippets Groups Projects
Commit 8a0a241b authored by Takashi Yamanaka's avatar Takashi Yamanaka
Browse files

Merge branch 'larcabling.TBCnv-20170415' into 'master'

TBCnv: LArCablingService moved to LArCabling.

See merge request !987
parents ba705ebb 9b3385a5
No related merge requests found
...@@ -18,7 +18,7 @@ atlas_depends_on_subdirs( ...@@ -18,7 +18,7 @@ atlas_depends_on_subdirs(
Event/EventInfo Event/EventInfo
GaudiKernel GaudiKernel
LArCalorimeter/LArIdentifier LArCalorimeter/LArIdentifier
LArCalorimeter/LArTools LArCalorimeter/LArCabling
TestBeam/TBEvent TestBeam/TBEvent
PRIVATE PRIVATE
DetectorDescription/Identifier DetectorDescription/Identifier
...@@ -34,7 +34,7 @@ atlas_add_library( TBCnvLib ...@@ -34,7 +34,7 @@ atlas_add_library( TBCnvLib
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS} INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} CaloIdentifier AthenaBaseComps LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} CaloIdentifier AthenaBaseComps
ByteStreamData EventInfo GaudiKernel LArIdentifier TBEvent StoreGateLib ByteStreamData EventInfo GaudiKernel LArIdentifier TBEvent StoreGateLib
ByteStreamCnvSvcLib ByteStreamCnvSvcBaseLib LArToolsLib ByteStreamCnvSvcLib ByteStreamCnvSvcBaseLib LArCablingLib
PRIVATE_LINK_LIBRARIES Identifier LArRawEvent ) PRIVATE_LINK_LIBRARIES Identifier LArRawEvent )
atlas_add_component( TBCnv atlas_add_component( TBCnv
......
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
#include "GaudiKernel/MsgStream.h" #include "GaudiKernel/MsgStream.h"
#include "StoreGate/StoreGateSvc.h" #include "StoreGate/StoreGateSvc.h"
#include "TBEvent/TBLArDigitContainer.h" #include "TBEvent/TBLArDigitContainer.h"
// #include "LArRawEvent/LArRawChannelContainer.h" #include "LArCabling/LArCablingService.h"
// #include "LArRawEvent/LArRawChannelCollection.h"
#include "LArTools/LArCablingService.h"
#include "CaloIdentifier/LArEM_ID.h" #include "CaloIdentifier/LArEM_ID.h"
#include "CaloIdentifier/LArFCAL_ID.h" #include "CaloIdentifier/LArFCAL_ID.h"
#include "CaloIdentifier/LArHEC_ID.h" #include "CaloIdentifier/LArHEC_ID.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "TBEvent/TBEventInfo.h" #include "TBEvent/TBEventInfo.h"
#include "TBEvent/TBLArDigitContainer.h" #include "TBEvent/TBLArDigitContainer.h"
#include "TBEvent/TBLArCalibDigitContainer.h" #include "TBEvent/TBLArCalibDigitContainer.h"
#include "LArTools/LArCablingService.h" #include "LArCabling/LArCablingService.h"
#include "CaloIdentifier/CaloGain.h" #include "CaloIdentifier/CaloGain.h"
......
...@@ -14,7 +14,7 @@ use DataCollection DataCollection-* External ...@@ -14,7 +14,7 @@ use DataCollection DataCollection-* External
use GaudiInterface GaudiInterface-* External use GaudiInterface GaudiInterface-* External
use TBEvent TBEvent-* TestBeam use TBEvent TBEvent-* TestBeam
use CaloIdentifier CaloIdentifier-* Calorimeter use CaloIdentifier CaloIdentifier-* Calorimeter
use LArTools LArTools-* LArCalorimeter use LArCabling LArCabling-* LArCalorimeter
use LArIdentifier LArIdentifier-* LArCalorimeter use LArIdentifier LArIdentifier-* LArCalorimeter
private private
......
...@@ -105,13 +105,6 @@ IOVDbSvc.userPwd = "conditions"; ...@@ -105,13 +105,6 @@ IOVDbSvc.userPwd = "conditions";
# Reconstruction # Reconstruction
# non-ATLAS detectors # non-ATLAS detectors
theApp.Dlls += ["LArRawUtils"]
theApp.Dlls += ["LArTools"]
theApp.Dlls += ["LArROD"]
theApp.Dlls += ["TBRec"]
theApp.Dlls += [ "AthenaMonitoring"]
theApp.Dlls += [ "LArMonitoring"]
theApp.TopAlg += ["TBEventStreamer/EventInfoStreamer"] theApp.TopAlg += ["TBEventStreamer/EventInfoStreamer"]
EventInfoStreamer = Algorithm( "EventInfoStreamer" ) EventInfoStreamer = Algorithm( "EventInfoStreamer" )
EventInfoStreamer.ToolNames += [ "TBEventInfoStreamerTool/EventTypeSelector" ] EventInfoStreamer.ToolNames += [ "TBEventInfoStreamerTool/EventTypeSelector" ]
......
...@@ -28,12 +28,6 @@ ToolSvc.LArRoI_Map.Print=FALSE ...@@ -28,12 +28,6 @@ ToolSvc.LArRoI_Map.Print=FALSE
ToolSvc.TBByteStreamCnvTool.Dump = FALSE ToolSvc.TBByteStreamCnvTool.Dump = FALSE
ToolSvc.TBByteStreamCnvTool.OutputLevel = WARNING ToolSvc.TBByteStreamCnvTool.OutputLevel = WARNING
theApp.Dlls += ["LArRawUtils"]
theApp.Dlls += ["LArTools"]
theApp.Dlls += ["LArROD"]
theApp.Dlls += [ "TBRec" ]
#--- Monitoring --------------------------- #--- Monitoring ---------------------------
theApp.TopAlg += [ "TBAlgoSequencer/Seq1" ] theApp.TopAlg += [ "TBAlgoSequencer/Seq1" ]
......
...@@ -30,12 +30,6 @@ ToolSvc.LArRoI_Map.Print=FALSE ...@@ -30,12 +30,6 @@ ToolSvc.LArRoI_Map.Print=FALSE
ToolSvc.TBByteStreamCnvTool.Dump = FALSE ToolSvc.TBByteStreamCnvTool.Dump = FALSE
ToolSvc.TBByteStreamCnvTool.OutputLevel = WARNING ToolSvc.TBByteStreamCnvTool.OutputLevel = WARNING
theApp.Dlls += ["LArRawUtils"]
theApp.Dlls += ["LArTools"]
theApp.Dlls += ["LArROD"]
theApp.Dlls += [ "TBRec" ]
#--- Monitoring --------------------------- #--- Monitoring ---------------------------
theApp.TopAlg += [ "TBAlgoSequencer/Seq1" ] theApp.TopAlg += [ "TBAlgoSequencer/Seq1" ]
......
...@@ -30,9 +30,6 @@ ByteStreamInputSvc.inputFiles = ["/afs/cern.ch/atlas/offline/data/testfile/ru ...@@ -30,9 +30,6 @@ ByteStreamInputSvc.inputFiles = ["/afs/cern.ch/atlas/offline/data/testfile/ru
ToolSvc.TBByteStreamCnvTool.Dump = TRUE ToolSvc.TBByteStreamCnvTool.Dump = TRUE
ToolSvc.TBByteStreamCnvTool.SummaryPath = "lastrun.txt" ToolSvc.TBByteStreamCnvTool.SummaryPath = "lastrun.txt"
theApp.Dlls += ["LArRawUtils"]
theApp.Dlls += ["LArTools"]
# --- TBRec -------------- # --- TBRec --------------
theApp.Dlls += [ "TBRec" ] theApp.Dlls += [ "TBRec" ]
......
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