Instruction for CERN Yellow Report "Handbook of LHC Higgs Cross Sections”

Help This is the instruction for writing the CERN Yellow Report "Handbook of LHC Higgs Cross Sections: 4. Deciphering the nature of the Higgs sector”.

  • You can find the current draft at WebSVN.
  • SC, WG and subgroup conveners should have read&write access privileges for above link (if not please let SC know).
  • E-group: lhc-higgs members have read access privilege for above link.

Red led Contents for CERN Report 4

Aqua led Code Repository (SVN at CERN)

Blue led LaTeX Information

Source files

  • LaTeX source files which describe each section should be located at the top directory under cernrep4/trunk/.
  • All source files of each section should be placed under separate directory, and the directory name should be the individual group name, ex.WG1/ggF, ....
  • ALL figures should be placed under the subdirectories like cernrep4/trunk/WG1/ggF/Figures/*.eps
  • Naming should be like WG1_ggF_Fig#.eps where # is the Figure number.
  • Thus figure citation inside your LaTeX should be like,
          \includegraphics[width=.48\linewidth]{WG1/ggF/Figures/WG1_ggF_Fig1.eps}
        

LaTeX style

LaTeX compilation

  • On Linux, you can compile all LaTeX files by simply typing make. It could be a good idea to cleanup before with make clean.
  • Before you commit your changes to SVN, make sure that there are no LaTeX compilation errors.

FAQ: I have my personalized macros. Where should I put on SVN?

  • ALL \usepackage{xxx} should be declared in preamble inside the main LaTeX YRHXS.tex.
  • ALL \newcommand should be merged into our style file lhchiggs.sty.

Orange led Feynman Diagrams

  • Use Axodraw for Feynman diagrams consistently and everywhere!
  • Here is the sample LaTeX code and output PDF file.
  • Colours are for illustration only, please use black-and-white diagrams by default!
  • Please use shorthands for particle names and parameters as specified in the style files of the Yellow Report.

Orange led Figures (ROOT)

  • It is strongly encouraged to create figures with ROOT for PDF format only as pdflatex will be used for CERN Report 4.
  • ALL figures should have "LHC Higgs XS WG 2016" logo at the top-right corner.

  • ROOT macro files for LHC Higgs XS WG is lhchiggsstyle-v4.zip.
  • Please read the README file in the macro package.

  1. LHCHiggsStyle.C: it contains the actual style definition. You can call it from any macro by doing something like:
         gROOT->LoadMacro("LHCHiggsStyle.C");
         SetLHCHiggsStyle();
        
  2. rootlogon.C: automatically loads the LHCHIGGS style. Put in your working directory together with LHCHiggsStyle.C, and you'll get the LHCHIGGS style loaded by default any time you launch ROOT in that directory.
  3. LHCHiggsUtils.C: a useful utility package, containing several function definitions, like the one to generate the LHCHIGGS label (ex. LHCHIGGS_LABEL(0.98,0.725);). You can load it in you plotting macro by doing:
         gROOT->LoadMacro("LHCHiggsUtils.C");
        
  4. LHCHiggsExample.C will produce an example plot. Just copy them in the directory with all the other style and utility files, and execute the macro. Enter root and do:
         .x LHCHiggsExample.C
        


FAQ: Axis label and numbers overlap. How can I change the position of the labels ?

  • Change the label offset values in LHCHiggsStyle.C

     // set label offsets 
     lhchiggsStyle->SetTitleOffset(0.9,"x");
     lhchiggsStyle->SetTitleOffset(0.8,"y");
    

Yellow led Tables

MH [GeV] σ [pb] QCD scale uncertainty Theory uncertainty Parametric uncertainty (quark mass) Parametric uncertainty (αs) PDF uncertainty
125 1.234 +5.0% +1.0% +2.0% +0.5% +3.0%
    -6.0% -1.0% -2.0% +0.5% +3.0%

MH [GeV] Branching Ratio Theory uncertainty Parametric uncertainty (quark mass) Parametric uncertainty (αs)
120 1.234E-1 +2.0% +1.0% +0.5%
    -2.0% -1.0% +0.5%

Green led References (BibTeX)

  • References should be listed in BibTeX format.
  • To get the BibTeX, just click "BibTeX" output format in INSPIRE.
  • Please do not modify the Article label.
  • Please make sure that there are duplications which cause the LaTeX errors.
  • There is only ONE bib file, YRHXS.bib. Please do not create separate bib file.

   @Article{Higgs:2002ht,
        author    = "Higgs, Peter W.",
        title     = "{My life as a boson: The story of ' The Higgs '}",
        journal   = "Int. J. Mod. Phys.",
        volume    = "A17S1",
        year      = "2002",
        pages     = "86-88",
        SLACcitation  = "%%CITATION = IMPAE,A17S1,86;%%"
   }
   


-- ReiTanaka - 03-Dec-2015

Topic attachments
I Attachment History Action Size Date Who Comment
Unknown file formateps LHCHiggsExample.eps r1 manage 8.6 K 2015-12-03 - 19:02 ReiTanaka  
PDFpdf LHCHiggsExample.pdf r1 manage 18.1 K 2015-12-03 - 19:51 ReiTanaka  
PDFpdf RulesAndInstructions.pdf r1 manage 64.2 K 2015-12-03 - 19:25 ReiTanaka  
Compressed Zip archivezip lhchiggsstyle-v4.zip r1 manage 37.1 K 2015-12-03 - 18:59 ReiTanaka  
PDFpdf sample-diagrams.pdf r1 manage 25.2 K 2015-12-03 - 19:53 ReiTanaka  
Unknown file formattex sample-diagrams.tex r1 manage 76.6 K 2015-12-03 - 19:53 ReiTanaka  
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r3 - 2016-12-13 - ReiTanaka
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    LHCPhysics All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback