Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
calypso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
faser
calypso
Commits
06ecd05d
Commit
06ecd05d
authored
3 years ago
by
Lottie Cavanagh
Browse files
Options
Downloads
Patches
Plain Diff
test change axis label
parent
175be27d
No related branches found
No related tags found
1 merge request
!126
Master 22.0.29 ecal
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Control/CalypsoExample/SimHitExample/src/CaloSimHitAlg.cxx
+2
-2
2 additions, 2 deletions
Control/CalypsoExample/SimHitExample/src/CaloSimHitAlg.cxx
with
2 additions
and
2 deletions
Control/CalypsoExample/SimHitExample/src/CaloSimHitAlg.cxx
+
2
−
2
View file @
06ecd05d
...
@@ -9,13 +9,13 @@ CaloSimHitAlg::~CaloSimHitAlg() { }
...
@@ -9,13 +9,13 @@ CaloSimHitAlg::~CaloSimHitAlg() { }
StatusCode
CaloSimHitAlg
::
initialize
()
StatusCode
CaloSimHitAlg
::
initialize
()
{
{
// initialize a histogram
// initialize a histogram
// letter at end of TH1 indicated variable type (D double, F float etc)
// letter at end of TH1 indicated variable type (D double, F float etc)
// first string is root object name, second is histogram title
// first string is root object name, second is histogram title
m_eloss
=
new
TH1D
(
"eLoss"
,
"Calo Hit Energy Loss fraction"
,
1000
,
0
,
0.0001
);
m_eloss
=
new
TH1D
(
"eLoss"
,
"Calo Hit Energy Loss fraction
;Fraction;Events
"
,
1000
,
0
,
0.0001
);
m_elossTL
=
new
TH1D
(
"eLossTL"
,
"Calo Hit Energy Loss Fraction Top Left Module"
,
1000
,
0
,
0.0001
);
m_elossTL
=
new
TH1D
(
"eLossTL"
,
"Calo Hit Energy Loss Fraction Top Left Module"
,
1000
,
0
,
0.0001
);
m_elossTR
=
new
TH1D
(
"eLossTR"
,
"Calo Hit Energy Loss Fraction Top Right Module"
,
1000
,
0
,
0.0001
);
m_elossTR
=
new
TH1D
(
"eLossTR"
,
"Calo Hit Energy Loss Fraction Top Right Module"
,
1000
,
0
,
0.0001
);
m_elossBR
=
new
TH1D
(
"eLossBR"
,
"Calo Hit Energy Loss Fraction Bottom Right Module"
,
1000
,
0
,
0.0001
);
m_elossBR
=
new
TH1D
(
"eLossBR"
,
"Calo Hit Energy Loss Fraction Bottom Right Module"
,
1000
,
0
,
0.0001
);
...
...
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