source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Appendix/histogramming.xml

Last change on this file was 1208, checked in by garnier, 15 years ago

CVS update

File size: 3.0 KB
Line 
1<!-- ******************************************************** -->
2<!--                                                          -->
3<!--  [History]                                               -->
4<!--    Converted to DocBook: Katsuya Amako, Aug-2006         -->
5<!--                                                          -->
6<!-- ******************************************************** -->
7
8
9<!-- ******************* Section (Level#1) ****************** -->
10<sect1 id="sect.Hst">
11<title>
12Histogramming
13</title>
14
15<para>
16Geant4 is independent of any histogramming package. The Geant4
17toolkit has no drivers for histogramming, and no drivers are needed
18in Geant4 to use a histogramming package. The code for generating
19histograms on some of the distributed examples should be compliant
20with the
21<ulink url="http://aida.freehep.org/">
22AIDA
23</ulink> 
24 abstract interfaces for Data Analysis.
25</para>
26
27<para>
28Consequently, you may use your favourite package together with
29the Geant4 toolkit.
30</para>
31
32
33<!-- ******************* Section (Level#2) ****************** -->
34<sect2 id="sect.Hst.JAS">
35<title>
36JAS
37</title>
38
39<para>
40Please refer to the
41<ulink url="http://jas.freehep.org/documentation.htm">
42JAS documentation
43</ulink> 
44 on histogramming for using the JAVA
45Analysis Studio tool.
46</para>
47
48</sect2>
49
50
51<!-- ******************* Section (Level#2) ****************** -->
52<sect2 id="sect.Hst.iAIDA">
53<title>
54iAida
55</title>
56
57<para>
58Please refer to the
59<ulink url="http://iaida.dynalias.net/">
60iAIDA (an implementation of AIDA in C++) documentation
61</ulink>:
62 tool for generating histograms with AIDA to
63HBook, Root and AIDA-native compressed XML format.
64</para>
65
66</sect2>
67
68
69<!-- ******************* Section (Level#2) ****************** -->
70<sect2 id="sect.Hst.OpnScnt">
71<title>
72Open Scientist Lab
73</title>
74
75<para>
76Please refer to the
77<ulink url="http://openscientist.lal.in2p3.fr/">
78Open Scientist Lab documentation
79</ulink>
80 on histogramming for using the Lab Analysis plug-in for the OnX package.
81</para>
82
83</sect2>
84
85
86<!-- ******************* Section (Level#2) ****************** -->
87<sect2 id="sect.Hst.rAIDA">
88<title>
89rAIDA
90</title>
91
92<para>
93Please refer to the
94<ulink url="http://ilcsoft.desy.de/portal/software_packages/raida/">
95rAIDA documentation</ulink> (a <ulink url="http://root.cern.ch/">Root</ulink> implementation of AIDA):
96 Root plugin for generating histograms with AIDA.
97</para>
98
99</sect2>
100
101
102<!-- ******************* Section (Level#2) ****************** -->
103<sect2 id="sect.Hst.Exmp">
104<title>
105Examples
106</title>
107
108<para>
109Examples in Geant4 showing how to use AIDA compliant tools for
110histogramming are available in the code distribution in the
111following directories:
112
113<itemizedlist spacing="compact">
114   <listitem><para>
115     <literal>geant4/examples/extended/analysis</literal>,
116   </para></listitem>
117   <listitem><para>
118     <literal>geant4/examples/extended/electromagnetic</literal>     
119   </para></listitem>
120   <listitem><para>
121     <literal>geant4/examples/advanced</literal>     
122   </para></listitem>
123</itemizedlist>
124</para>
125
126
127</sect2>
128</sect1>
Note: See TracBrowser for help on using the repository browser.