Instructions.dvi Instructions

User Manual: Pdf

Open the PDF directly: View PDF PDF.
Page Count: 10

DownloadInstructions.dvi Instructions
Open PDF In BrowserView PDF
CEPC NOTE
CEPC PERF 2017 XXX
August 30, 2017

Jet energy scale and jet energy resolution study at CEPC
Peizhu Lai

Abstract
Abstract for JES and JER studies on CEPC

E-mail address: ligang@mail.ihep.ac.cn
c Copyright 2017 IHEP for the benefit of the CEPC Collaboration.
Reproduction of this article or parts of it is allowed as specified in the CC-BY-3.0 license.

Contents
1 Introduction

2

2 Experimental setup

2

3 Samples

2

4 Event selection

2

5 Deriving the jet energy scale and jet energy resolution
5.1 Reconstruction of jets in CEPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5.2 Methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5.3 results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

2
2
2
2

6 Discussion

2

7 Summary and conclusion

3

8 Acknowledgements

3

9 Rules for referencing

3

Appendices

4

A The cepcnote class
A.1 Dependencies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.2 Custom commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

4
4
5

B Bibliography

5

C Miscellaneous LATEX tips
C.1 Graphics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
C.2 Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
C.3 Emphasis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

6
6
6
7

D General Style

7

E The cepcphysics.sty style file
E.1 Remarks on units and symbols . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
E.2 Other shortcuts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

7
7
8

1

1 Introduction
The introduction should be fairly brief, not more than a few pages. State the measurement being made,
motivate its importance experimentally and theoretically. Include a summary of what is known to date
about this measurement. Give a brief outline for the rest of the paper.
Your first action before embarking on writing a paper should be to read the CEPC Publication Policy [1], available from the web pages of the Publication Committee. Chapter 3 of this document details
the refereeing and approval procedures that you will need to follow; chapter 4 gives information on the
style.
At some point during writing of an CEPC paper, you should decide what journal it will be submitted
to. Please keep in mind that each journal makes specific demands on length and style. Most journals use
regular capitalization for titles (i.e. capitalize the first word and all proper nouns, e.g. “The search for
large extra dimensions”). The notable exception is Physical Review Letters, which capitalizes the first
word and all other important words, e.g. “The Search for Large Extra Dimensions”.
The LATEX file and Postscript versions of this template can be found on the web pages of the CEPC
Publication Committee. Example macros for figures can be found there as well. Comments and/or
suggestions on improvements to this template are very welcome and should be given to the publication
committee.
This paper template has been tested using LATEX2e. You should get this version automatically. If you
have problems check which LATEX version you are running.

2 Experimental setup
Description about CECP detector

3 Samples
Any Monte Carlo programs used must be clearly stated with full version number. A brief description of
the program is useful but not necessary unless a less well known program is used. Any corrections or
special parameter settings must be clearly explained. The statistics should be given if the amount used
results in a non-negligible uncertainty.

4 Event selection
List the trigger and offline selection criteria, give the obtained statistics.

5 Deriving the jet energy scale and jet energy resolution
5.1

Reconstruction of jets in CEPC

5.2

Methodology

5.3

results

6 Discussion
Put the results into the context of the theory or a model. If the results lead to exclusion plots, make sure
that it is clear which region on the plot is excluded.
2

7 Summary and conclusion
Reiterate the main points of the paper and the primary results and conclusions.
Note that many readers look mostly at the title, abstract and conclusion. The conclusion should be
interesting enough to make them want to read the whole paper. It is not good style to just repeat the
abstract.
If your paper is short and only has one result quoted at the end of the paper, then you should consider
whether conclusions are necessary.
Try not to end your conclusions with a sentence such as “All the results in this paper are in good
agreement with the Standard Model, the current world average and recent measurements by other experiments”. This might lead a referee (internal or external) to wonder why it is worth publishing this
paper!

8 Acknowledgements
A standard template for the acknowledgements is available on the web pages of the Publication Committee. See reference [1] for the URL.

9 Rules for referencing
Use BibTEX for the references. See Appendix B for an explanation.
Only cite permanent, publicly available, or CEPC approved references. Private references, not available to the general public, should be avoided. Caution should be used when referring to CEPC notes.
Only reference approved notes. Do not reference COM or INT notes, as these are not available outside
CEPC.
Whenever possible, cite the article’s journal rather than its preprint number. If desired, the hep-ex
number can be given in addition. Always double check references when copying them from another
source.
Referencing styles are journal-dependent. See the CEPC Publication Policy document for more
information.

References
[1] “Besiii publication policy.” Available from the besiii management web page:
Http://bes3.ihep.ac.cn/orga/besiii publication policy rev 12 2013.pdf.

3

Appendices
Use the Appendices to include all the technical details of your work that are relevant for the CEPC
Collaboration only (e.g. datases details, software release used). The Appendices can be removed from
an CEPC Internal Note becoming an CEPC Public Note.
Use the following commands to start the Appendices section:
\newpage
\appendix
\part*{Appendices}
\addcontentsline{toc}{part}{Appendices}

A

The cepcnote class

This paper has been typeset using the cepcnote.cls class, that implement the CEPC template can
be used for papers, preprints, notes. The cepcnote class is available on web pages of the Publication
Committee, as well as this instruction paper and the related files.
cepcnote.cls derives from the standard LATEX article.cls class, thus all the usual commands and
options you would have used with article will work with it. For instance, this paper has been produced
using this very simple preamble:
\documentclass[11pt,a4paper]{cepcnote}
\graphicspath{{figures/}}
\usepackage{cepcphysics}
\usepackage{subfigure}

A.1

Dependencies

The cepcnote class depends on these packages, which presence in your system is required:
• graphicx
• mathptmx
• lineno
The first two are all usually already installed in any modern LATEX installation, while the latter is part of
the ednotes package bundle and is direclty provided with this package; cepcnote was tested on a IHEP
lxslc login node and worked out of the box. The cepcnote class works both with LATEX and pdfLATEX.
If you wish to use the cepccover package with the cepcnote class, load the latest version of the
package in your system, and invoke it using the coverpage option of the class:
\documentclass[11pt,a4paper,coverpage]{cepcnote}
instead of the the usual usepackage command: this will ensure that the cover page is produced before
the note title page.

4

A.2

Custom commands

The cepcnote class implements some custom commands, mainly used to typeset the frontpage content:
• \title{} typesets the paper title. If not given, a dummy Title goes here title will be
produced.
• \author{<Author>} typesets the paper author. If not explicitly given, The CEPC Collaborations
will be used by default. Note that the \author{} command is pretty limited in case you want
to display multiple author names and multiple affiliations. For this use case the authblk.sty
package is provided; this is a typical example of its use:
\usepackage{authblk}
\renewcommand\Authands{, } % avoid ‘‘. and’’ for last author
\renewcommand\Affilfont{\itshape\small} % affiliation formatting
\author[a]{First Author}
\author[a]{Second Author}
\author[b]{Third Author}
\affil[a]{One Institution}
\affil[b]{Another Institution}

• \mail{<Mail address>} typesets only one E-mail address in the foot note.
• \abstracttext{<The abstract text>} typesets the abstract in the front page.
• \date{<Date>} typesets the paper date. If not explicitly given, the current date (\today) will be
used.
• \draftversion{<Draft Version>} displays the draft version on the front page, a DRAFT
banner on all the other page headings, and add line numbers to all text to easy commenting abd
reviewing. Can be omitted.
• \journal{<Journal Name>} displays the phrase to be submitted to Journal Name at the bottom
of the front page. Can be omitted.
• \skipbeforetitle{<lenght>} sets the distance between the title page header and the note title.
The default value should be fine for most notes, but in case you have a long list of authors or a
lenghtly abstract you can use this command to buy some extra space. Note that <lenght> can also
be negative (use it at your own risk!).
emptynote.tex contains a basic skeleton that can be used to start typing a new note using the cepcnote
class. All the custom commands described above are used in this example file, in order to demonstrate
their use.

B Bibliography
We recommend to use BibTEX for the references. Although it often appears harder to use at the beginning,
it means that the number of typos should be reduced significantly and the format of the references will
5

be correct, without you having to worry about formatting it. In addition the order of the references is
automatically correct.
A file with the extension .bib (in this example: instruction.bib) should contain all the references. This file may also contain references that you do not use, so it may act like a library of references.
The typical compilation cycle when using BibTEX looks like the following:
(pdf)latex instructions
bibtex instructions
(pdf)latex instructions
(pdf)latex instructions
BibTEX will create a file with the extension .bbl, which will contain the actual references used, and
LATEX will then take care to include them in your paper. Note that only after the third run of LATEX will
all references be correct. Unless you change a reference you do not have to do the bibtex step again.
A BibTEX style file (cepcBibStyleWoTitle.bst) is provided with the CEPC template. You can
use it in your text source file like in the following:
\bibliographystyle{cepcBibStyleWoTitle}
\bibliography{instructions}
Important: for further information on BibTEX and on the standard CEPC style for referencing, look
at the “QuickGuide BIBTEX” file shipped with this package.

C

Miscellaneous LATEX tips

C.1

Graphics

