diff --git a/core/data/trd/CbmTrdDigi.cxx b/core/data/trd/CbmTrdDigi.cxx index 4b8b11863f08052e9cbeef64d0dbe2c1a1b2b884..442d0f18611606120eb505274d66700b00206eae 100644 --- a/core/data/trd/CbmTrdDigi.cxx +++ b/core/data/trd/CbmTrdDigi.cxx @@ -298,7 +298,7 @@ void CbmTrdDigi::SetTriggerType(const int32_t ttype) string CbmTrdDigi::ToString() const { stringstream ss; - ss << "CbmTrdDigi(" << (GetType() == eCbmTrdAsicType::kFASP ? "T)" : "R)") + ss << "CbmTrdDigi(" << (GetType() == eCbmTrdAsicType::kFASP ? "F)" : "S)") << " | moduleAddress=" << GetAddressModule() << " | layer=" << Layer() << " | moduleId=" << Module() << " | pad=" << GetAddressChannel() << " | time[ns]=" << std::fixed << std::setprecision(1) << GetTime(); if (GetType() == eCbmTrdAsicType::kFASP) { diff --git a/reco/detectors/trd/CbmTrdHitProducer.cxx b/reco/detectors/trd/CbmTrdHitProducer.cxx index 4ce3b06b930dd3b96b3045ca7495b058f864a79b..55f76f13601a0c41455f25945084dd63fa9767fd 100644 --- a/reco/detectors/trd/CbmTrdHitProducer.cxx +++ b/reco/detectors/trd/CbmTrdHitProducer.cxx @@ -94,8 +94,8 @@ CbmTrdModuleRec* CbmTrdHitProducer::AddModule(Int_t address, TGeoPhysicalNode* n << moduleAddress << ". Module init failed!"; return NULL; } - LOG(debug) << GetName() << "::AddModule(" << node->GetName() << " " << (moduleType < 9 ? 'R' : 'T') << "] mod[" - << moduleAddress << "] ly[" << lyId << "] det[" << moduleAddress << "]"; + LOG(info) << GetName() << "::AddModule(" << node->GetName() << " " << (moduleType < 9 ? '1' : '2') << "D] mod[" + << moduleAddress << "] ly[" << lyId << "] det[" << moduleAddress << "]"; CbmTrdModuleRec* module(nullptr); if (moduleType >= 9) { module = fModules[address] = new CbmTrdModuleRec2D(address); } diff --git a/reco/detectors/trd/CbmTrdModuleRec2D.cxx b/reco/detectors/trd/CbmTrdModuleRec2D.cxx index 7c0d55b96b29f8b3e7afefc3eb7f1605d374b537..d4d6660a5560f5d62c866168866f96450818a76f 100644 --- a/reco/detectors/trd/CbmTrdModuleRec2D.cxx +++ b/reco/detectors/trd/CbmTrdModuleRec2D.cxx @@ -775,7 +775,7 @@ CbmTrdHit* CbmTrdModuleRec2D::MakeHit(Int_t ic, const CbmTrdCluster* cl, std::ve LOG(debug) << GetName() << "::MakeHit: Hybrid cluster SPADIC/Trd2d. Skipped for the moment."; // std::cout << cl->ToString(); return nullptr; - } + } //printf("%s (%s)\n", GetName(), GetTitle()); Config(1,0); if (!fgEdep) { // first use initialization of PRF helppers