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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Whitney Armstrong
hcana
Commits
22badc9a
Commit
22badc9a
authored
11 years ago
by
Stephen A. Wood
Browse files
Options
Downloads
Patches
Plain Diff
More indentation cleanup.
parent
043bc415
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/THcShower.h
+1
-1
1 addition, 1 deletion
src/THcShower.h
src/THcShowerHit.h
+6
-6
6 additions, 6 deletions
src/THcShowerHit.h
src/THcShowerPlane.h
+2
-2
2 additions, 2 deletions
src/THcShowerPlane.h
with
9 additions
and
9 deletions
src/THcShower.h
+
1
−
1
View file @
22badc9a
...
...
@@ -86,7 +86,7 @@ public:
THcShower
();
// for ROOT I/O
protected
:
protected
:
Int_t
fAnalyzePedestals
;
// Flag for pedestal analysis.
...
...
This diff is collapsed.
Click to expand it.
src/THcShowerHit.h
+
6
−
6
View file @
22badc9a
...
...
@@ -11,17 +11,17 @@ using namespace std;
class
THcShowerHit
{
//HMS calorimeter hit class
private:
private:
UInt_t
fCol
,
fRow
;
//hit colomn and row
Double_t
fX
,
fZ
;
//hit X (vert.) and Z (along spect.axis) coordinates
Double_t
fE
;
//hit energy deposition
public:
public:
THcShowerHit
()
{
//default constructor
fCol
=
fRow
=
0
;
fX
=
fZ
=
0.
;
fE
=
0.
;
fCol
=
fRow
=
0
;
fX
=
fZ
=
0.
;
fE
=
0.
;
}
THcShowerHit
(
UInt_t
hRow
,
UInt_t
hCol
,
Double_t
hX
,
Double_t
hZ
,
...
...
This diff is collapsed.
Click to expand it.
src/THcShowerPlane.h
+
2
−
2
View file @
22badc9a
...
...
@@ -24,7 +24,7 @@ class THaSignalHit;
class
THcShowerPlane
:
public
THaSubDetector
{
public:
public:
THcShowerPlane
(
const
char
*
name
,
const
char
*
description
,
Int_t
planenum
,
THaDetectorBase
*
parent
=
NULL
);
virtual
~
THcShowerPlane
();
...
...
@@ -90,7 +90,7 @@ class THcShowerPlane : public THaSubDetector {
return
fNegPed
[
i
];
};
protected
:
protected
:
Double_t
*
fA_Pos
;
// [fNelem] ADC amplitudes of blocks
Double_t
*
fA_Neg
;
...
...
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