SuperBigBite
Index of the wiki pages related to Super BigBite
Contents
- 1 Overview
- 2 Documents
- 3 Experimental Readiness Reviews
- 4 DOE Reviews
- 5 NEW: SBS Collaboration Meeting and internal Readiness Evaluation for GMN run group
- 6 Meetings
- 7 Experiments
- 8 Detectors
- 9 Software
- 10 People
- 11 Links
Overview
Documents
- Newsletters
- Summary of the March SBS meeting. Outlines the group leaders who will formulate the response to the Technical Review report.
- Link to reach private and public SBS database Old Document database
- SBS DOE Monthly Reports
- SBS DOE Quarterly Reports
- SBS Technical Detector Reports
Experimental Readiness Reviews
DOE Reviews
- 2013 Review:Cover letter,Excerpts from review,Final report,Indico webpage.
- 2014 review:Cover letter,Excerpts from review,Final report,Indico webpage.Preparations-DOE2014-Nov-Review
- 2015 review:Cover letter,Excerpts from review,Final report,Indico webpage.Preparations-DOE2015-Nov-Review
- 2016 review:Excerpts from review,Final report,Indico webpage.Preparations-DOE2016-Nov-Review
- 2017 Closeout: Preparations-DOE2017-Closeout
NEW: SBS Collaboration Meeting and internal Readiness Evaluation for GMN run group
Feb. 2021 readiness evaluation
Meetings
- SBS Web page with list of SBS meetings
- SBS Working Groups Meetings Information
- Weekly SBS meeting in F226 at 11 on Wednessday. Phone number +1-888-240-2560 Access number: 9989030149 Bluejeans link
- Web page of the minutes for the weekly SBS meeting.
- CNU Weekly Group Meetings
- Weekly GMn GEM commissioning meeting at 9:00 am every Tuesday. Access number: 8595586919 Bluejeans link
Experiments
Form Factors
Neutron Form Factors
SBS Neutron FF Kinematic Settings
Proton Electric Form Factor
(SI)DIS
- SBS A1n External Link
- Transversity
- Old Transversity Proposal for PAC34.
- Updated proposal for PAC38.
Detectors
BigBite GRINCH
BigBite Calorimeters (Shower/Preshower)
BBCAL Working Group Meetings
BBCAL Calibrations
BBCAL Cosmic calibrations and data analysis
BBCAL Documents
BBCAL Pictures
BBCAL Reports/Updates/Presentations
BBCAL Inventory
BBCAL Instructions
BBCAL DAQ Layout
BBCAL Simulations
BigBite hodoscope
LogBook
Coordinate Detector
The Coordinate Detector (C-Det) is a passive PMT based detector used to measure the electron's vertical angle at a resolution of 1.2 mm. Using C-Det as a component of GEp, a proton form factor experiment, will also significantly reduce the proton track search region during experimentation.
- Coordinate detector review
- CDet Individual Scintillating Bar Tests
- Cosmic Data Analysis
- Detector Design
- High Voltage Control
DAQ
- DAQ document given to the DOE Nov 2014 review.
- Presentation on DAQ for the DOE Nov 2014 review.
- Homework timing diagram GEp [1]
BigBite trigger and DAQ
SBS DAQ Test setup
SBS BigBite Test setup
SBS DAQ: GEM EEL Cleanroom setup
SBS DAQ meetings
SBS DAQ beamline informations
GEM
GEM JLab Test Setup
GEM Electronics Review
UVA-GEM EEL Cleanroom DAQ setup
SBS DAQ: GEM TEDF BigBite setup
SBS DAQ: GEM Hall A BigBite setup
GEM MPD Test Lab setup
DAQ computer is uvagem
Intel VME CPU is sbsvme1a
We have MPDs in slot 3,4,5,6 (v3.0 firmware with FIR)
Checkout of Bryan's MPD is in git/mpd , repository is located at /site/coda/contrib/devel/
Turning V1495 pulser on
login on srcdaq as a-onl
go in /home/a-onl/altera/10.1sp1/quartus/bin
launch quartus
open /home/a-onl/Downloads/V1495/FIT
open programmer
load the firmware
Running MPD with CODA
Login on triton Start CODA
If ROC is not started yet : on sbsvme1a type ,
source coda_user_setup coda_roc_rc3.5 -name MPD11 -type ROC
In Run Control : select the MPD configuration and start a run
HCAL calorimeter
HCAL Working Group Meetings
HCAL Reports/Updates
HCAL Layout
HCAL Power Requirements
HCAL Instructions
HCAL Pictures
HCAL DAQ
HCAL Simulations
HCal Cosmic & LED Runs
Software
SBS-offline documentation
- Link to the software white paper overleaf: https://www.overleaf.com/project/5f7221099137d2000131a49d
- Redmine SBS-offline page with instructions on how to start using SBS-offline and analyzer
- Presentation that is a intro to SBS-offline and SBSGenericDetector class. J.C. Cornejo
- Repo for BBShower Sbs-offline documentation. BBHoswer SBS-offline pdf
- Creating and using a github personal access token
- Link to Sept. 30 optics discussion involving Andrew, Eric, and Holly: PDF document
g4sbs: GEANT4 Monte Carlo Simulation package on github
- g4sbs - Package for the three FF experiments, A1n, and SIDIS
g4sbs documentation page
Shielding hut for GEM electronics
Weekly software meetings
Presently Fridays, 1:00 pm
Weekly Software and Simulation weekly meeting
instructions for running replay on aonlX
This section contains instructions for running the replay script with all detectors on a-onl@aonlX.
- Login to a-onl@aonlX (X=1, 2, 3, 4)
- once logged in, type gosbs => this takes you to the directory where the analysis should be done, and sets up the correct environment variables.
- open the analyzer by typing analyzer
- once in the analyzer type .L replay_gmn.C
- for routine analysis type replay_gmn(runnum, nevents), with:
- runnum the run number you want to analyze;
- nevents the number of events you want to analyze.
- for expert analysis only type replay_gmn(runnum, nevents, firstevent, file_prefix, firstsplit, nsplits, pedestalmode) with:
- firstevent the event number from which you want to start the analysis;
- file_prefix the prefix of the file you want to analyze;
- firstsplit the split/segment number at which you want to start the analysis;
- nsplits the number of splits/segments you want to analyze