construct kinematic coverage plot and include Sigma and eSigma correlation in kinematics_correlation.py
Compare changes
- Tooba Ali authored
@@ -14,18 +14,20 @@ import argparse
@@ -33,8 +35,10 @@ Q2_bins = [0.40938507,0.64786184,1.025353587,1.626191868,2.581181894,4.091148983
@@ -84,13 +88,14 @@ def Q2correlation(minq2,method): #minq2 can be 1,10,100, or 1000; method can be
@@ -141,9 +146,8 @@ def Xcorrelation(minq2,method): #minq2 can be 1,10,100, or 1000; method can be '
@@ -155,19 +159,27 @@ keys = ur.concatenate(rec_file + ':events/' + 'InclusiveKinematicsDA')
@@ -175,3 +187,38 @@ Q2correlation(minq2,'DA')