From af3f8bd384390627b76fddf01ca7ac216e6f9016 Mon Sep 17 00:00:00 2001
From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de>
Date: Tue, 24 Nov 2020 16:40:13 +0100
Subject: [PATCH] abandon digi.par parameter file

---
 MQ/hitbuilder/CbmDeviceHitBuilderTof.cxx | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MQ/hitbuilder/CbmDeviceHitBuilderTof.cxx b/MQ/hitbuilder/CbmDeviceHitBuilderTof.cxx
index 54b9a72733..466a5c4bd2 100644
--- a/MQ/hitbuilder/CbmDeviceHitBuilderTof.cxx
+++ b/MQ/hitbuilder/CbmDeviceHitBuilderTof.cxx
@@ -414,7 +414,7 @@ Bool_t CbmDeviceHitBuilderTof::InitContainers() {
   Int_t iGeoVersion;
   FairParSet* cont;
 
-  for (Int_t iSet = 0; iSet < NSet; iSet++) {
+  for (Int_t iSet = 1; iSet < NSet; iSet++) {
     std::string message = parSet[iSet] + "," + to_string(fiRunId);
     LOG(info) << "Requesting parameter container, sending message: " << message;
 
@@ -2077,8 +2077,9 @@ Bool_t CbmDeviceHitBuilderTof::InspectRawDigis() {
       fChannelInfo = fDigiPar->GetCell(iChId);
       if (NULL == fChannelInfo) {
         LOG(warn) << Form("Invalid ChannelInfo for 0x%08x, 0x%08x",
-                          iChId,
-                          pDigi2Min->GetAddress());
+                          iChId, pDigi2Min->GetAddress())
+		  << " TSRC " << pDigi->GetType()
+		  <<pDigi->GetSm() <<pDigi->GetRpc()<<pDigi->GetChannel();
         continue;
       }
       if (fDigiBdfPar->GetSigVel(
-- 
GitLab