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
!26747
Update frozen shower generation scripts and code to be compatible with recent developments
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update frozen shower generation scripts and code to be compatible with recent developments
SG-frozenShowersGeneration-23-Sept_2019
into
master
Overview
7
Commits
15665
Pipelines
1
Changes
4
3 unresolved threads
Hide all comments
Closed
Alexander Glazov
requested to merge
SG-frozenShowersGeneration-23-Sept_2019
into
master
5 years ago
Overview
7
Commits
15665
Pipelines
1
Changes
4
3 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
a69e4d97
5 years ago
master (base)
and
version 1
latest version
a69e4d97
15665 commits,
5 years ago
version 1
a69e4d97
1 commit,
5 years ago
4 files
+
21
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
LArCalorimeter/LArG4/LArG4FastSimulation/src/LArFastShower.cxx
+
9
−
0
Options
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
M
Magdalena Slawinska
@maslawin
·
5 years ago
Developer
Please update the date in the copyright statement.
Please
register
or
sign in
to reply
*/
#include
"LArFastShower.h"
@@ -40,5+40,5 @@
m_starting_points_file
(),
m_eventNum
(
0
)
{
// Check if the file name is not empt
if
(
!
m_configuration
.
m_generated_starting_points_file
.
empty
())
{
m_generate_starting_points
=
true
;
m_starting_points_file
=
new
HepMC
::
IO_GenEvent
(
m_configuration
.
m_generated_starting_points_file
.
c_str
(),
std
::
ios
::
out
);
}
enum
DETECTOR
{
EMB
=
100000
,
EMEC
=
200000
,
FCAL1
=
300000
,
FCAL2
=
400000
,
FCAL3
=
500000
,
HECLOC
=
600000
,
HEC
=
700000
};
Loading
Please update the date in the copyright statement.