Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NeuRad_tests
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vratislav Chudoba
NeuRad_tests
Commits
11a99d97
Commit
11a99d97
authored
Dec 29, 2016
by
Vratislav Chudoba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts in convertTektronix folder renamed.
parent
b97053e0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
IntegralFULL.cpp
convertTektronix/IntegralFULL.cpp
+0
-0
read.cpp
convertTektronix/read.cpp
+1
-1
No files found.
convertTektronix/IntegralFULL.c
→
convertTektronix/IntegralFULL.c
pp
View file @
11a99d97
File moved
convertTektronix/read.c
→
convertTektronix/read.c
pp
View file @
11a99d97
...
@@ -20,7 +20,7 @@ void read() {
...
@@ -20,7 +20,7 @@ void read() {
tree
->
Branch
(
"T"
,
T
,
"T[1000]/D"
);
tree
->
Branch
(
"T"
,
T
,
"T[1000]/D"
);
RawEvent
*
event
=
new
RawEvent
;
RawEvent
*
event
=
new
RawEvent
;
r
tree
->
Bronch
(
"rawEvent"
,
"RawEvent"
,
&
event
);
tree
->
Bronch
(
"rawEvent"
,
"RawEvent"
,
&
event
);
//std::vector<Double_t> *A = new std::vector<Double_t>();
//std::vector<Double_t> *A = new std::vector<Double_t>();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment