Forward Calorimetry
Updated on Thu, 2019-08-01 07:49. Originally created by eca on 2019-07-31 14:51.Time | Talk | Presenter |
---|---|---|
13:30 | Overview ( 00:10 ) 1 file | Oleg Tsai |
13:40 | NSF update ( 00:15 ) 1 file | Scott Wissink |
13:55 | Mechanical Integration ( 00:15 ) 1 file | Rahul Sharma |
14:10 | ECal/Hcal summer work at BNL ( 00:15 ) 2 files | Andrew Edwards, J.D. Snaidauf |
14:25 | Coffee break ( 00:20 ) | |
14:45 | DEP status and update ( 00:30 ) 2 files | Tonko Ljubicic |
15:15 | LED monitoring system ( 00:15 ) 2 files | Timothy Camarda, Michal Svoboda, Ondrej Lomicky |
15:30 | Calorimeter calibration with muons ( 00:15 ) 1 file | Monika Robotkova |
15:45 | FEE status update ( 00:15 ) 1 file | Gerard Visser |
16:00 | Slow control status update ( 00:10 ) 1 file | Paul Nord |
16:15 | Discussion ( 01:00 ) 0 files | All |
Forward Silicon Detector
Updated on Thu, 2019-08-01 07:48. Originally created by eca on 2019-07-31 14:50.Time | Talk | Presenter |
---|---|---|
09:00 | Forward Silicon Tracker - Status Overview ( 00:30 ) 1 file | Zhenyu Ye (University of Illinois at Chicago) |
09:30 | Forward Silicon Tracker - Mechanical Structure ( 00:30 ) 1 file | Yi Yang (National Cheng Kung University ) |
10:00 | Forward Silicon Tracker - Integration ( 00:30 ) 1 file | Rahul Sharma (Brookhaven National Laboratory ) |
10:30 | Coffee Break ( 00:30 ) | |
11:00 | Forward Silicon Tracker - Discussion ( 01:00 ) 0 files | (Brookhaven National Laboratory ) |
STAR Forward Upgrade Meeting
Updated on Thu, 2019-08-01 07:51. Originally created by eca on 2019-07-31 14:49.BNL
Meeting Room at BNL 3-191
Bluejeans info:
Run13 Period 1 Jet QA
Updated on Wed, 2019-08-28 15:35. Originally created by jhkwas on 2019-07-31 12:00.net_kaon_final_results
Updated on Wed, 2019-07-31 07:44. Originally created by apandav on 2019-07-31 07:34.
Isobaric-Mix collisions at 200 GeV QA and 3pc
Updated on Tue, 2019-07-30 22:01. Originally created by niseem on 2019-07-30 22:01.hexh v1 for Deuteron at PWG(20190731)
Updated on Tue, 2019-07-30 20:14. Originally created by hexh on 2019-07-30 20:14.
FMS NoteBook: UV Curing System R&D
Updated on Tue, 2019-07-30 15:55. Originally created by trent on 2019-07-30 15:55.TPC Meeting
Updated on Wed, 2019-07-31 14:56. Originally created by iraklic on 2019-07-30 11:43.1-189, at 19:00 (GMT), duration : 01:00
Meeting Location - BNL Room 1-189
picture from Bob Scheetz on water damage on 5-5 RDO

