Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
jlab
hallc
analyzer_software
hcana
Commits
794fd6e1
Commit
794fd6e1
authored
11 years ago
by
Jamil
Browse files
Options
Downloads
Patches
Plain Diff
Remove TPad command just use c1->cd()
parent
c59c3e41
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
examples/dcdriftdist.C
+1
-1
1 addition, 1 deletion
examples/dcdriftdist.C
examples/dchitmaps.C
+1
-1
1 addition, 1 deletion
examples/dchitmaps.C
with
2 additions
and
2 deletions
examples/dcdriftdist.C
+
1
−
1
View file @
794fd6e1
...
...
@@ -22,7 +22,7 @@
for
(
Int_t
ih
=
0
;
ih
<
12
;
ih
++
)
{
Int_t
ipad
=
2
*
(
ih
%
6
)
+
1
+
ih
/
6
;
cout
<<
ipad
<<
endl
;
TPad
*
pt
=
c1
->
cd
(
ipad
);
c1
->
cd
(
ipad
);
h
[
ih
]
->
SetFillColor
(
kBlue
);
h
[
ih
]
->
SetFillStyle
(
3354
);
h
[
ih
]
->
Draw
();
...
...
This diff is collapsed.
Click to expand it.
examples/dchitmaps.C
+
1
−
1
View file @
794fd6e1
...
...
@@ -22,7 +22,7 @@
for
(
Int_t
ih
=
0
;
ih
<
12
;
ih
++
)
{
Int_t
ipad
=
2
*
(
ih
%
6
)
+
1
+
ih
/
6
;
cout
<<
ipad
<<
endl
;
TPad
*
pt
=
c1
->
cd
(
ipad
);
c1
->
cd
(
ipad
);
h
[
ih
]
->
SetFillColor
(
kBlue
);
h
[
ih
]
->
SetFillStyle
(
3354
);
h
[
ih
]
->
Draw
();
...
...
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