mirror of
https://github.com/sesps/SPS_SABRE_EventBuilder.git
synced 2024-11-22 10:08:50 -05:00
Fix typo in plotter, resolve #7
This commit is contained in:
parent
e9c50331f7
commit
45763dce66
|
@ -54,7 +54,7 @@ namespace EventBuilder {
|
|||
/*Makes histograms where only rejection is unset data*/
|
||||
void SFPPlotter::MakeUncutHistograms(const ProcessedEvent& ev, THashTable* table)
|
||||
{
|
||||
MyFill(table,"x1NoCuts_bothplanes",600,-300,300,ev.x2);
|
||||
MyFill(table,"x1NoCuts_bothplanes",600,-300,300,ev.x1);
|
||||
MyFill(table,"x2NoCuts_bothplanes",600,-300,300,ev.x2);
|
||||
MyFill(table,"xavgNoCuts_bothplanes",600,-300,300,ev.xavg);
|
||||
MyFill(table,"xavgNoCuts_theta_bothplanes",600,-300,300,ev.xavg,100,0,TMath::Pi()/2.,ev.theta);
|
||||
|
|
Loading…
Reference in New Issue
Block a user