Use the graphicx package [] to include your plots and figure. The use of older packages like espfig is
deprecated. Since the graphicx package is required by the cepcnote class, it is automatically loaded
when using it, and there is no need to explicitly included it in the document preamble.
Always include your graphics file without metioning the file extension. Fior inctance, if you want to
include the figure.eps file, you should use a sysntax like this:
\includegraphics[width=\textwidth]{figure}
This will allow to compile your document using either LATEX or pdfLATEX without changing your source
file: you can in fact have both figure.eps and figure.pdf in your working directorym and the proper
one will be picked up according to the processing method you chose.
It is a good habit to keep you graphics file in a separated sub-directory (e.g. in figure/. In this case
you can include them by mentioning it explicitly every time:
\includegraphics[width=\textwidth]{figures/figure}
or by telling once for all to the graphicx package where to look for them, by using this command:
\graphicspath{{figures/}}

C.2

Definitions

You can use \ensuremath in definitions, so that they will work in both text mode and math mode,
e.g. \newcommand{\UoneS}{\ensuremath{\Upsilon(\mathrm{1S})}} to get Υ(1S) in either mode
(\UoneS{} or $\UoneS$).
6

C.3

Emphasis

Use italics for emphasis sparingly: too many italicized words defeat their purpose. When you do italicize
a word, really italicize it: do not use math mode! Note the difference between per se (\emph{per se})
and perse ($per se$). Abbreviations like i.e., e.g., etc., and et al. should not be italicized! For program
names we recommend to use small capitals: {\sc Pythia}} produces Pythia.

D

General Style

We recommend the use of British English. However, whatever you decide to choose, be consistent
throughout the paper. For much more detailed information on writing, spelling and typographic style,
etc. please see the CEPC Style Guide []. The CEPC Publication Policy contains a list of CEPC detector
acronyms. Standard ways to write these are in the CEPC Glossary.

E The cepcphysics.sty style file
The cepcphysics.sty style file implements a series of useful shortcut to typeset a physics paper, such
as units or particle symbols. It can included in the preamble of your paper with the usual syntax:
\usepackage{cepcphysics}

E.1

Remarks on units and symbols

Use SI units in roman-type font. Leave a small space between the value and the units (e.g. 12 mm),
and make sure they end up always together on the same line. 12\,mm will fulfill both the requirements.
Natural units, where c = ~ = 1, should be used for all CEPC publications. Masses are therefore in GeV,
not GeV/c2 .
Use the shortcut \GeV{} (GeV) defined by cepcphysics.sty instead of just typing GeV (GeV),
in order not to leave a large space between the e and the V. Symbols \TeV, \MeV, \keV and \eV also
exist. In math mode the symbol leaves a space between the number and the unit, i.e. the beam energy
is $7\TeV$ (7 TeV). The symbol works in text mode and in math mode i.e. 99.0 \MeV (99.0 MeV),
$88.4\keV$ (88.4 keV).
Use math mode for all symbols (e.g. use c ($c$) rather than simply c). Momentum is a lower case
$p$. Transverse momentum is a lower case p with an upper case T subscript: \pT produces pT . Energy is
an upper case $E$, \ET produces ET . Use \mathscr mode for luminosity L or aplanarity A , including
the package mathrsfs.sty.
Trigonometric functions should be in roman type. Natural logarithm should be ln and log base 10 is
log. When in math mode, use $\ln$, $\sin$, etc. We recommend to specify the base of the logarithm:
$\log_{10}$.
If your note makes use of cones, for example cone-jets, explain that these cones are constructed in
η-φ space, and define η.
Add the word events as the unit when quoting the number of events: “The resulting background is
4.0 ± 1.3 events.”. The number of expected events should be written as Npred rather than Nexp , since the
latter could also mean experimental.
For particle names and symbols, CEPC uses the standards of the Particle Data Book. Intermediate
vector bosons should be called W boson(s) and Z boson(s), not just W’s or Ws. The Z boson should
not have a superscript of 0. W without the word boson attached may be used in W pair production,
and similar phrases. Other particle names should be spelled out when used in a sentence: muon(s),

7

electron(s), tau lepton(s). Top quark should be used instead of top in most places: say “top quark mass”
instead of “top mass”. Top quark and bottom quark may be shortened to t quark and b quark. The
neutrino symbol ν should not have any subscripts, unless necessary for understanding. For the J/ψ use
the command \Jpsi from cepcphysics.sty: it will produce a lower case ψ.
When in doubt, use the PDG style.

E.2

Other shortcuts

The cepcphysics.sty style file contains among other things:
\lapprox <
∼
\rapprox >
∼
Ecm

