Skip to content
Snippets Groups Projects
Commit 77c7aec3 authored by Olivier Couet's avatar Olivier Couet
Browse files

Doxygen

parent 9e59da0a
No related branches found
No related tags found
No related merge requests found
//Importing an image and manipulating it
//Author: Valeriy Onuchin
/// \file
/// \ingroup image
/// Importing an image and manipulating it.
///
/// \image html image_galaxy_image.png
/// \macro_code
///
/// \author Valeriy Onuchin
void galaxy_image()
{
......
//Create an image from a 2-D histogram and manipulate it
//Author: Valeriy Onuchin
/// \file
/// \ingroup image
/// Create an image from a 2-D histogram and manipulate it.
///
/// \image html image_hist2image.png
/// \macro_code
///
/// \author Valeriy Onuchin
#include <TAttImage.h>
void hist2image()
{
......
void hsumanim() {
//
// This script is a slightly modified version of hsum.C.
// When run in batch mode, it produces an animated gif file.
//Authors: Rene Brun, Valeriy Onuchin
/// \file
/// \ingroup image
/// This script is a slightly modified version of hsum.C.
/// When run in batch mode, it produces an animated gif file.
///
/// \macro_image
/// \macro_code
///
/// \authors Rene Brun, Valeriy Onuchin
void hsumanim() {
c1 = new TCanvas("c1","The HSUM example",200,10,600,400);
c1->SetGrid();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment