Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
np
nptool
Commits
c8ac96d2
Commit
c8ac96d2
authored
9 years ago
by
adrien-matta
Browse files
Options
Downloads
Plain Diff
Merge branch 'NPTool.2.dev' of
https://github.com/adrien-matta/nptool
into NPTool.2.dev
parents
3d2ef5a1
b4109357
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Benchmarks/benchmark.sh
+12
-0
12 additions, 0 deletions
Benchmarks/benchmark.sh
Benchmarks/cats/ShowResult.C
+1
-1
1 addition, 1 deletion
Benchmarks/cats/ShowResult.C
with
13 additions
and
1 deletion
Benchmarks/benchmark.sh
0 → 100755
+
12
−
0
View file @
c8ac96d2
#!/bin/bash
# exit on error, and verbose
set
-ev
# can run the app
npanalysis
-h
# cats benchmark
cd
$NPTOOL
/Benchmarks/cats
npanalysis
-D
benchmark_cats.detector
-C
calibration.txt
-R
RunToTreat.txt
-O
benchmark_cats
echo
".q"
| root
-b
-l
ShowResult.C
This diff is collapsed.
Click to expand it.
Benchmarks/cats/ShowResult.C
+
1
−
1
View file @
c8ac96d2
...
...
@@ -17,5 +17,5 @@ void ShowResult()
void
LoadChain
(){
chain
=
new
TChain
(
"PhysicsTree"
);
// chain->Add("../../Outputs/Analysis/Analysed_test_cats_mask_e644.root");
chain
->
Add
(
"../../Outputs/Analysis/
PhysicsTree
.root"
);
chain
->
Add
(
"../../Outputs/Analysis/
benchmark_cats
.root"
);
}
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