Print

Print


Commit in lcdd on MAIN
aclocal.m4+2-21.14 -> 1.15
configure[binary]1.51 -> 1.52
include/G4SensitiveDetector.hh+2-21.21 -> 1.22
+4-4
3 modified files
update for G4 9.5 compat

lcdd
aclocal.m4 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- aclocal.m4	29 Jun 2011 21:43:35 -0000	1.14
+++ aclocal.m4	1 Feb 2012 09:46:09 -0000	1.15
@@ -1,4 +1,4 @@
-dnl $Header: /cvs/lcd/lcdd/aclocal.m4,v 1.14 2011/06/29 21:43:35 jeremy Exp $
+dnl $Header: /cvs/lcd/lcdd/aclocal.m4,v 1.15 2012/02/01 09:46:09 jeremy Exp $
 dnl
 dnl local m4 macros for SLIC autoconf
 dnl
@@ -142,7 +142,7 @@
   fi
 fi
 
-G4_TEST_FILE=${G4_PREFIX}/Configure
+G4_TEST_FILE=${G4_PREFIX}/source/run/include/G4RunManager.hh
 
 if test -e ${G4_TEST_FILE}; then
   AC_MSG_RESULT(yes)

lcdd/include
G4SensitiveDetector.hh 1.21 -> 1.22
diff -u -r1.21 -r1.22
--- G4SensitiveDetector.hh	26 Jul 2010 21:11:05 -0000	1.21
+++ G4SensitiveDetector.hh	1 Feb 2012 09:46:09 -0000	1.22
@@ -90,7 +90,7 @@
         {
             if ( nHC > getNumberOfHitsCollections() + 1 || nHC < 0 ) {
                 G4cerr << "The index " << nHC << " is not valid for SD " << this->GetName() << "." << G4endl;
-                G4Exception("Invalid index.");            
+                G4Exception("", "", FatalException, "Invalid index.");            
             }  
             return m_hcids[nHC];  
         }
@@ -271,7 +271,7 @@
             if ( nHC > getNumberOfHitsCollections() + 1 || nHC < 0) 
             {
                 G4cerr << this->GetName() << "setHCID Nr of HC"<< nHC << "not valid"<< G4endl;
-                G4Exception("Bad HC index.");
+                G4Exception("", "", FatalException, "Bad HC index.");
             }   
             m_hcids[nHC] = hcid; 
         }
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