Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Functions | |
function | DrawDataSet (DataSet, calibconst, name) N_Runs |
figure ('name',['DrawDataSet_'name],'PaperPositionMode','auto',... 'position',[100, 0, 1800, 1000]) | |
hist (total_E, 0:.1:25) | |
histfit (total_E, 50,'normal') | |
Variables | |
for | i |
total_E = sum( DataSet(i).data* calibconst', 2) | |
figure | ( | 'name' | , |
'PaperPositionMode' | , | ||
'auto' | , | ||
... 'position' | |||
) |
hist | ( | total_E | , |
0:.1:25 | |||
) |
histfit | ( | total_E | , |
50 | , | ||
'normal' | |||
) |
for i |
Definition at line 8 of file DrawDataSet.m.
View newest version in sPHENIX GitHub at line 8 of file DrawDataSet.m
Definition at line 11 of file DrawDataSet.m.
View newest version in sPHENIX GitHub at line 11 of file DrawDataSet.m
Referenced by ExploreTTrees(), Jetscape::LiquefierBase::get_dropletlist_total_energy(), and DetermineTowerBackground::process_event().