Difference between revisions of "SoLID"

From Hall A Wiki
Jump to: navigation, search
m (Experiment)
m (Experiment)
Line 15: Line 15:
 
*Deeply Virtual Compton Scattering (DVCS)
 
*Deeply Virtual Compton Scattering (DVCS)
 
**[[Polarized target DVCS]] (ideas)
 
**[[Polarized target DVCS]] (ideas)
*Deeply Virtual Meson Production
+
*[[Deeply Virtual Meson Production]]
 
*Timelike Compton Scattering (TCS)
 
*Timelike Compton Scattering (TCS)
 
** TCS with circular polarized beam and unpolarized LH2 target (E12-12-006A) [https://www.jlab.org/exp_prog/proposals/15/PR12-12-006A.pdf Submission at SoLID TAC and PAC 43,2015], approved as run group with J/Psi(E12-12-006)
 
** TCS with circular polarized beam and unpolarized LH2 target (E12-12-006A) [https://www.jlab.org/exp_prog/proposals/15/PR12-12-006A.pdf Submission at SoLID TAC and PAC 43,2015], approved as run group with J/Psi(E12-12-006)

Revision as of 14:18, 16 March 2016

Experiment

SoLID (Solenoidal Large Intensity Device) will be used in Hall A 12GeV era. The approved experiments and their allocated beam time are the following:

Preliminary Conceptual Design Report

http://hallaweb.jlab.org/12GeV/SoLID/download/doc/solid_precdr.pdf (public access, without cost estimation, the version submitted to Jlab Director in Jul 2014)

For cost estimation, please ask JP Chen.

Writers, please follow the link at Instructions and Guidelines

Important Documentations and Talks

White Paper for QCD Town-Meeting local link on arxiv

Review


Collaboration Meeting

Regular Meeting

Software

current

previous

  • SoLID GEMC (simulation in GEANT4 with GEMC 1.x, used for later proposals and pCDR)

Study

A collection of studies often involve more than one subsystems

Design (overall)

SoLID Setup plot

They are stored here

http://hallaweb.jlab.org/12GeV/SoLID/download/sim/setup/

note the date in file name, choose the latest one to use

Detector Dimension and Layout

Solid Detectors Channel count and parameters

SoLID Engineering Integration and CAD

Design (subsystems)

Calorimeter

GEM

Tracking

Optics

Light Gas Cherenkov SIDIS

Light Gas Cherenkov PVDIS

Heavy Gas Cherenkov

PVDIS Baffle

Magnet coil and yoke

Target PVDIS

Target SIDIS

Polarimetry Compton

Polarimetry Moller

neutron background

DAQ

Info

Email list

(The contact of emaillist admin is at the bottom of each registration and archive webpage)

SoLID ELog

https://hallaweb.jlab.org/dvcslog/SoLID

File sharing

each topic has its own directory, please keep it organized.

upload to /u/group/halla/www/hallaweb/html/12GeV/SoLID/download/ within jlab network

download at http://hallaweb.jlab.org/12GeV/SoLID/download/

Software repository

SoLID SVN

location https://jlabsvn.jlab.org/svnroot/solid/ WebSVN interface https://jlabsvn.jlab.org/solid

linux group

SoLID Linux group is "12gev_solid"

check your account groups by command "groups"

Please ask Seamus Riordan <riordan at jlab.org> to add your jlab account to the group if you want to use SoLID related computing resource at jlab.

Batch Farm Project

jobs should go to the 'solid' project

Disk Space

We have disk space on the CUE

/volatile/halla/solid (short temp) 3 TB
/work/halla/solid (long term) 1TB
/mss/halla/solid (permanent, on tape) 10 TB

The volatile guaranteed reservation is 500GB and files there are expected to have an expiration date of six months. Please use /volatile for larger data sets and /work for sources and reduced datasets you need to keep. You must belong to the group 12gev_solid for access, ask "Ole at jlab.org" to add you.

To avoid disk quota problems, please make sure that all files that you place in the SoLID directories are owned by Linux group 12gev_solid. If you've already created files that have the wrong group, just change the group ID of your directory and all its files and subdirectories to the correct one. You only should have to do this once:

chgrp -R 12gev_solid your-directory

To make this happen automatically for all newly created files in this directory, set the sgid bit on it:

chmod g+s your-directory

Better yet, set this bit for all subdirectories as well:

find your-directory -type d -exec chmod g+s {} \;

Again, you should only have to do this once.

Additionally, to reduce the chance of file access problems, every time you log in and before starting work in SoLID disk areas, switch your effective group ID to 12gev_solid:

newgrp 12gev_solid

Exit from the shell when done; that will return you to where you were before issuing the newgrp command.