Skip to content
Snippets Groups Projects
Commit b85790c7 authored by mch6's avatar mch6
Browse files

Update MonteCarlo/src/DetectorConstruction.cc

parent b04bdc0a
No related branches found
No related tags found
1 merge request!4Update MonteCarlo/src/DetectorConstruction.cc
...@@ -535,11 +535,10 @@ void DetectorConstruction::ConstructSDandField( ){ ...@@ -535,11 +535,10 @@ void DetectorConstruction::ConstructSDandField( ){
for(ModTypeRPD* rpd : m_RPDvec){ for(ModTypeRPD* rpd : m_RPDvec){
rpd->ConstructSDandField(); rpd->ConstructSDandField();
} }
}
if(isTrigger){ if(isTrigger){
m_TRI->ConstructSDandField(); m_TRI->ConstructSDandField();
} }
}
//*********************************************************************************** //***********************************************************************************
// READ Survey_2018.xml and Alignment_2018.xml // READ Survey_2018.xml and Alignment_2018.xml
//*********************************************************************************** //***********************************************************************************
......
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