Commit in lcdd/include/lcdd/processes on LCDD-102_BRANCH
SensitiveDetectorTypeProcess.hh+2-251.3.2.1 -> 1.3.2.2

lcdd/include/lcdd/processes
SensitiveDetectorTypeProcess.hh 1.3.2.1 -> 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- SensitiveDetectorTypeProcess.hh	14 Aug 2013 00:23:22 -0000	1.3.2.1
+++ SensitiveDetectorTypeProcess.hh	22 Aug 2013 20:15:51 -0000	1.3.2.2
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/lcdd/processes/SensitiveDetectorTypeProcess.hh,v 1.3.2.1 2013/08/14 00:23:22 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/lcdd/processes/SensitiveDetectorTypeProcess.hh,v 1.3.2.2 2013/08/22 20:15:51 jeremy Exp $
 
 #ifndef LCDD_PROCESSES_SENSITIVEDETECTORTYPEPROCESS_HH
 #define LCDD_PROCESSES_SENSITIVEDETECTORTYPEPROCESS_HH 1
@@ -29,36 +29,22 @@
 {
 public:
 
-    /**
-     *
-     */
     SensitiveDetectorTypeProcess(const ProcessingContext* context = 0) :
             SAXStateProcess(context), _obj(0)
     {
     }
 
-    /**
-     *
-     */
     virtual ~SensitiveDetectorTypeProcess()
     {
     }
 
-    /**
-     *
-     */
     virtual const SAXComponentObject* Build() const
     {
         return this;
     }
 
-    /**
-     *
-     */
     virtual void StartElement(const std::string& name, const ASCIIAttributeList& attrs)
     {
-        //std::cout << "SensitiveDetectorTypeProcess::StartElement: " << name << std::endl;
-
         SensitiveDetectorType* sdt = dynamic_cast<SensitiveDetectorType*>(_obj);
 
         if (sdt) {
@@ -76,26 +62,17 @@
         }
     }
 
-    /**
-     *
-     */
     virtual void EndElement(const std::string&)
     {
     }
 
-    /**
-     *
-     */
     virtual void Characters(const std::string&)
     {
     }
 
-    /**
-     *
-     */
     virtual void StackPopNotify(const std::string& name)
     {
-        std::cout << "SensitiveDetectorTypeProcess::StackPopNotify - " << name << std::endl;
+        //std::cout << "SensitiveDetectorTypeProcess::StackPopNotify - " << name << std::endl;
 
         SAXObject** so = Context()->GetTopObject();
         SensitiveDetectorType* sdt = dynamic_cast<SensitiveDetectorType*>(_obj);
CVSspam 0.2.12


Use REPLY-ALL to reply to list

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