Skip to content
Snippets Groups Projects
Commit ad1eb05c authored by Feifei Huang's avatar Feifei Huang
Browse files

clean up a few lines from notebook

parent a648094e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# coding: utf-8
# In[1]:
# import matplotlib.pyplot as plt # our plotting module
import matplotlib as mpl
import pandas as pd # the main HDF5 reader
......@@ -34,9 +31,6 @@ pylab.rcParams['figure.figsize'] = 14, 10
from datetime import datetime, timedelta, time
# In[22]:
from ROOT import EventFile, Det
import aa
EventFile.read_timeslices = True
......@@ -96,9 +90,6 @@ for evt in f:
#print("\n\n\n")
# In[32]:
i = 0
while i < len(RR):
......@@ -121,9 +112,6 @@ while i < len(RR):
# ncol=2,fontsize = 15, mode="expand", borderaxespad=0.)
# In[25]:
INFO_T = []
i = 0
while i < len(T):
......@@ -136,9 +124,6 @@ while i < len(T):
i+=1
# In[26]:
i = 0
info_sorted = []
while i < len(INFO_T):
......@@ -146,9 +131,6 @@ while i < len(INFO_T):
i+=1
# In[29]:
i = 0
f = open('REINFORCE_DATA.txt', 'w')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment