Skip to content
Snippets Groups Projects
Commit 5e3088eb authored by GIRARD ALCINDOR Valérian's avatar GIRARD ALCINDOR Valérian
Browse files

General updates

parent b5d82c67
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ void ZddDetector::Treat_Exo() {
unsigned int size = m_CalData->GetZDD_EXOMult();
for(unsigned int i = 0 ; i < size ; i++){
std::cout << "test treat" << std::endl;
// std::cout << "test treat" << std::endl;
m_PhysicsData->Exo_Nbr.push_back(m_CalData->GetZDD_EXON(i));
m_PhysicsData->Exo_E.push_back(m_CalData->GetZDD_EXOE(i));
m_PhysicsData->Exo_TS.push_back(m_CalData->GetZDD_EXOTS(i));
......
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