gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 3 and Version 4 of HowToHistogram


Ignore:
Timestamp:
Dec 9, 2009, 5:05:10 PM (14 years ago)
Author:
Ivan
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • HowToHistogram

    v3 v4  
    3333   The parameter "'''!DoAve'''" is 'logical' and indicates, whether we want to print also "per bin averages": If this feature is selected, then also on a per-bin-basis we write the value of "sum(y2-entries)/sum(y-entries)", which can be interpreted as "<y2>(x)", while the normal output is "dN/dx" and "dN2/dx". (Argument "'''maxval'''" is the value, which is printed, if there are no entries in a specific bin.)[[BR]][[BR]]
    3434   You can give a second histogram via parameter "'''H2'''", then all output is divided bin-by-bin by the entries of this second histogram.[[BR]][[BR]]
    35    If you give a string as argument for "'''file'''", the the output routines opens the file with the given name "file" for output as stream "iFile", does the output and closes stream "iFile" afterwards again.[[BR]][[BR]]
     35   If you give a string as argument for "'''file'''", the output routines opens the file with the given name "file" for output as stream "iFile", does the output and closes stream "iFile" afterwards again.[[BR]][[BR]]
    3636   The last optional (logical) parameter "'''dump'''" indicates, whether you want in addition to the ASCII output also some binary dump of all the information stored. This may be helpful, if you want to read in the information again by some additional Fortran program to further manipulate the output, e.g. increasing the statistics by averaging over 10 runs with different random seeds.[[BR]][[BR]]
    3737In addition to the output given in columns, the output routine writes a header providing some general information, as e.g. over- and underflow.