Code Monkey home page Code Monkey logo

gapp's Introduction

#This is a README file.

Kirtimaan: Attempting to change code to c++

#1. Make code compileable without gfortran #2. Reorganize directory structure and makefile

make file is now inside bin/makefile

################################################## ############Dependencies ######################### ################################################## Currently using

  1. gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
  2. BOOST LIBRARIES
  3. ROOT 5.34/32 ###################################################

Description of the structure of the code

################################################### All source files are in directory src/ Fortran codes are in src/F/ and src/F/mdls/ Following is the description of the code also avaiable at http://arxiv.org/pdf/hep-ph/0005084v1.pdf ###################################################

Fortran code

################################################### ##Main programs from original GAPP code:

  1. fit.f : contains a simple call to minuit for SM fit
  2. mh.f : Computes proabability distribution function for Mhiggs:(Relevant for pre-higgs discovery era)
  3. plotter.f : Plotting program
  4. zplotter.f : Plotting program
  5. zplotter2.f : Plotting program #################################################### ##Additional main programs from Kai Schmidt
  6. average.f : Not sure: seems to be independent code that calculates some sort of average-- need to check if it is being called by the scripts
  7. sort.f : Not sure: seems to be independent code that sorts data in a particular file-- need to check if it is being called by the scripts
  8. sinth_zprime.f :
  9. mhplot.f :
  10. 221mt.f :
  11. 221mh.f :
  12. 221plotter.f :
  13. plotter2.f :
  14. plotter3.f :
  15. plot_ma.f : ##################################################### ##Remaing code
  16. chi2.f : contains subroutine 1. fcn which: a. Defines constants and flags b. Initializes parts of the 1-loop package FF c. Makes final call to subroutine values in main.f and a function chi2.f which: a. Calculates the chi2. The user can make changes to the data , values, errors and correlation coeffs here.
  17. main.f : Contains subroutine values that
  18. bsgamm.f : Calculates b to s gamma
  19. sin2th.f : Calculates \sin^{2}\theta_{W}
  20. alfahat.f : Calculates RGE of \alpha to order (\alpha \alpha_{s}^{3})
  21. lep100.f : Calculates Z-pole observables, decay widths etc.
  22. bvertex.f : Calculates the top mass corrections to Z-> bb decay
  23. masses.f : Running masses of quarks to 3 loop order
  24. alfas.f : Strong coupling constant at 4 loop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.