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
53a082d0
Commit
53a082d0
authored
5 years ago
by
moukaddam
Browse files
Options
Downloads
Patches
Plain Diff
Esthetics and namings
parent
7a806d37
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
Projects/SharcEfficiency/Analysis.cxx
+0
-2
0 additions, 2 deletions
Projects/SharcEfficiency/Analysis.cxx
Projects/SharcEfficiency/Analysis.h
+6
-7
6 additions, 7 deletions
Projects/SharcEfficiency/Analysis.h
with
6 additions
and
9 deletions
Projects/SharcEfficiency/Analysis.cxx
+
0
−
2
View file @
53a082d0
...
@@ -66,7 +66,6 @@ void Analysis::Init(){
...
@@ -66,7 +66,6 @@ void Analysis::Init(){
RunNumber
=
0
;
RunNumber
=
0
;
RunNumberMinor
=
0
;
RunNumberMinor
=
0
;
ThetaSharcSurface
=
0
;
X_Sharc
=
0
;
X_Sharc
=
0
;
Y_Sharc
=
0
;
Y_Sharc
=
0
;
Z_Sharc
=
0
;
Z_Sharc
=
0
;
...
@@ -74,7 +73,6 @@ void Analysis::Init(){
...
@@ -74,7 +73,6 @@ void Analysis::Init(){
Y_Trifoil
=
0
;
Y_Trifoil
=
0
;
Si_E_Sharc
=
0
;
Si_E_Sharc
=
0
;
E_Sharc
=
0
;
ThetaDetector
=
0
;
ThetaDetector
=
0
;
BeamDirection
=
TVector3
(
0
,
0
,
1
);
BeamDirection
=
TVector3
(
0
,
0
,
1
);
// S1554
// S1554
...
...
This diff is collapsed.
Click to expand it.
Projects/SharcEfficiency/Analysis.h
+
6
−
7
View file @
53a082d0
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include
<TRandom3.h>
#include
<TRandom3.h>
#include
<TVector3.h>
#include
<TVector3.h>
#include
<TMath.h>
#include
<TMath.h>
#include
<TCutG.h>
#include
<TCutG.h>
#include
<fstream>
#include
<fstream>
#include
<vector>
#include
<vector>
...
@@ -70,23 +70,22 @@ class Analysis: public NPL::VAnalysis{
...
@@ -70,23 +70,22 @@ class Analysis: public NPL::VAnalysis{
double
TargetThickness
;
double
TargetThickness
;
// Beam Energy
// Beam Energy
double
OriginalBeamEnergy
;
// AMEV
double
OriginalBeamEnergy
;
// AMEV
// intermediate variable
// intermediate variable
TRandom3
Rand
;
TRandom3
Rand
;
int
DetectorNumber
;
int
DetectorNumber
;
int
RunNumber
;
int
RunNumber
;
int
RunNumberMinor
;
int
RunNumberMinor
;
double
ThetaNormalTarget
;
double
ThetaNormalTarget
;
double
Energy
;
double
Energy
;
double
ThetaDetector
;
double
ThetaSharcSurface
;
double
Si_E_Sharc
;
double
X_Sharc
;
double
X_Sharc
;
double
Y_Sharc
;
double
Y_Sharc
;
double
Z_Sharc
;
double
Z_Sharc
;
double
X_Trifoil
;
double
X_Trifoil
;
double
Y_Trifoil
;
double
Y_Trifoil
;
double
ThetaDetector
;
double
Si_E_Sharc
;
double
E_Sharc
;
TSharcPhysics
*
Sharc
;
TSharcPhysics
*
Sharc
;
TPlasticPhysics
*
Trifoil
;
TPlasticPhysics
*
Trifoil
;
...
...
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