==============================================================================================
Programme: Gfitter -- A Generic Fitting Framework for HEP Data Analysis
Home page: http://cern.ch/Gfitter

Gfitter package structure:

  src/      - Gfitter core code (controlling, data handling, fitting, statistics analysis, etc.)
  gew/      - Observables of the eletroweak fit
  goblique/ - Standard Model predictions of oblique parameters 
  gstu/     - Oblique parameter predictions for the Standard Model and beyond-SM models   
  g2hdm/    - Observables for generic 2 Higgs doublet models

  lib/      - Contains shared libraries
  test/     - Contains Gfitter application macros and XML driving cards

  setup.[c]sh - Source upon first login
==============================================================================================

  First Steps:

   - unzip tar file 
      tar xfv Gfitter.tar
   - set-up root at least version 5.28
   - source setup file corresponding to your shell
      source setup.sh or source setup.csh
   - (g)make
   - go to test directory
   - run first fits
      root -l -b -q 'runGEW.C("DataGEW.xml")'  --> performs Higgs 1D scan and stores result in GSM.root
   - consult test/SYNTAX file for information on the syntax of the xml steering file

  
