Skip to content
Snippets Groups Projects
Commit aa16daad authored by Shreya Roy's avatar Shreya Roy Committed by David Emschermann
Browse files

tof geo class

parent 65a9b0fa
No related branches found
No related tags found
1 merge request!597Tof geo class
Pipeline #14174 passed
......@@ -137,7 +137,7 @@ Int_t CbmTofGeoHandler::CheckGeometryVersion()
return fGeoVersion;
}
else if ((TString(node->GetName()).Contains("v21")) || (TString(node->GetName()).Contains("v18"))
|| (TString(node->GetName()).Contains("v20")) || (TString(node->GetName()).Contains("v22"))){
|| (TString(node->GetName()).Contains("v20")) || (TString(node->GetName()).Contains("v22"))) {
LOG(info) << "CbmTofGeoHandler::CheckGeometryVersion: Found TOF geometry " << TString(node->GetName())
<< ", treat as Id 21a ";
// if(nullptr!=fTofId) fTofId->Delete();
......
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