Skip to content
Snippets Groups Projects
Commit 54d47162 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Remove debug printing

	modified:   src/TrapEndcapTracker_geo.cpp
parent cd0e4c9a
No related branches found
No related tags found
1 merge request!95Remove debug printing
......@@ -103,7 +103,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
c_vol.setVisAttributes(description.visAttributes(c.visStr()));
pv = m_volume.placeVolume(c_vol, Position(0, posY + c_thick / 2, 0));
if (c.isSensitive()) {
std::cout << " adding sensitive volume" << c_name << "\n";
//std::cout << " adding sensitive volume" << c_name << "\n";
sdet.check(n_sensor > 2, "SiTrackerEndcap2::fromCompact: " + c_name + " Max of 2 modules allowed!");
pv.addPhysVolID("sensor", n_sensor);
sens.setType("tracker");
......
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