Print

Print


Commit in lcdd/include on MAIN
FieldMapType.hh+2-21.1 -> 1.2
G4ScorerSD.hh+4-21.1 -> 1.2
LimitSetType.hh+5-11.1 -> 1.2
RZFieldMapType.hh+5-11.3 -> 1.4
limit.hh+5-11.2 -> 1.3
+21-7
5 modified files
Added doxygen comments.

lcdd/include
FieldMapType.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- FieldMapType.hh	29 Aug 2005 23:23:18 -0000	1.1
+++ FieldMapType.hh	31 Aug 2005 22:39:37 -0000	1.2
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/FieldMapType.hh,v 1.1 2005/08/29 23:23:18 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/FieldMapType.hh,v 1.2 2005/08/31 22:39:37 jeremy Exp $
 #ifndef FieldMapType_hh
 #define FieldMapType_hh 1
 
@@ -9,7 +9,7 @@
 #include "Schema/ReferenceType.h"
 
 /**
- * @name FieldMapType
+ * @class FieldMapType
  * @brief The "abstract" FieldMapType from lcdd_fields.xsd subschema.
  * @note The only behavior implemented by this class is adding generic content.
  */

lcdd/include
G4ScorerSD.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- G4ScorerSD.hh	5 Jul 2005 20:35:52 -0000	1.1
+++ G4ScorerSD.hh	31 Aug 2005 22:39:37 -0000	1.2
@@ -3,13 +3,15 @@
 
 #include "G4TrackerSD.hh"
 
+/**
+ * @class G4ScorerSD
+ * @brief Scoring plane sensitive detector.
+*/
 class G4ScorerSD : public G4TrackerSD
 {
 public:
   G4ScorerSD(G4String sdName,
 	     G4String hcName
-	     //,
-	     //	     bool killTracks
 	     );
 
 protected:

lcdd/include
LimitSetType.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- LimitSetType.hh	9 Jul 2005 00:25:55 -0000	1.1
+++ LimitSetType.hh	31 Aug 2005 22:39:37 -0000	1.2
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/LimitSetType.hh,v 1.1 2005/07/09 00:25:55 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/LimitSetType.hh,v 1.2 2005/08/31 22:39:37 jeremy Exp $
 #ifndef LimitSetType_hh
 #define LimitSetType_hh 1
 
@@ -9,6 +9,10 @@
 // std
 #include <string>
 
+/**
+ * @class LimitSetType
+ * @brief The LimitSetType type from lcdd_limits.lcdd subschema.
+ */
 class LimitSetType
 {
 

lcdd/include
RZFieldMapType.hh 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- RZFieldMapType.hh	31 Aug 2005 18:30:00 -0000	1.3
+++ RZFieldMapType.hh	31 Aug 2005 22:39:37 -0000	1.4
@@ -1,9 +1,13 @@
-// $Header: /cvs/lcd/lcdd/include/RZFieldMapType.hh,v 1.3 2005/08/31 18:30:00 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/RZFieldMapType.hh,v 1.4 2005/08/31 22:39:37 jeremy Exp $
 #ifndef RZFieldMapType_hh
 #define RZFieldMapType_hh 1
 
 #include "FieldMapType.hh"
 
+/**
+ * @class RZFieldMapType
+ * @brief The RZFieldMapType from the lcdd_fields.lcdd subschema.
+*/
 class RZFieldMapType : public FieldMapType
 {
 

lcdd/include
limit.hh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- limit.hh	9 Jul 2005 00:25:56 -0000	1.2
+++ limit.hh	31 Aug 2005 22:39:37 -0000	1.3
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/limit.hh,v 1.2 2005/07/09 00:25:56 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/limit.hh,v 1.3 2005/08/31 22:39:37 jeremy Exp $
 #ifndef limit_hh
 #define limit_hh 1
 
@@ -6,6 +6,10 @@
 
 #include "Saxana/SAXObject.h"
 
+/**
+ * @class limit
+ * @brief Element limit from the lcdd_limits.lcdd subschema.
+ */
 class limit : public SAXObject, public LimitParamType
 {
 public:
CVSspam 0.2.8