graxml-commit Mailing List for GraXML (Page 27)
Brought to you by:
hrivnac
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
|
Aug
(12) |
Sep
(32) |
Oct
(41) |
Nov
(16) |
Dec
(21) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(10) |
Feb
(10) |
Mar
(3) |
Apr
(3) |
May
(10) |
Jun
(12) |
Jul
|
Aug
|
Sep
(11) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(169) |
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(100) |
Nov
(14) |
Dec
(10) |
2008 |
Jan
(37) |
Feb
(4) |
Mar
(10) |
Apr
(73) |
May
(22) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Julius H. <hr...@us...> - 2005-08-12 09:26:08
|
Update of /cvsroot/graxml/Graphics/JiveEvent/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17001/ant Modified Files: build.xml Log Message: new version started Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/ant/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 7 Apr 2005 14:55:13 -0000 1.3 --- build.xml 12 Aug 2005 09:25:57 -0000 1.4 *************** *** 12,16 **** <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="0.1.2"/> <path id="classpath.build"> --- 12,16 ---- <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="pre-0.1.3"/> <path id="classpath.build"> |
From: Julius H. <hr...@us...> - 2005-08-12 09:26:07
|
Update of /cvsroot/graxml/Graphics/JiveEvent/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17001/src Modified Files: index.html Log Message: new version started Index: index.html =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.html 13 May 2005 09:58:02 -0000 1.4 --- index.html 12 Aug 2005 09:25:58 -0000 1.5 *************** *** 71,74 **** --- 71,88 ---- </ul> </li> + <li><u>0.1.3:</u> + <ul> + <li>New features: + <ul> + <li>...</li> + </ul> + </li> + <li>Bug fixes: + <ul> + <li>...</li> + </ul> + </li> + </ul> + </li> <li><u>*.*.*:</u> <ul> |
From: Julius H. <hr...@us...> - 2005-06-06 13:50:28
|
Update of /cvsroot/graxml/DetDescr/AGDD/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19746 Modified Files: index.html Log Message: mposPhi fix provided by M.Potekhin Index: index.html =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.html 13 May 2005 09:57:20 -0000 1.7 --- index.html 6 Jun 2005 13:50:19 -0000 1.8 *************** *** 114,117 **** --- 114,131 ---- </ul> </li> + <li><u>0.6.1:</u> + <ul> + <li>New features: + <ul> + <li>...</li> + </ul> + </li> + <li>Bug fixes: + <ul> + <li>mposPhi fixed (thanks to M.Potekhin).</li> + </ul> + </li> + </ul> + </li> </ul> <h2>Related Develoment</h2> |
From: Julius H. <hr...@us...> - 2005-06-06 13:48:44
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel/Reps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19000/net/hep/AGDD/GeometricModel/Reps Modified Files: MposPhi.java Log Message: mposPhi fix provided by M.Potekhin Index: MposPhi.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel/Reps/MposPhi.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MposPhi.java 30 Mar 2005 13:42:56 -0000 1.1 --- MposPhi.java 6 Jun 2005 13:48:35 -0000 1.2 *************** *** 40,43 **** --- 40,46 ---- * <pre> * $Log$ + * Revision 1.2 2005/06/06 13:48:35 hrivnac + * mposPhi fix provided by M.Potekhin + * * Revision 1.1 2005/03/30 13:42:56 hrivnac * AGDD added *************** *** 88,92 **** // Position all volumes float[] xyz = new float[3]; ! xyz[2] = rz[0]; float phi; for (int i = 0; i < (int)ncopy[0]; i++) { --- 91,95 ---- // Position all volumes float[] xyz = new float[3]; ! xyz[2] = rz[1]; float phi; for (int i = 0; i < (int)ncopy[0]; i++) { |
From: Julius H. <hr...@us...> - 2005-05-13 14:58:34
|
Update of /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27198/net/hep/geant4/GDML/GeometricModel Modified Files: Evaluator.java Log Message: Evaluator scales to 1m Index: Evaluator.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/net/hep/geant4/GDML/GeometricModel/Evaluator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Evaluator.java 30 Mar 2005 13:51:16 -0000 1.1 --- Evaluator.java 13 May 2005 14:58:25 -0000 1.2 *************** *** 38,41 **** --- 38,44 ---- * <pre> * $Log$ + * Revision 1.2 2005/05/13 14:58:25 hrivnac + * Evaluator scales to 1m + * * Revision 1.1 2005/03/30 13:51:16 hrivnac * GDML added *************** *** 198,208 **** } else if (unit.equals("1")) scale = 1.0f; ! else if (unit.equals("mm")) scale = 0.0001f * _rescaleFactor; ! else if (unit.equals("cm")) scale = 0.001f * _rescaleFactor; ! else if (unit.equals("dm")) scale = 0.01f * _rescaleFactor; ! else if (unit.equals("m")) scale = 0.1f * _rescaleFactor; ! else if (unit.equals("dam")) scale = 1.0f * _rescaleFactor; ! else if (unit.equals("hm")) scale = 10.0f * _rescaleFactor; ! else if (unit.equals("km")) scale = 100.0f * _rescaleFactor; else if (unit.equals("radian")) scale = 1.0f; else if (unit.equals("degree")) scale = (float)PI/180f; --- 201,211 ---- } else if (unit.equals("1")) scale = 1.0f; ! else if (unit.equals("mm")) scale = 0.001f * _rescaleFactor; ! else if (unit.equals("cm")) scale = 0.01f * _rescaleFactor; ! else if (unit.equals("dm")) scale = 0.1f * _rescaleFactor; ! else if (unit.equals("m")) scale = 1.0f * _rescaleFactor; ! else if (unit.equals("dam")) scale = 10.0f * _rescaleFactor; ! else if (unit.equals("hm")) scale = 100.0f * _rescaleFactor; ! else if (unit.equals("km")) scale = 1000.0f * _rescaleFactor; else if (unit.equals("radian")) scale = 1.0f; else if (unit.equals("degree")) scale = (float)PI/180f; *************** *** 215,224 **** /** Set factor to be used to scale all length dimensions. * @param rescaleFactor The factor to multiplied to the length value. ! default is 1. */ public static void setRescaleFactor(float rescaleFactor) { _rescaleFactor = rescaleFactor; } ! private static float _rescaleFactor = 1f; /** Return the <code>lUnit</code> which scales by <code>1</code>. --- 218,227 ---- /** Set factor to be used to scale all length dimensions. * @param rescaleFactor The factor to multiplied to the length value. ! default is 0.1. */ public static void setRescaleFactor(float rescaleFactor) { _rescaleFactor = rescaleFactor; } ! private static float _rescaleFactor = 0.1f; /** Return the <code>lUnit</code> which scales by <code>1</code>. |
From: Julius H. <hr...@us...> - 2005-05-13 14:58:16
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27080/net/hep/AGDD/GeometricModel Modified Files: Evaluator.java Log Message: Evaluator scales to 1m Index: Evaluator.java =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/GeometricModel/Evaluator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Evaluator.java 30 Mar 2005 13:42:56 -0000 1.1 --- Evaluator.java 13 May 2005 14:57:52 -0000 1.2 *************** *** 38,41 **** --- 38,44 ---- * <pre> * $Log$ + * Revision 1.2 2005/05/13 14:57:52 hrivnac + * Evaluator scales to 1m + * * Revision 1.1 2005/03/30 13:42:56 hrivnac * AGDD added *************** *** 180,190 **** } else if (unit.equals("1")) scale = 1.0f; ! else if (unit.equals("mm")) scale = 0.0001f * _rescaleFactor; ! else if (unit.equals("cm")) scale = 0.001f * _rescaleFactor; ! else if (unit.equals("dm")) scale = 0.01f * _rescaleFactor; ! else if (unit.equals("m")) scale = 0.1f * _rescaleFactor; ! else if (unit.equals("dam")) scale = 1.0f * _rescaleFactor; ! else if (unit.equals("hm")) scale = 10.0f * _rescaleFactor; ! else if (unit.equals("km")) scale = 100.0f * _rescaleFactor; else if (unit.equals("rad")) scale = 1.0f; else if (unit.equals("deg")) scale = (float)PI/180f; --- 183,193 ---- } else if (unit.equals("1")) scale = 1.0f; ! else if (unit.equals("mm")) scale = 0.00001f * _rescaleFactor; ! else if (unit.equals("cm")) scale = 0.0001f * _rescaleFactor; ! else if (unit.equals("dm")) scale = 0.001f * _rescaleFactor; ! else if (unit.equals("m")) scale = 0.01f * _rescaleFactor; ! else if (unit.equals("dam")) scale = 0.1f * _rescaleFactor; ! else if (unit.equals("hm")) scale = 1.0f * _rescaleFactor; ! else if (unit.equals("km")) scale = 100.0f * _rescaleFactor; else if (unit.equals("rad")) scale = 1.0f; else if (unit.equals("deg")) scale = (float)PI/180f; *************** *** 293,302 **** /** Set factor to be used to scale all length dimensions. * @param rescaleFactor The factor to multiplied to the length value, ! default is 1. */ public static void setRescaleFactor(float rescaleFactor) { _rescaleFactor = rescaleFactor; } ! private static float _rescaleFactor = 1f; /** Return the <code>lUnit</code> which scales by <code>1</code>. --- 296,305 ---- /** Set factor to be used to scale all length dimensions. * @param rescaleFactor The factor to multiplied to the length value, ! default is 10. */ public static void setRescaleFactor(float rescaleFactor) { _rescaleFactor = rescaleFactor; } ! private static float _rescaleFactor = 10f; /** Return the <code>lUnit</code> which scales by <code>1</code>. |
From: Julius H. <hr...@us...> - 2005-05-13 14:57:42
|
Update of /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML/doc-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26998/net/hep/graphics/GraXML/doc-files Modified Files: Guide.html Log Message: Evaluator scales to 1m Index: Guide.html =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML/doc-files/Guide.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Guide.html 12 Apr 2005 15:29:51 -0000 1.4 --- Guide.html 13 May 2005 14:57:33 -0000 1.5 *************** *** 287,291 **** <li>GDML Options:</li> <ul> ! <li><tt><font color="#990000">net.hep.geant4.GDML.GeometricModel.Evaluator.setRescaleFactor(float rescaleFactor); // default = 1</font></tt></li> <li><tt><font color="#990000">net.hep.geant4.GDML.GeometricModel.Reps.Volume.setLimit(int limit); // default = -1</font></tt></li> <li><tt><font color="#990000">net.hep.geant4.GDML.GeometricModel.Reps.Rotation.asEulerX();</font></tt></li> --- 287,291 ---- <li>GDML Options:</li> <ul> ! <li><tt><font color="#990000">net.hep.geant4.GDML.GeometricModel.Evaluator.setRescaleFactor(float rescaleFactor); // default = 0.1</font></tt></li> <li><tt><font color="#990000">net.hep.geant4.GDML.GeometricModel.Reps.Volume.setLimit(int limit); // default = -1</font></tt></li> <li><tt><font color="#990000">net.hep.geant4.GDML.GeometricModel.Reps.Rotation.asEulerX();</font></tt></li> *************** *** 294,298 **** <li>AGDD Options:</li> <ul> ! <li><tt><font color="#990000">net.hep.AGDD.GeometricModel.Evaluator.setRescaleFactor(float rescaleFactor); // default = 1</font></tt></li> </ul> <li>JiveEvent Options:</li> --- 294,298 ---- <li>AGDD Options:</li> <ul> ! <li><tt><font color="#990000">net.hep.AGDD.GeometricModel.Evaluator.setRescaleFactor(float rescaleFactor); // default = 10</font></tt></li> </ul> <li>JiveEvent Options:</li> |
From: Julius H. <hr...@us...> - 2005-05-13 09:58:19
|
Update of /cvsroot/graxml/Graphics/JiveEvent/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5942 Modified Files: index.html Log Message: doc Index: index.html =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 30 Mar 2005 20:55:57 -0000 1.3 --- index.html 13 May 2005 09:58:02 -0000 1.4 *************** *** 75,79 **** <li>Requests: <ul> ! <li>...</li> </ul> </li> --- 75,79 ---- <li>Requests: <ul> ! <li>Migrate to JAXB 2.0.</li> </ul> </li> |
From: Julius H. <hr...@us...> - 2005-05-13 09:58:00
|
Update of /cvsroot/graxml/DetDescr/GDML/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5878 Modified Files: index.html Log Message: doc Index: index.html =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/src/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 30 Mar 2005 20:58:20 -0000 1.3 --- index.html 13 May 2005 09:57:36 -0000 1.4 *************** *** 48,52 **** <li>Requests: <ul> ! <li>...</li> </ul> </li> --- 48,52 ---- <li>Requests: <ul> ! <li>Migrate to JAXB 2.0.</li> </ul> </li> |
From: Julius H. <hr...@us...> - 2005-05-13 09:57:36
|
Update of /cvsroot/graxml/DetDescr/AGDD/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5835 Modified Files: index.html Log Message: doc Index: index.html =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.html 31 Mar 2005 15:35:49 -0000 1.6 --- index.html 13 May 2005 09:57:20 -0000 1.7 *************** *** 57,60 **** --- 57,61 ---- <li>Requests: <ul> + <li>Migrate to JAXB 2.0.</li> <li>Sphere.</li> <li>Torus.</li> |
From: Julius H. <hr...@us...> - 2005-04-12 15:30:20
|
Update of /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML/doc-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31061 Modified Files: Guide.html Log Message: Star link updated Index: Guide.html =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/src/net/hep/graphics/GraXML/doc-files/Guide.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Guide.html 30 Mar 2005 20:36:04 -0000 1.3 --- Guide.html 12 Apr 2005 15:29:51 -0000 1.4 *************** *** 511,516 **** JiveEvent Geometric Model.</li> <li>GraXML AGDD Model is used in ! <a href="http://www.star.bnl.gov/STAR/comp/simu/newsite/AGDD_document.html">Star Detector Description</a> ! project. </ul> <u>Used packages:</u> --- 511,516 ---- JiveEvent Geometric Model.</li> <li>GraXML AGDD Model is used in ! <a href="http://www.star.bnl.gov/STAR/comp/simu/newsite/new_sim_framework.html">Star Detector Description</a> ! project.</li> </ul> <u>Used packages:</u> |
From: Julius H. <hr...@us...> - 2005-04-07 15:27:46
|
Update of /cvsroot/graxml/Graphics/GraXML/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30847/ant Modified Files: build.xml Log Message: prepared for 3.1.9 Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/GraXML/ant/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 30 Mar 2005 15:08:04 -0000 1.2 --- build.xml 7 Apr 2005 15:27:37 -0000 1.3 *************** *** 12,16 **** <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="pre-3.1.9"/> <path id="classpath.build"> --- 12,16 ---- <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="3.1.9"/> <path id="classpath.build"> |
From: Julius H. <hr...@us...> - 2005-04-07 15:21:18
|
Update of /cvsroot/graxml/DetDescr/AGDD/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26560/ant Modified Files: build.xml Log Message: prepared for 0.6.0 Index: build.xml =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/ant/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.xml 30 Mar 2005 13:42:55 -0000 1.1 --- build.xml 7 Apr 2005 15:21:06 -0000 1.2 *************** *** 12,16 **** <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="pre-0.6.0"/> <path id="classpath.build"> --- 12,16 ---- <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="0.6.0"/> <path id="classpath.build"> |
From: Julius H. <hr...@us...> - 2005-04-07 15:08:15
|
Update of /cvsroot/graxml/DetDescr/GDML/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18032/ant Modified Files: build.xml Log Message: prepared for 0.5.2 Index: build.xml =================================================================== RCS file: /cvsroot/graxml/DetDescr/GDML/ant/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 30 Mar 2005 15:57:35 -0000 1.2 --- build.xml 7 Apr 2005 15:08:05 -0000 1.3 *************** *** 12,16 **** <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="pre-0.5.2"/> <path id="classpath.build"> --- 12,16 ---- <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="0.5.2"/> <path id="classpath.build"> |
From: Julius H. <hr...@us...> - 2005-04-07 14:55:28
|
Update of /cvsroot/graxml/Graphics/JiveEvent/ant In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10802/ant Modified Files: build.xml Log Message: prepared for 0.1.2 Index: build.xml =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/ant/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 30 Mar 2005 20:55:48 -0000 1.2 --- build.xml 7 Apr 2005 14:55:13 -0000 1.3 *************** *** 12,16 **** <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="pre-0.1.2"/> <path id="classpath.build"> --- 12,16 ---- <property name="env.ANT_SITE" value="dist"/> <property file="ant/config-${env.ANT_SITE}.properties"/> ! <property name="version" value="0.1.2"/> <path id="classpath.build"> |
From: Julius H. <hr...@us...> - 2005-03-31 15:35:59
|
Update of /cvsroot/graxml/DetDescr/AGDD/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21886/src Modified Files: index.html Log Message: new request Index: index.html =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.html 31 Mar 2005 15:10:17 -0000 1.5 --- index.html 31 Mar 2005 15:35:49 -0000 1.6 *************** *** 60,63 **** --- 60,64 ---- <li>Torus.</li> <li>Parametrised volumes.</li> + <li>Global choice of units default.</li> </ul> </li> |