Skip to content
Snippets Groups Projects
Commit 20739f80 authored by shuyaota's avatar shuyaota
Browse files

Fixed the Inner Barrel geometry (additional). Tentative. Needs to be confirmed.

parent c5a0765f
No related branches found
No related tags found
No related merge requests found
...@@ -117,8 +117,8 @@ void Tiara::ReadConfiguration(NPL::InputParser parser){ ...@@ -117,8 +117,8 @@ void Tiara::ReadConfiguration(NPL::InputParser parser){
blocks.clear(); blocks.clear();
//by Shuya 180426 //by Shuya 180426
//blocks = parser.GetAllBlocksWithToken("TiaraHyballWedge"); blocks = parser.GetAllBlocksWithToken("TiaraHyballWedge");
blocks = parser.GetAllBlocksWithToken("HyballWedge"); //blocks = parser.GetAllBlocksWithToken("HyballWedge");
if(NPOptionManager::getInstance()->GetVerboseLevel()) if(NPOptionManager::getInstance()->GetVerboseLevel())
cout << "//// " << blocks.size() << " detectors found " << endl; cout << "//// " << blocks.size() << " detectors found " << endl;
......
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