-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmcfilehosting.html
executable file
·22 lines (18 loc) · 1.16 KB
/
mcfilehosting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<link rel="stylesheet" type="text/css" href="/nuisance.css">
</head>
<body>
<img src="/images/nuisancelogo.png" alt="NUISANCE" style="height:200px;float:right;margin-bottom:0px;margin-left:0px;margin-right:0px;">
<h1>Monte Carlo Event Files</h1>
<p>Loading multi-generator events into NUISANCE is straight-forward, but it can time consuming to create the multiple generator event files needed for a single comparison.
</p>
<p>NUISANCE doesn't handle event generation, but we have containers with a number of generators installed, scripts to generate events, and a tutorial attached (given at NuInt 2024): see <a href="https://nuisance.hepforge.org/files/talks/NuInt24/HowTo_FlatTree.pdf">these</a> and <a href="https://nuisance.hepforge.org/files/talks/NuInt24/intro_container.pdf">these</a> slides.
<p>
We also host MC files for you to try out:
<li><a href="https://portal.nersc.gov/project/nuisance/IOP_review_2023">2023 IOP review</a></li>
<li><a href="https://portal.nersc.gov/project/nuisance/Pittsburgh_Tensions2019">2019 Pittsburgh tensions</a></li>
<li><a href="https://imperialcollegelondon.box.com/v/nuisancew16">2016 NUISANCE MC</a></li>
</p>
</body>
</html>