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
!49325
New Epos_i interface with CRMC 2.0.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New Epos_i interface with CRMC 2.0.1
averbyts/athena:eposhm3
into
master
Overview
34
Commits
16
Pipelines
9
Changes
4
Merged
Andrii Verbytskyi
requested to merge
averbyts/athena:eposhm3
into
master
3 years ago
Overview
21
Commits
16
Pipelines
9
Changes
4
Expand
A branch that uses new HepMC Epos interface. Tag
@ewelina
Edited
3 years ago
by
Andrii Verbytskyi
0
0
Merge request reports
Compare
version 2
version 13
a93a83d8
3 years ago
version 12
847049a2
3 years ago
version 11
dc9209f1
3 years ago
version 10
d83af4cb
3 years ago
version 9
7f74038b
3 years ago
version 8
afd3fc55
3 years ago
version 7
b5ca5077
3 years ago
version 6
a4526fd2
3 years ago
version 5
0c06ecba
3 years ago
version 4
c3208fb8
3 years ago
version 3
e12a890d
3 years ago
version 2
d2dc39eb
3 years ago
version 1
b9755a96
3 years ago
master (base)
and
version 3
latest version
ffa068bb
16 commits,
3 years ago
version 13
a93a83d8
14 commits,
3 years ago
version 12
847049a2
12 commits,
3 years ago
version 11
dc9209f1
11 commits,
3 years ago
version 10
d83af4cb
10 commits,
3 years ago
version 9
7f74038b
9 commits,
3 years ago
version 8
afd3fc55
8 commits,
3 years ago
version 7
b5ca5077
7 commits,
3 years ago
version 6
a4526fd2
6 commits,
3 years ago
version 5
0c06ecba
5 commits,
3 years ago
version 4
c3208fb8
4 commits,
3 years ago
version 3
e12a890d
3 commits,
3 years ago
version 2
d2dc39eb
2 commits,
3 years ago
version 1
b9755a96
1 commit,
3 years ago
Show latest version
4 files
+
15
−
291
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Generators/Epos_i/Epos_i/Epos.h
+
5
−
4
Options
@@ -8,8 +8,9 @@
#include
"GeneratorModules/GenModule.h"
#include
"AtlasHepMC/HEPEVT_Wrapper.h"
#include
<sys/types.h>
#include
"/tmp/andriish/athena/Generators/Epos_i/Epos_i/CRMChepevt.h"
#include
"/tmp/andriish/athena/Generators/Epos_i/Epos_i/CRMC.h"
#include
"CRMChepevt.h"
#include
"CRMC.h"
/**
@class Epos
@brief This code is used to get an Epos Monte Carlo event.
@@ -37,8 +38,8 @@ public:
virtual
StatusCode
fillEvt
(
HepMC
::
GenEvent
*
evt
);
protected:
CRMCinterface
*
fI
nterface
;
// The i
nterface
CRMCinterface
*
fInterface
;
// event counter
int
m_events
;
int
m_ievent
;
//event counter in Epos
Loading