The Bluejean connection
Title: STAR TPC Weekly
Description: Weekly TPC meeting for the STAR Collaboration
Community: STAR
Phone Dial-in
+1.408.740.7256 (US (San Jose))
+1.888.240.2560 (US Toll Free)
+1.408.317.9253 (US (Primary, San Jose))
Meeting ID: 276 827 050
Direct link: https://bnl.bluejeans.com/276827050
Simple TMVA regression
Updated on Mon, 2019-08-05 11:17. Originally created by rsalinas on 2019-07-30 11:01.This blog entry will correspond to a simple TMVA regression using a Multi-Layer Perceptron (MLP) neural network and will entail details on how it was done. There are more things yet to be done (exciting!). The PTbin used for this is pt15_20 and can be found at the following directory-> /gpfs/mnt/gpfs01/star/data18/Run11JetEmbedding/JetTrees/pt15_20
The Toolkit for Multi-Variate Analysis (TMVA) comes with a tremendous amount of tools and different methods to try. TMVA accepts the simple TTree structure and in the case of this analysis, the Monte Carlo data came in jet-tree structure. The TTree that you will be using for TMVA must contain variables of the float type (Float_t) and all the variables must contain the same number of entries (as of now, that is the case. I'll have to look into it). Following were the steps taken to achieve this:
-
Grabbed the embedding file (embedding.cc) from Dr. Jim Drachenberg -> /star/u/drach09/Run11/Jets/gluonFF/embedding/embedding
-
Created two separate embedding files; embedding_fortmva_D.C & embedding_fortmva_P.C ->/star/u/rsalinas/embedding_fortmva_D.C & /star/u/rsalinas/embedding_fortmva_P.C
-
Using the TTree::AddFriend() function, I placed both trees in the "same tree" (done in the TMVARegression)
Each plot has 5379 entries
Error in <TTreeFormula::Compile>: Bad numerical expression :
> "myvariable"
> --- <FATAL> DataSetFactory : Expression myvariable could not
> be resolved to a valid formula.
> ***> abort program execution
Where "myvariable" is the variable you are trying to add to the factory. Once that is done you can go to /star/u/rsalinas and execute the following:
- make -f makefile.D
- make -f makfefile.C
- This creates the binaries necessary for the embedding
- ./RUN.sh
- This runs the embedding binaries for the particle and detector levels
- The output files should be called "outfilep.root" & "outfiled.root"
Once that is completed, you can run the TMVA regression file via the command:
- root -l TMVARegression.C\(\"MLP\"\)
- You can add more methods by separating them w/ commas \(\"LD,MLP,...\"\)
- Running this is the training aspect of the neural net.
TMVA has a nice GUI that displays how the training went and here are a few results:
- Re-scaled input variable and regression target
- Regression Output
- The weight per tree is 1
- 1000 training events and 4380 testing events
- Each neuron had an activation function of tanh
- From this simple example, you can see that there is little disagreement between the regression output and the true value used for testing
- The norm also shows small deviation
- The network architecture
- Two hidden layers consisting of 5 neurons each

While currently it seems to work well, this is a very simple example and will need further study and see how it compares with the unfolding package RooUnfold that is also native to ROOT. This method still yet has to be applied to actual data and will be given as an update to this blog entry.
Gamma-Jet Meeting [08.01.2019]
Slides and errata for the gamma-jet meeting on August 1st, 2019.
FPS and STGC Support Structures
Updated on Tue, 2019-07-30 08:15. Originally created by rsharma on 2019-07-30 08:15.Speaker : Rahul Sharma
Talk time : 09:40, Duration : 00:20
Hadron Contamination from pure pythia jets
Updated on Tue, 2019-07-30 07:56. Originally created by tinglin on 2019-07-30 07:56.Speaker : Ting Lin
Talk time : 09:20, Duration : 00:20
xy dependent light collection off
Updated on Tue, 2019-07-30 07:09. Originally created by akio on 2019-07-30 07:08.Speaker : akio
Talk time : 09:00, Duration : 00:20
https://www.star.bnl.gov/protected/spin/akio/fcs/lc/index.html
Update 07.29.2019 -- Run 9 embedding: Matching Jets In Our Pythia8 Simulation vs. In Our Embedding Sample
I am continuing to investigate the discrepancy between two sets of unfolded data, one unfolded with a response generated in our standalone Pythia8 simulation and the other unfolded with a response cal
Comparing when dU or dV = 0
Updated on Mon, 2019-08-05 09:49. Originally created by wsolyst on 2019-07-29 09:59.
STAR PWGC Meeting
Updated on Fri, 2019-08-16 09:58. Originally created by yezhenyu on 2019-07-29 07:03.https://bluejeans.com/883580682/9067, at 13:30 (GMT), duration : 00:00
Title: Measurement of the sixth-order cumulant of net-proton multiplicity distributions in Au+Au collisions at √sNN = 54.4 and 200 GeV at RHIC
PAs: ShinIchi Esumi, Shu He, Xiaofeng Luo, Bedangadas Mohanty, Toshihiro Nonaka, Ashish Pandav, Nu Xu, Yu Zhang
Target journal: PRL
Webpage: https://drupal.star.bnl.gov/STAR/blog/tnonaka/net-p-c6-paper-webpage
Presentation: https://drupal.star.bnl.gov/STAR/system/files/tnonaka_C6PaperProposal_PWGC.pdf
Paper draft: https://drupal.star.bnl.gov/STAR/system/files/C6paper_v0.pdf
AN: https://drupal.star.bnl.gov/STAR/system/files/AN_v1.pdf
- Brief introduction from the PWG conveners (5’) [Jiangyong]
- Open discussions (35')
- Summary from the conveners' panel (5’)
2) Investigation of the impact of Booster Main Magnet
issue (slide 3): https://drupal.star.bnl.gov/STAR/system/files/CalibrationsUpdate_06_05_19.pdf
list of runs potentially affected (RCF): ~genevb/public/BMM_ON_runs_27GeV_production
3) Embedding status and priority
status: https://drupal.star.bnl.gov/STAR/system/files/embedding_status_20190816.pdf
priority (old): https://drupal.star.bnl.gov/STAR/blog/yezhenyu/embedding-status-and-priority
4) Meeting with management at Krakow
- Release of preliminary v2 results from Run18 Isobar BLIND data at QM19
- Run19 BES-II data production priority
- Investigation of impact from the Booster Main Magnet