Skip to content
Snippets Groups Projects
Commit 1d87b758 authored by Eoin Clerkin's avatar Eoin Clerkin
Browse files

Redmine 3509

Hits across sensors for 2 station MVD.
parent 3f90f942
No related branches found
Tags dev_2025_09
1 merge request!2038Hits across sensors for 2 station MVD.
Pipeline #33102 passed
...@@ -123,7 +123,9 @@ Bool_t CbmMvd::ProcessHits(FairVolume* vol) ...@@ -123,7 +123,9 @@ Bool_t CbmMvd::ProcessHits(FairVolume* vol)
TString stAdd(address); TString stAdd(address);
if (stAdd.Contains("/MVDscripted_0")) { fVolumeID = fmvdHandler->GetIDfromPath(stAdd); } if (stAdd.Contains("/MVDscripted_0") || stAdd.Contains("/TwoStation_0")) {
fVolumeID = fmvdHandler->GetIDfromPath(stAdd);
}
else { else {
fVolumeID = vol->getMCid(); fVolumeID = vol->getMCid();
} }
......
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