Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gauss
Manage
Activity
Members
Labels
Plan
Issues
82
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
65
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LHCb
Gauss
Merge requests
!970
Updating LbMadgraph and qmt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updating LbMadgraph and qmt
rpozzi/Gauss:mgupdate
into
Sim10
Overview
10
Commits
5
Pipelines
12
Changes
4
Merged
Ruben Pozzi
requested to merge
rpozzi/Gauss:mgupdate
into
Sim10
1 year ago
Overview
5
Commits
5
Pipelines
12
Changes
4
Expand
Modernizing and simplifying LbMadgraph to use it as template for implementation in Gaussino.
Removing header file for LbMadgraph and adding it to the source file
Modernization in the source file
Fixing error with madgraph qmt test and rewriting
Edited
1 year ago
by
Ruben Pozzi
0
0
Merge request reports
Compare
Sim10
version 12
d0afbc06
1 year ago
version 11
d0afbc06
1 year ago
version 10
222fc1cd
1 year ago
version 9
94a178ae
1 year ago
version 8
94165575
1 year ago
version 7
d9093e25
1 year ago
version 6
d914f710
1 year ago
version 5
3458b28d
1 year ago
version 4
7e86929f
1 year ago
version 3
bcf76c6f
1 year ago
version 2
3a1395a6
1 year ago
version 1
d7d408c4
1 year ago
Sim10 (base)
and
latest version
latest version
adf6fae9
5 commits,
1 year ago
version 12
d0afbc06
4 commits,
1 year ago
version 11
d0afbc06
4 commits,
1 year ago
version 10
222fc1cd
6 commits,
1 year ago
version 9
94a178ae
5 commits,
1 year ago
version 8
94165575
4 commits,
1 year ago
version 7
d9093e25
4 commits,
1 year ago
version 6
d914f710
5 commits,
1 year ago
version 5
3458b28d
4 commits,
1 year ago
version 4
7e86929f
3 commits,
1 year ago
version 3
bcf76c6f
3 commits,
1 year ago
version 2
3a1395a6
3 commits,
1 year ago
version 1
d7d408c4
2 commits,
1 year ago
4 files
+
145
−
206
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Gen/LbHard/include/LbHard/HardProduction.h
+
9
−
6
Options
@@ -131,12 +131,15 @@ protected:
int
hashSeed
();
// Properties.
Gaudi
::
Property
<
CommandVector
>
m_userSettings
{
this
,
"Commands"
,{},
"The commands to pass to the hard process generator."
};
///< The user settings vector.
Gaudi
::
Property
<
std
::
string
>
m_beamToolName
{
this
,
"BeamToolName"
,
"CollidingBeams"
,
"The beam tool to use."
};
///< The beam tool name.
Gaudi
::
Property
<
std
::
string
>
m_showerToolName
{
this
,
"ShowerToolName"
,
"PythiaProduction"
,
"The shower tool to use: PythiaProduction, Pythia8Production,"
" or HerwigppProduction."
};
///< The shower generator name.
Gaudi
::
Property
<
std
::
string
>
m_genHeaderLocation
{
this
,
"GenHeaderLocation"
,
LHCb
::
GenHeaderLocation
::
Default
,
"GenHeaderLocation"
};
Gaudi
::
Property
<
CommandVector
>
m_userSettings
{
this
,
"Commands"
,
{},
"The commands to pass to the hard process generator."
};
///< The user settings vector.
Gaudi
::
Property
<
std
::
string
>
m_beamToolName
{
this
,
"BeamToolName"
,
"CollidingBeams"
,
"The beam tool to use."
};
///< The beam tool name.
Gaudi
::
Property
<
std
::
string
>
m_showerToolName
{
this
,
"ShowerToolName"
,
"PythiaProduction"
,
"The shower tool to use: PythiaProduction, Pythia8Production or HerwigppProduction."
};
///< The shower generator name.
Gaudi
::
Property
<
std
::
string
>
m_genHeaderLocation
{
this
,
"GenHeaderLocation"
,
LHCb
::
GenHeaderLocation
::
Default
,
"GenHeaderLocation"
};
///< Location where to store the Header of the events (set by options)
Loading