Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JZCaPA
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
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
Riccardo Longo
JZCaPA
Commits
073ad996
Commit
073ad996
authored
6 years ago
by
clantz
Browse files
Options
Downloads
Patches
Plain Diff
Deleted AnalyzeEvent with TVirtualPad* arguemnt and deleted OverlayHistos
parent
ea28ee20
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
Analysis/include/Analysis.h
+0
-1
0 additions, 1 deletion
Analysis/include/Analysis.h
Analysis/include/WFAnalysis.h
+0
-2
0 additions, 2 deletions
Analysis/include/WFAnalysis.h
with
0 additions
and
3 deletions
Analysis/include/Analysis.h
+
0
−
1
View file @
073ad996
...
...
@@ -34,7 +34,6 @@ class Analysis{
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
TH1
*
>&
)
=
0
;
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
std
::
vector
<
float
>
>&
)
=
0
;
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
Channel
*
>
)
=
0
;
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
Channel
*
>
vCh
,
TVirtualPad
*
pad
)
=
0
;
virtual
void
Finalize
(
)
=
0
;
};
...
...
This diff is collapsed.
Click to expand it.
Analysis/include/WFAnalysis.h
+
0
−
2
View file @
073ad996
...
...
@@ -29,11 +29,9 @@ class WFAnalysis : public Analysis{
virtual
void
SetupHistograms
(
);
virtual
void
GetDifferential
(
TH1D
*
hIN
,
TH1D
*
hOUT
,
int
N
);
virtual
double
GetRMS
(
TH1D
*
h
,
int
diff_window
,
bool
debug
=
false
)
;
virtual
void
OverlayHistos
(
TH1D
*
h1
,
TH1D
*
h2
,
TVirtualPad
*
pad
,
bool
debug
=
false
);
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
TH1
*
>&
);
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
std
::
vector
<
float
>
>&
);
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
Channel
*
>
vCh
);
virtual
void
AnalyzeEvent
(
const
std
::
vector
<
Channel
*
>
vCh
,
TVirtualPad
*
pad
);
virtual
void
Finalize
(
);
};
...
...
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