Skip to content
Snippets Groups Projects
Commit 74181e4b authored by shuyaota's avatar shuyaota
Browse files

Latest Tiara.cc as of 2018/5/4

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