Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!36347
Manual sweep 35986
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Manual sweep 35986
mduehrss/athena:manual_sweep_35986
into
master
Overview
10
Commits
4
Pipelines
1
Changes
20
Merged
Michael Duehrssen-Debling
requested to merge
mduehrss/athena:manual_sweep_35986
into
master
4 years ago
Overview
10
Commits
4
Pipelines
1
Changes
20
Expand
Manual sweep of
!35986 (merged)
into master
Edited
4 years ago
by
Michael Duehrssen-Debling
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
537339f4
4 commits,
4 years ago
20 files
+
370
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCS1DFunction.h
+
5
−
1
Options
/*
Copyright (C) 2002-20
18
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
#ifndef ISF_FASTCALOSIMEVENT_TFCS1DFunction_h
@@ -28,6 +28,10 @@ class TFCS1DFunction:public TFCSFunction
///Function gets random number rnd in the range [0,1) as argument and returns function value
virtual
double
rnd_to_fct
(
double
rnd
)
const
=
0
;
///The == operator compares the content of instances.
///The implementation in the base class only returns true for a comparison with itself
virtual
bool
operator
==
(
const
TFCS1DFunction
&
ref
)
const
{
return
this
==&
ref
;};
static
double
get_maxdev
(
TH1
*
,
TH1
*
);
static
double
CheckAndIntegrate1DHistogram
(
const
TH1
*
hist
,
std
::
vector
<
double
>&
integral_vec
,
int
&
first
,
int
&
last
);
Loading