Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/ForwardCalo/Flux_Return_Study/README is written in an unsupported language. File is not indexed.

0001 To run this module make it the usual way as indicated on the sphenix website
0002 (e.g. running autogen.sh, then make, and make install)
0003 
0004 To use it must do a few things:
0005 In the G4_FwdJets.C macro inside the 'Jet_FwdEval' function replace 'JetEvaluator' to 'JetEnergies' leaving everything else the same.
0006 
0007 In the G4Setup file for the part that makes the flux return and the Black Holes find the line that has something like 'SetActive->(...)' replace the '...' with 'true'
0008 
0009 Once completed it should work with the regular Fun4All file and when run should generate a file that look likes 'g4fwdjet_eval.root': Note this name can be modified in the Fun4All file.
0010 In this file there is an ntuple called ntp_truthjet.  Inside this ntuple will be the total energy deposited into the Flux Returns, and Black Holes.
0011 e_FR_plus  = Total energy deposited in forward flux return
0012 e_FR_minus = Total energy deposited in negative flux return
0013 e_BH1      = Total energy deposited in Black Hole 1
0014 e_BH_plus  = Total energy deposited in forward Black Hole
0015 e_BH_minus = Total energy deposited in negative Black Hole
0016