Difference between revisions of "DF Logbook"

From New IAC Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
Attempting to run any of the coatjava scripts with <code>./ChupaThingy</code> throws a source not found error, use <code>bash ChupaThingy</code> instead.
 
Attempting to run any of the coatjava scripts with <code>./ChupaThingy</code> throws a source not found error, use <code>bash ChupaThingy</code> instead.
 
 
====CED Install Notes====
 
====CED Install Notes====
 
Downloads can be found [https://userweb.jlab.org/~heddle/ced/builds/ here].
 
Downloads can be found [https://userweb.jlab.org/~heddle/ced/builds/ here].
Line 21: Line 20:
 
Wasn't seeing any meaningful events from GEMC. Took the issue up with Dr. Forest who showed that it was likely a combination of bad starting vertex placement and small sample size. He suggested using Lund files instead. I currently have one that produces 26 usable events. In time I'm going to have to learn to create my own.
 
Wasn't seeing any meaningful events from GEMC. Took the issue up with Dr. Forest who showed that it was likely a combination of bad starting vertex placement and small sample size. He suggested using Lund files instead. I currently have one that produces 26 usable events. In time I'm going to have to learn to create my own.
  
 +
===Week of the 20th===
 
TODO:
 
TODO:
*Ensure that my development build is using the correct mag fields.
 
 
*Get a local database setup
 
*Get a local database setup
 
*write up what hits, clusters, segments, and crosses are.
 
*write up what hits, clusters, segments, and crosses are.
 
  
 
Electron scattering event via CED at 25 degrees and 6 GeV, phi=-4.0,  
 
Electron scattering event via CED at 25 degrees and 6 GeV, phi=-4.0,  

Revision as of 17:32, 21 May 2018

2018

May

Week of the 6th

I acquired and installed GEMC, COATJAVA, and CED on Ubuntu 16.04. Installation instructions can be found here.

GEMC Install Notes

GEMC and the common environment are found here

There was some trouble in installing the common environment (ce) due to an awk program (mawk, in this case) segfaulting. I was able to get around this by downloading a different awk program, gawk. After downloading the ce I had some trouble with the default version of Geant4; updating the Geant4 version numbers in ce/settings.xcconfig and ce/versions.env to 4.10.04.p01 resolved the issue.

After the GEMC install proper, it was also necessary to install the clas12Tags repository, where scons took issue with an undefined variable in physcisList.cc. Uncommenting the line which defined theParticleIterator allowed the tags to be compiled.

COATJAVA Install Notes

Release versions can be found here. Otherwise, one must clone either the development version or a fork of it.

Attempting to run any of the coatjava scripts with ./ChupaThingy throws a source not found error, use bash ChupaThingy instead.

CED Install Notes

Downloads can be found here.

Week of the 13th

Finished Troubleshooting installs for the most part.

Wasn't seeing any meaningful events from GEMC. Took the issue up with Dr. Forest who showed that it was likely a combination of bad starting vertex placement and small sample size. He suggested using Lund files instead. I currently have one that produces 26 usable events. In time I'm going to have to learn to create my own.

Week of the 20th

TODO:

  • Get a local database setup
  • write up what hits, clusters, segments, and crosses are.

Electron scattering event via CED at 25 degrees and 6 GeV, phi=-4.0,

200 px


Screen shot of IDE output window with and without non-zero vertex

5/23/18

Implemented sqlite reading in both GEMC and IDE

User:Friadavi#DF Logbook