tom is hosted by Hepforge, IPPP Durham
Template Overlap Method  1.0.0
A Template Matching Tool for Jet Substructure
Template Overlap documentation

TemplateOverlap TemplateOverlap

Introduction

TemplateTagger is a C++ package for jet substructure analysis with Template Overlap Method. The code operates with arbitrary models within fixed-order perturbation theory and arbitrary kinematics. Specialized template generation classes allow the user to implement any model for a decay of a boosted heavy object. In addition to template overlap, the code provides ability to calculate other template shape and energy flow observables.

Many of the facilities of TemplateTagger can be accessed through the two following classes:

  • MatchingMethod: The main class for template matching analyses
  • TemplateTagger: A FastJet wrapper for the MatchingMethod class.

Installation

The TemplateTagger package can be set up and run as follows.

Download the code and then unpack it:

  wget http://www.hepforge.org/archive/tom/TemplateOverlap-1.0.3.tar.gz 
  tar xvf TemplateOverlap-1.0.3.tar.gz

Move to the source folder

 cd TemplateOverlap-1.0.3/

and then compile and link the example short.cc that comes with the tarball

g++ -Wall -O2 short_example.cc -o short_example \
‘${FASTJETLOCATION}/fastjet-config --cxxflags --libs‘   

The previous step compiles the example program which illustrate the basic functionality of TemplateTagger. The program reads a template file template2b.dat . To execute the test program, type

./short_example template2b.dat 

See these slides for a quick tour of the main features of Template Tagger

Publications

  • Template Overlap Method for Massive Jets..
    Leandro G. Almeida , Seung J. Lee, Gilad Perez, George Sterman, Ilmo Sung .
    arXiv:1006.2035.
  • Boosting the Standard Model Higgs Signal with the Template Overlap Method. .
    Mihailo Backović, José Juknevich, Gilad Perez.
    arXiv:1212.2977.
  • TemplateTagger v1.0.0: A Template Matching Tool for Jet Substructure..
    Mihailo Backović, José Juknevich.
    arXiv:1212.2977.
  • Three-particle Templates for Boosted Higgs. .
    Leandro G. Almeida, Ozan Erdoğan, José Juknevich, Seung J. Lee, Gilad Perez, George Sterman.
    arXiv:1212.2977.