Print

Print


Commit in projects/slic/trunk/src on MAIN
LCExtendedParticles.cc+3-33031 -> 3032
Remove debug printouts.

projects/slic/trunk/src
LCExtendedParticles.cc 3031 -> 3032
--- projects/slic/trunk/src/LCExtendedParticles.cc	2014-02-27 01:11:21 UTC (rev 3031)
+++ projects/slic/trunk/src/LCExtendedParticles.cc	2014-02-27 01:13:27 UTC (rev 3032)
@@ -35,13 +35,13 @@
 		// Add particles that Geant4 does not already know about.  
 		if (pdef == 0) {
 
-		    std::cout << "constructing new particle: " << pdata.PDTname() << std::endl;
+		    //std::cout << "constructing new particle: " << pdata.PDTname() << std::endl;
 
 			G4String particleType = "extended";
 			if (id.isSUSY())
 			    particleType = "susy";
 
-			std::cout << "  type: " << particleType << std::endl;
+			//std::cout << "  type: " << particleType << std::endl;
 
 			// Create a G4ParticleDefinition for this SUSY particle.
 			new G4ParticleDefinition(
@@ -78,7 +78,7 @@
 		G4ProcessManager* pmgr = pdef->GetProcessManager();
 		if (pdef->GetParticleType() == "extended" || pdef->GetParticleType() == "susy") {
 
-		    std::cout << "assigning processes to particle: " << pdef->GetParticleName() << std::endl;
+		    //std::cout << "assigning processes to particle: " << pdef->GetParticleName() << std::endl;
 
 			if (pdef->GetPDGCharge() != 0) {
 				pmgr->AddProcess(&m_scatter, -1, 1, 1); // multiple scattering
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1