Print

Print


Commit in lcdd/include/lcdd/hits on MAIN
CalorimeterHit.hh+5-51.2 -> 1.3
TrackInformation.hh+11-111.4 -> 1.5
+16-16
2 modified files
oops

lcdd/include/lcdd/hits
CalorimeterHit.hh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- CalorimeterHit.hh	3 Jul 2013 23:00:46 -0000	1.2
+++ CalorimeterHit.hh	3 Jul 2013 23:53:08 -0000	1.3
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/lcdd/hits/CalorimeterHit.hh,v 1.2 2013/07/03 23:00:46 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/lcdd/hits/CalorimeterHit.hh,v 1.3 2013/07/03 23:53:08 jeremy Exp $
 
 #ifndef LCDD_HITS_CALORIMETERHIT_HH
 #define LCDD_HITS_CALORIMETERHIT_HH 1
@@ -145,7 +145,7 @@
 
     /**
      * Add a hit contribution.
-     * @param[id] contrib The hit contribution.
+     * @param[in] contrib The hit contribution.
      */
     void addHitContribution(HitContribution contrib)
     {
@@ -163,8 +163,8 @@
 
     /**
      * Set the value of the 64-bit ID.
-     * @param[id] id0 The first 32 bits of the ID.
-     * @param[id] id1 The second 32 bits of the ID.
+     * @param[in] id0 The first 32 bits of the ID.
+     * @param[in] id1 The second 32 bits of the ID.
      */
     void setId64bit(Id64bit::ElementType id0, Id64bit::ElementType id1)
     {
@@ -183,7 +183,7 @@
 
     /**
      * Set the endcap flag.
-     * @param[id] ec The endcap flag.
+     * @param[in] ec The endcap flag.
      */
     void setEndcapFlag(bool ec = true)
     {

lcdd/include/lcdd/hits
TrackInformation.hh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- TrackInformation.hh	3 Jul 2013 23:35:54 -0000	1.4
+++ TrackInformation.hh	3 Jul 2013 23:53:08 -0000	1.5
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/lcdd/hits/TrackInformation.hh,v 1.4 2013/07/03 23:35:54 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/lcdd/hits/TrackInformation.hh,v 1.5 2013/07/03 23:53:08 jeremy Exp $
 #ifndef LCDD_HITS_TRACKINFORMATION_HH
 #define LCDD_HITS_TRACKINFORMATION_HH 1
 
@@ -126,7 +126,7 @@
 
     /**
      * Set has tracker hit.
-     * @param[id] hasHit Set has tracker hit.
+     * @param[in] hasHit Set has tracker hit.
      */
     inline void setHasTrackerHit(bool hasHit = true)
     {
@@ -135,7 +135,7 @@
 
     /**
      * Set the track ID.
-     * @param[id] id The track ID.
+     * @param[in] id The track ID.
      */
     inline void setTrackID(G4int id)
     {
@@ -144,7 +144,7 @@
 
     /**
      * Set the tracking status.
-     * @param[id] st The tracking status.
+     * @param[in] st The tracking status.
      */
     inline void setTrackingStatus(ETrackingStatus st)
     {
@@ -153,7 +153,7 @@
 
     /**
      * Set the original tracking status.
-     * @param[id] st The tracking status.
+     * @param[in] st The tracking status.
      */
     inline void setOriginalTrackingStatus(ETrackingStatus st)
     {
@@ -162,7 +162,7 @@
 
     /**
      * Set vertex not endpoint of parent.
-     * @param[id] val Vertex not endpoint setting.
+     * @param[in] val Vertex not endpoint setting.
      */
     inline void setVertexIsNotEndpointOfParent(bool val = true)
     {
@@ -180,7 +180,7 @@
 
     /**
      * Set backscatter setting.
-     * @param[id] val The backscatter setting.
+     * @param[in] val The backscatter setting.
      */
     inline void setBackscatter(bool val = true)
     {
@@ -198,7 +198,7 @@
 
     /**
      * Set the below threshold setting.
-     * @param[id] val The below threshold setting.
+     * @param[in] val The below threshold setting.
      */
     inline void setBelowThreshold(bool val = true)
     {
@@ -236,7 +236,7 @@
 
     /**
      * Convert a tracking status to a string.
-     * @param[id] ts The tracking status.
+     * @param[in] ts The tracking status.
      * @return The tracking status string.
      */
     static const std::string& getTrackingStatusString(ETrackingStatus ts);
@@ -245,8 +245,8 @@
 
     /**
      * Set parameters from another track information object.
-     * @param[id] srcTrackInfo The source track information.
-     * @param[id] trgtTrkInfo  The target track information.
+     * @param[in] srcTrackInfo The source track information.
+     * @param[in] trgtTrkInfo  The target track information.
      */
     static void setFromTrackInformation(const TrackInformation* srcTrkInfo, TrackInformation* trgtTrkInfo);
 
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