\Ecm

\Zboson
\Wminus
\Afb
\Wln
\Zmm
\mW
\Mtau
\swsqb
\ga
\Zprime

Z
W−
Afb
W → ℓν
Z → µµ
mW
mτ
sin2 θW
gA
Z′

(stat.)

\stat

\Wboson
\Wpm
\GW
\Zll
\mZ
\mH
\swsq
\swsqon
\gvbar
\Hboson

√

s
(syst.)

\rts
\syst

W
W±
ΓW
Z → ℓℓ
mZ
mH
sin2 θW
sin2 θW ≡ 1 − m2W /m2Z
ḡV
H

\Wplus
\Wmp
\GZ
\Zee

W+
W∓
ΓZ
Z → ee

\swel
\gv
\gabar
\GH

sin2 θeff
gV
ḡA
ΓH

lept

The command \Zzero is identical to \Zboson.
\tbar
\bbbar
\sbar
\uubar
\fbar
\qqbar
\ee
\epm

t¯
bb̄
s̄
uū
f¯
qq̄
e+ e−
e±

\BoBo
\Bd
\Bc
\Jpsi
\psip
\kaon
\klong

B0 – B̄0
B0d
Bc
J/ψ
ψ′
K
KL0

\alphas

αS

\Vud
\Vcd
\Vtd
\Azero
\Hplus

|Vud |
|Vcd |
|Vtd |
A0
H+

tt¯
c̄
s s̄
d̄
f f¯
ν̄
µ+ µ−
ℓ+ ℓ−

\ttbar
\cbar
\ssbar
\dbar
\ffbar
\nbar
\mumu
\leplep
\BodBod
\Bs
\Lb
\Jee
\kzero
\kplus
\kshort
\Lms
\Vus
\Vcs
\Vts

B0d – B̄0d
B0s
Λb
J/ψ → e+ e−
K0
K+
KS0

ΛMS

\BosBos
\Bu
\jpsi
\Jmm
\kzerobar
\kminus
\Ups

\Lmsfive
\Vub
\Vcb
\Vtb

|Vus |
|Vcs |
|Vts |

\hzero
\Hminus

b̄
cc̄
ū
dd̄
q̄
νν̄
τ+ τ−
ℓν

\bbar
\ccbar
\ubar
\ddbar
\qbar
\nnbar
\tautau
\lnu

h0
H−

Λ(5)

MS

B0s – B̄0s
Bu
J/ψ
J/ψ → µ+ µ−
K0
K−
Υ
\KT

|Vub |
|Vcb |
|Vtb |

\Hzero
\Hpm

H0
H±

A generic macro \susy#1 is defined, so that for example \susy{q} produces q̃ and similar.
8

k⊥

\chinop
\nino
\squark
\stop
\sbottom
\sleptonL
\stauone

χ̃+
χ̃0
q̃
t˜
b̃
ℓ̃L
τ̃1

\chinotwom
\ninothree
\gluino
\stopone
\sbottomtwo
\sel
\snu

χ̃−2
χ̃03
g̃
t˜1
b̃2
ẽ
ν̃

\chinopm
\gravino
\slepton
\stopL
\sbottomR
\smuR
\squarkR

χ̃±
G̃
ℓ̃
t˜L
b̃R
µ̃R
q̃R

For q̃, t˜, b̃, ℓ̃, ẽ, µ̃and τ̃, L and R states are defined; for stop, sbottom and stau also the light (1) and heavy
(2) states. There are four neutralinos and two charginos defined, the index number unfortunately needs
to be written out completely. For the charginos the last letter(s) indicate(s) the charge: p for +, m for -,
and pm for ±.
\pt
\eT
\ptsq

pT
ET
p2T

\pT
\ET
\met{}

pT
ET
ETmiss

\et
\HT

ET
HT

Use \met{} rather than just \met to get the spacing right. In principle this works for any macro, although
in most cases it will not be needed as xspace.sty will take care of the spacing. Somehow xspace.sty
doesn’t do a good job for ETmiss .
\ifb
\TeV
\keV

fb−1
TeV
keV

\ipb
\GeV
\eV

pb−1
GeV
eV

\inb
\MeV

nb−1
MeV

And \tev, \gev, \mev, \kev, and \ev have the same results.
A generic macro \mass#1 is defined, so that for example \mass{\mu} produces mµµ and similar.
\twomass{\mu e} will produce mµe.

9

