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

Last change on this file since 921 was 904, checked in by garnier, 16 years ago

ajout de la doc

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