Difference between revisions of "MainPage:Nuclear:DVCS-3:Software"

From cua_phy
Jump to navigation Jump to search
Line 23: Line 23:
 
::*One is the configuration  
 
::*One is the configuration  
 
==DVCS software install guide==
 
==DVCS software install guide==
===soft-2 library===
+
===DVCS-specific libraries===
:* Copy soft-2 library to your own work directory
+
====soft-2====
<code> cp soft-2 </code>
+
* Copy soft-2 library to your own work directory
 +
:* <code> cp soft-2 </code>
 +
* Also copy UsingNamespaceStd.h and rules.make
 +
* Then do:
 +
:*<code> make realclean </code>
 +
:*<code> make biglib </code>
 +
*Should install.. can test by making a shell script and sourcing.. need to make sure root is the same version of analyzer as when you compiled the soft-2 library. For example, if you used analyzer 1.5.3 with root 5.34.34 to compile and build soft-2, that should be used whenever you load "libDVCS.so" or anything from the soft-2 library
 +
====DVCS gen====
 +
*Hasn't been changed in years, can just copy into working directory
 +
*Can use mine or Mongi's in /work/halla/dvcs/disk1/mongi/dvcs_gen
 +
====DB====
 +
*Updates more frequently, current working one is /work/halla/dvcs/disk1/dvcs/onlana/DB as of 7/15/2018

Revision as of 14:19, 15 July 2018

⇐ Back to the Main_Page
⇐ Back to DVCS-3



Software and Analysis How-To
by Salina Ali

Jobs via Batch/Auger

All information in this section is referencing this page, and Bill's guide for DVCS GEant4 simulations via Bill's elog entry #516

Submitting GEant4 Simulation Jobs

Go to /volatile/halla/dvcs/salina/hallasim/HallASim

Submitting waveform analysis jobs

  • Need minimum of 2 scripts to submit jobs
  • One is the configuration

DVCS software install guide

DVCS-specific libraries

soft-2

  • Copy soft-2 library to your own work directory
  • cp soft-2
  • Also copy UsingNamespaceStd.h and rules.make
  • Then do:
  • make realclean
  • make biglib
  • Should install.. can test by making a shell script and sourcing.. need to make sure root is the same version of analyzer as when you compiled the soft-2 library. For example, if you used analyzer 1.5.3 with root 5.34.34 to compile and build soft-2, that should be used whenever you load "libDVCS.so" or anything from the soft-2 library

DVCS gen

  • Hasn't been changed in years, can just copy into working directory
  • Can use mine or Mongi's in /work/halla/dvcs/disk1/mongi/dvcs_gen

DB

  • Updates more frequently, current working one is /work/halla/dvcs/disk1/dvcs/onlana/DB as of 7/15/2018