</pre><hr>Source Exif Data: <br /><pre>File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.5
Linearized                      : No
Page Count                      : 10
XMP Toolkit                     : XMP toolkit 2.9.1-13, framework 1.6
About                           : uuid:6cdf71c5-c57e-11f2-0000-766d6087890d
Producer                        : GPL Ghostscript 9.19
Modify Date                     : 2017:08:30 17:01:57+08:00
Create Date                     : 2017:08:30 17:01:57+08:00
Creator Tool                    : dvips(k) 5.993 Copyright 2013 Radical Eye Software
Document ID                     : uuid:6cdf71c5-c57e-11f2-0000-766d6087890d
Format                          : application/pdf
Title                           : instructions.dvi
Creator                         : dvips(k) 5.993 Copyright 2013 Radical Eye Software
</pre>
<small>EXIF Metadata provided by <a href="https://exif.tools/">EXIF.tools</a></small>

<div id="ezoic-pub-ad-placeholder-110">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- usermanual link ad -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-0545639743190253"
     data-ad-slot="6172135303"
     data-ad-format="link"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
				<div id="catlinks" class="catlinks catlinks-allhidden" data-mw="interface"></div>				<div class="visualClear"></div>
							</div>
		</div>
		<div id="mw-navigation">
			<h2>Navigation menu</h2>

			<div id="mw-head">
									<div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
                                                 <!--                              <div id="p-search" role="search">

                                                <form action="https://usermanual.wiki/search.php" id="searchform">
                                                        <div id="simpleSearch">
                                                        <input type="search" name="search" placeholder="Search UserManual.wiki" title="Search UserManual.wiki [ctrl-option-f]" accesskey="f" id="searchInput" tabindex="1" autocomplete="off"><input type="hidden" value="Special:Search" name="title"><input type="submit" name="go" value="Go" title="Find a User Manual" id="searchButton" class="searchButton">                                                 </div>
                                                </form>
                                        </div>-->
                                                <ul>
<li id="pt-mycontris"><a href="https://usermanual.wiki/upload" title="Upload User Manual" accesskey="y">Upload a User Manual</a></li>
</ul>
					</div>
									<div id="left-navigation">
										<div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
						<h3 id="p-namespaces-label">Versions of this User Manual:</h3>
						<ul>
 <li id="ca-nstab-main"><span><a href="https://usermanual.wiki/Pdf/instructions.839409878" title="User Manual Wiki" accesskey="c">Wiki Guide</a></span></li> <li id="ca-nstab-main"><span><a href="https://usermanual.wiki/Pdf/instructions.839409878/pdf" title="PDF" accesskey="c">PDF</a></span></li> <li id="ca-nstab-main"><span><a href="https://usermanual.wiki/Pdf/instructions.839409878/html" title="HTML" accesskey="c">HTML</a></span></li> <li id="ca-nstab-main"><span><a href="https://usermanual.wiki/Pdf/instructions.839409878/amp" title="Mobile AMP" accesskey="c">Mobile</a></span></li> <li id="ca-nstab-main" class="selected" ><span><a href="https://usermanual.wiki/Pdf/instructions.839409878/help" title="Discussion / FAQ / Help" accesskey="c">Download & Help</a></span></li>
													</ul>
					</div>
									</div>
				<div id="right-navigation">
										<div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
						<h3 id="p-views-label">Views</h3>
						<ul>
													
		<li id="ca-view"><span><a href="#">User Manual</a></span></li>

                                                                                                                        <li  class="selected"  id="ca-edit"><span><a href="https://usermanual.wiki/Pdf/instructions.839409878/help" title="Ask a question" accesskey="e">Discussion / Help</a></span></li>

													</ul>
					</div>
									</div>
			</div>
			<div id="mw-panel">
				<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="https://usermanual.wiki/Main_Page" title="Visit the main page"></a></div>
						<div class="portal" role="navigation" id="p-navigation" aria-labelledby="p-navigation-label">
			<h3 id="p-navigation-label">Navigation</h3>

		</div>
			<div class="portal" role="navigation" id="p-tb" aria-labelledby="p-tb-label">


		</div>
				</div>
		</div>
		<div id="footer" role="contentinfo">
							<ul id="footer-info">
											<li id="footer-info-lastmod">© 2024 UserManual.wiki</li>
									</ul>
							<ul id="footer-places">
											<li id="footer-places-privacy"><a href="https://usermanual.wiki/ContactUs" title="UserManual.wiki:Contact Us">Contact Us</a></li>
											<li id="footer-places-about"><a href="https://usermanual.wiki/DMCA" title="UserManual.wiki:DMCA">DMCA</a></li>
									</ul>
										<ul id="footer-icons" class="noprint">
											<li id="footer-poweredbyico">

</li>
									</ul>

		</div>

</div></body></html>
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="d03729ed5cc4ccbe378d4233-|49" defer></script>