source: trunk/documents/UserDoc/UsersGuides/ForApplicationDeveloper/html/Appendix/histogramming.html @ 1231

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

CVS update

File size: 3.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3<HEAD>
4</HEAD>
5
6<BODY>
7
8<TABLE WIDTH="100%" >
9<TR>
10<TD>
11
12</A>
13<A HREF="index.html">
14<IMG SRC="../../../../resources/html/IconsGIF/Contents.gif" ALT="Contents" HEIGHT=16 WIDTH=59></A>
15<A HREF="tipsCompilation.html">
16<IMG SRC="../../../../resources/html/IconsGIF/Previous.gif" ALT="Previous" HEIGHT=16 WIDTH=59></A>
17<A HREF="clhepLHCxx.html">
18<IMG SRC="../../../../resources/html/IconsGIF/Next.gif" ALT="Next" HEIGHT=16 WIDTH=59></A>
19</TD>
20
21<TD ALIGN="Right"><FONT COLOR="#238E23"><FONT SIZE=-1>
22<B>Geant4 User's Guide</B> <BR>
23<B>For Application Developers</B> <BR>
24<B>Appendix</B> </FONT></FONT> 
25</TD>
26</TR>
27</TABLE>
28
29<P>
30<BR><BR>
31
32
33<CENTER><P><FONT COLOR="#238E23"><FONT SIZE=+3>
34<A name="10.2">
35<B>10.2 Histogramming</B></A>
36</FONT></FONT> 
37</CENTER>
38<BR><BR>
39
40<HR ALIGN="Center" SIZE="7%"><BR>
41<BR>
42
43<!-- ============================================== Section -->
44<P>
45Geant4 is independent of any histogramming package. The Geant4 toolkit has no
46drivers for histogramming, and no drivers are needed in Geant4 to
47use a histogramming package.  The code for generating histograms should be
48compliant with the <a href="http://aida.freehep.org">AIDA</a> abstract
49interfaces for Data Analysis <a href="#AIDA-doc">[1]</a></P>
50<P>
51Consequently, you may use your favourite package together with the Geant4
52toolkit.</P>
53
54<!-- ============================================== Section --> 
55
56<A name="10.2.1">
57<H2>10.2.1 JAS</H2></A>
58<P>
59Please refer to the <A HREF="http://jas.freehep.org/documentation.htm">
60JAS documentation</A> on histogramming for using the JAVA Analysis Studio
61tool <a href="#JAS-doc">[2]</a>. </P>
62
63<A name="10.2.2">
64<H2>10.2.2 PI</H2></A>
65<P>
66Please refer to the <A HREF="http://cern.ch/pi">
67PI (Physicist Interfaces)</A> project pages on histogramming for using
68an AIDA Interactive Analysis Environment <a href="#PI-doc">[3]</a>. </P>
69
70<A name="10.2.3">
71<H2>10.2.3 Open Scientist Lab</H2></A>
72<P>
73Please refer to the <A HREF="http://www.lal.in2p3.fr/OpenScientist">
74Open Scientist Lab documentation</A> on histogramming for using the Lab
75Analysis plug-in for the OnX package <a href="#Lab-doc">[4]</a>. </P>
76
77<A name="10.2.4">
78<H2>10.2.4 Examples</H2></A>
79<P>
80Examples in Geant4 showing how to use AIDA compliant tools for histogramming
81are available in the code distribution in the
82<tt>geant4/examples/extended/analysis</tt>,
83<tt>geant4/examples/extended/electromagnetic</tt> and
84<tt>geant4/examples/advanced</tt> directories.</P>
85
86<HR>
87<P>
88<table>
89<tr><td valign=top><a name="AIDA-doc">[1]</a>
90<td><a href="http://aida.freehep.org">http://aida.freehep.org</a>
91<tr><td valign=top><a name="JAS-doc">[2]</a>
92<td><a href="http://jas.freehep.org/documentation.htm">
93    http://jas.freehep.org/documentation.htm</a>
94<tr><td valign=top><a name="PI-doc">[3]</a>
95<td><a href="http://lcgapp.cern.ch/doxygen/PI/snapshot/doxygen">
96    http://lcgapp.cern.ch/doxygen/PI/snapshot/doxygen</a>
97<tr><td valign=top><a name="Lab-doc">[4]</a>
98<td><a href="http://www.lal.in2p3.fr/OpenScientist">
99    http://www.lal.in2p3.fr/OpenScientist</a>
100</table>
101<P>
102
103<HR><A HREF="../../../../Authors/html/subjectsToAuthors.html">
104<I>About the authors</A></I>   </P>
105
106</BODY>
107</HTML>
Note: See TracBrowser for help on using the repository browser.