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
743fb299
Commit
743fb299
authored
9 years ago
by
adrien-matta
Browse files
Options
Downloads
Patches
Plain Diff
* Updating nptool.sh npp command and README.md to reflect new folder
* structure
parent
4ebbdb83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-2
1 addition, 2 deletions
README.md
nptool.sh
+6
-1
6 additions, 1 deletion
nptool.sh
with
7 additions
and
3 deletions
README.md
+
1
−
2
View file @
743fb299
...
@@ -89,8 +89,7 @@ This will run the 11Li(d,3He)10He->8He+n+n simulation and produce a root file lo
...
@@ -89,8 +89,7 @@ This will run the 11Li(d,3He)10He->8He+n+n simulation and produce a root file lo
You can now try to analyse this simulated tree using the associated NPAnalysis project:
You can now try to analyse this simulated tree using the associated NPAnalysis project:
````
````
$ npa
$ npp Example1
$ cd Example1/
$ cmake ./
$ cmake ./
$ make -jn
$ make -jn
$ npanalysis -R RunToTreat.txt -O Example1
$ npanalysis -R RunToTreat.txt -O Example1
...
...
This diff is collapsed.
Click to expand it.
nptool.sh
+
6
−
1
View file @
743fb299
...
@@ -35,7 +35,12 @@ export npa_not_supported='npa is now longer supported, use npp instead'
...
@@ -35,7 +35,12 @@ export npa_not_supported='npa is now longer supported, use npp instead'
alias
npa
=
'echo $npa_not_supported'
alias
npa
=
'echo $npa_not_supported'
function
npp
{
function
npp
{
cd
$NPTOOL
/Projects/
$1
if
[[
$1
==
*
"Example"
*
]]
then
cd
$NPTOOL
/Examples/
$1
else
cd
$NPTOOL
/Projects/
$1
fi
}
}
...
...
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