Difference between revisions of "May 6, 2009 Software"

From GlueXWiki
Jump to: navigation, search
(Minutes: just notes)
m (Telephone)
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
===Telephone===
 
===Telephone===
 +
 
To connect by telephone:
 
To connect by telephone:
1.) dial:
+
# dial:
800-377-8846 : US
+
#* 800-377-8846 : US
888-276-7715 : Canada
+
#* 888-276-7715 : Canada
302-709-8424 : International
+
#* 302-709-8424 : International
 
+
# enter participant code: 39527048#  (remember the "#")
2.) enter participant code: 39527048#  (remember the "#")
+
  
 
===Video Conferencing===
 
===Video Conferencing===
Line 15: Line 15:
 
We will attempt an ESNET connection with bridge to EVO for this meeting.
 
We will attempt an ESNET connection with bridge to EVO for this meeting.
  
==Agenda==
+
=Agenda=
 
* Review minutes from [[ April 22, 2009 Software ]] meeting
 
* Review minutes from [[ April 22, 2009 Software ]] meeting
 
* Announcements
 
* Announcements
Line 23: Line 23:
 
* [[Building HDDM support software]] (Mark)
 
* [[Building HDDM support software]] (Mark)
  
==Minutes==
+
=Minutes=
list of items if more send them along
+
 
 +
Present: Mark Ito (chair), Simon Taylor, Jim Stewart, Sasha Somov, Beni Zihlmann, Eugene Chudakov
 +
 
 +
==Review of [[April_22,_2009_Software|Minutes of April 22 Meeting]]==
 +
 
 +
We generated a list of work items at the last meeting. If folks have more ideas please send them to [[User:Marki|Mark]].
 +
 
 +
==Cerenkov in the Default Geometry==
 +
 
 +
We discussed the fact, recently pointed out by Sascha, that we have a full Cerenkov detector in the default version of the detector geometry. Beni recalled for us that when the Cerenkov was de-scoped, there was a decision made to leave it in the Monte Carlo to act as a proxy for the material of some future particle ID detector. Now that we know the initial version of the detector will not have such a device, we agreed it was better to drop it in the default geometry. It could be restored for special studies trivially (i. e., uncomment to restore). Sascha will make the change.
 +
 
 +
==New Monte Carlo Features==
  
cerenkov discussion before cal review leave it in
+
Sascha showed a [http://www.jlab.org/Hall-D/meetings/software_slides/2009/soft_features.ppt slide] describing features he has added recently to our Monte Carlo system:
it is in by default
+
* FFREAD cards for controlling:
decide to drop cerenkov by default
+
** supression of events with no detector hits
 +
** EM shower generation in the beam collimator
 +
* Adding start counter truth information to the data model
 +
* Adding a command-line option to genr8_2_hddm to allow a range for the z-vertex position
 +
Sascha mentioned that this last feature could be added for the particle gun as a new FFREAD card. We agreed that this is a worthwhile project for him.
  
new monte carlo features from Sascha
+
Next we got into a discussion on documentation. Several folks thought that we should have semi-formal manuals for key programs/systems in software. We agreed to discuss this further at some future meeting.
particle gun vertex choice in a similar manner
+
documentation schemes
+
  
mark, simon, jim, sasha, beni, eugene
+
==CDC Geometry Change in Monte Carlo==
  
documentation: howto list
+
Beni described his recent work to bring the simulation into registration with the plans for construction. See [[Geometry|his wiki page]] for details. Note that this page links to a few drawings of the current geometry.
control.in
+
manual repository
+
monte carlo document/manual
+
other manuals: reconstruction
+
documentation scheme
+
  
geometry wiki page
+
There was a question about the thickness of aluminum in the straws and how it compares with reality. Beni will look into this.
  
9 micron aluminum, different from present straw?
+
==Generating Data Model Code during Builds==
  
meet w/beni on schema
+
We went back to this topic, originally discussed at the [[March 11, 2009 Software]] meeting. Mark reviewed the arguments and reported on recent discussions with Richard Jones. See his [[Building HDDM support software|wiki page]] for details. We decided to have the HDDM template file, namely event.xml, act as the authoritative and have all related files derived from it. In this scheme there is no need to use the Xalan package, as long as the XML schema is not required. Other components of our software do not depend on the schema at present.

Latest revision as of 14:37, 7 May 2009

Location

The meeting will be at 14:00pm in Cebaf Center F326.

Telephone

To connect by telephone:

  1. dial:
    • 800-377-8846 : US
    • 888-276-7715 : Canada
    • 302-709-8424 : International
  2. enter participant code: 39527048# (remember the "#")

Video Conferencing

We will attempt an ESNET connection with bridge to EVO for this meeting.

Agenda

Minutes

Present: Mark Ito (chair), Simon Taylor, Jim Stewart, Sasha Somov, Beni Zihlmann, Eugene Chudakov

Review of Minutes of April 22 Meeting

We generated a list of work items at the last meeting. If folks have more ideas please send them to Mark.

Cerenkov in the Default Geometry

We discussed the fact, recently pointed out by Sascha, that we have a full Cerenkov detector in the default version of the detector geometry. Beni recalled for us that when the Cerenkov was de-scoped, there was a decision made to leave it in the Monte Carlo to act as a proxy for the material of some future particle ID detector. Now that we know the initial version of the detector will not have such a device, we agreed it was better to drop it in the default geometry. It could be restored for special studies trivially (i. e., uncomment to restore). Sascha will make the change.

New Monte Carlo Features

Sascha showed a slide describing features he has added recently to our Monte Carlo system:

  • FFREAD cards for controlling:
    • supression of events with no detector hits
    • EM shower generation in the beam collimator
  • Adding start counter truth information to the data model
  • Adding a command-line option to genr8_2_hddm to allow a range for the z-vertex position

Sascha mentioned that this last feature could be added for the particle gun as a new FFREAD card. We agreed that this is a worthwhile project for him.

Next we got into a discussion on documentation. Several folks thought that we should have semi-formal manuals for key programs/systems in software. We agreed to discuss this further at some future meeting.

CDC Geometry Change in Monte Carlo

Beni described his recent work to bring the simulation into registration with the plans for construction. See his wiki page for details. Note that this page links to a few drawings of the current geometry.

There was a question about the thickness of aluminum in the straws and how it compares with reality. Beni will look into this.

Generating Data Model Code during Builds

We went back to this topic, originally discussed at the March 11, 2009 Software meeting. Mark reviewed the arguments and reported on recent discussions with Richard Jones. See his wiki page for details. We decided to have the HDDM template file, namely event.xml, act as the authoritative and have all related files derived from it. In this scheme there is no need to use the Xalan package, as long as the XML schema is not required. Other components of our software do not depend on the schema at present.