Commit in projects/lcdd/branches/v05-00-00-dev/include/lcdd/schema on MAIN
projective_cylinder.hh+47added 3262
Add missing file.

projects/lcdd/branches/v05-00-00-dev/include/lcdd/schema
projective_cylinder.hh added at 3262
--- projects/lcdd/branches/v05-00-00-dev/include/lcdd/schema/projective_cylinder.hh	                        (rev 0)
+++ projects/lcdd/branches/v05-00-00-dev/include/lcdd/schema/projective_cylinder.hh	2014-08-14 18:12:53 UTC (rev 3262)
@@ -0,0 +1,47 @@
+/*
+ * projective_cylinder.hh
+ *
+ *  Created on: Aug 12, 2014
+ *      Author: jeremym
+ */
+
+#ifndef LCDD_SCHEMA_PROJECTIVE_CYLINDER_HH_
+#define LCDD_SCHEMA_PROJECTIVE_CYLINDER_HH_
+
+// LCDD
+#include "lcdd/schema/ProjectiveCylinderType.hh"
+
+// GDML
+#include "Saxana/SAXObject.h"
+
+
+/**
+ * @brief
+ * The projective_cylinder type from the schema
+ */
+class projective_cylinder : public SAXObject, public ProjectiveCylinderType {
+
+    public:
+
+    /**
+     * Class constructor.
+     */
+    projective_cylinder() {
+    }
+
+    /**
+     * Class destructor.
+     */
+    virtual ~projective_cylinder() {
+    }
+
+    /**
+     * Get the type of this SAXObject.
+     * @return The type of this SAXObject.
+     */
+    virtual SAXObject::Type type() {
+        return SAXObject::element;
+    }
+};
+
+#endif /* PROJECTIVE_CYLINDER_HH_ */
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