Forward Calorimetry

TimeTalkPresenter
13:30Overview ( 00:10 ) 1 fileOleg Tsai
13:40NSF update ( 00:15 ) 1 fileScott Wissink
13:55Mechanical Integration ( 00:15 ) 1 fileRahul Sharma
14:10ECal/Hcal summer work at BNL ( 00:15 ) 2 filesAndrew Edwards, J.D. Snaidauf
14:25
Coffee break ( 00:20 )
 
14:45DEP status and update ( 00:30 ) 2 filesTonko Ljubicic
15:15LED monitoring system ( 00:15 ) 2 filesTimothy Camarda, Michal Svoboda, Ondrej Lomicky
15:30Calorimeter calibration with muons ( 00:15 ) 1 fileMonika Robotkova
15:45FEE status update ( 00:15 ) 1 fileGerard Visser
16:00Slow control status update ( 00:10 ) 1 filePaul Nord
16:15Discussion ( 01:00 ) 0 filesAll

Forward Silicon Detector

TimeTalkPresenter
09:00Forward Silicon Tracker - Status Overview ( 00:30 ) 1 fileZhenyu Ye (University of Illinois at Chicago)
09:30Forward Silicon Tracker - Mechanical Structure ( 00:30 ) 1 fileYi Yang (National Cheng Kung University )
10:00Forward Silicon Tracker - Integration ( 00:30 ) 1 fileRahul Sharma (Brookhaven National Laboratory )
10:30
Coffee Break ( 00:30 )
 
11:00Forward Silicon Tracker - Discussion ( 01:00 ) 0 files (Brookhaven National Laboratory )

STAR Forward Upgrade Meeting

2019-08-08 09:00
2019-08-09 18:00
America/New York
-
from Thursday, 8 August 2019 to Friday, 9 August 2019
BNL
Conference organizing committee information :  
Conference duration: 2 days

Meeting Room at BNL 3-191  

Bluejeans info:

Meeting URL
https://bluejeans.com/163081062?src=join_info
 

A_N Figures

Run13 Period 1 Jet QA

net_kaon_final_results

 

Isobaric-Mix collisions at 200 GeV QA and 3pc

hexh v1 for Deuteron at PWG(20190731)

 

FMS NoteBook: UV Curing System R&D

TPC Meeting

2019-07-31 15:00
2019-07-31 16:00
America/New York
Wednesday, 31 July 2019
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

 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

 

Formatting Data

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)

 

The two embedding files are simple and grab the detector and particle level (parton not included). Here are some examples of the variables (10,000 events):
Each plot has 5379 entries
 


 
 

 
TMVA Regression

Once the variables were created, as mentioned above, you must make sure all your variables are present in all the trees you are adding to the factory. My solution to this was to make the trees friends via the TTree::AddFriend() function. If not you will get this error

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

Conclusion

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.

bulkcor_update

 

FPS and STGC Support Structures

Speaker : Rahul Sharma


Talk time : 09:40, Duration : 00:20

 

Hadron Contamination from pure pythia jets

Speaker : Ting Lin


Talk time : 09:20, Duration : 00:20

 

xy dependent light collection off

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

 

Weekly Meeting (July 29)

 - Xiaoxuan: Vpd time dependence

STAR PWGC Meeting

2019-08-16 09:30
America/New York
Friday, 16 August 2019
https://bluejeans.com/883580682/9067, at 13:30 (GMT), duration : 00:00
1) PWGC Preview
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
PWG: BulkCorr
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]
- Paper proposal (15')  [Toshihiro]
- 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