Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reinforce
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feifei Huang
reinforce
Commits
ad1eb05c
Commit
ad1eb05c
authored
4 years ago
by
Feifei Huang
Browse files
Options
Downloads
Patches
Plain Diff
clean up a few lines from notebook
parent
a648094e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
REINFORCE_Timeslices.py
+0
-18
0 additions, 18 deletions
REINFORCE_Timeslices.py
with
0 additions
and
18 deletions
REINFORCE_Timeslices.py
+
0
−
18
View file @
ad1eb05c
#!/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
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment