/[PAMELA software]/PamCut/doc/Doxygen/html/classVerboseCollection.html
ViewVC logotype

Annotation of /PamCut/doc/Doxygen/html/classVerboseCollection.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Wed May 27 13:30:08 2009 UTC (15 years, 10 months ago) by pam-fi
Branch: MAIN
Branch point for: DEV
File MIME type: text/html
Initial revision

1 pam-fi 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2     <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3     <title>PamCut: VerboseCollection Class Reference</title>
4     <link href="tabs.css" rel="stylesheet" type="text/css">
5     <link href="doxygen.css" rel="stylesheet" type="text/css">
6     </head><body>
7     <!-- Generated by Doxygen 1.5.9 -->
8     <div class="navigation" id="top">
9     <div class="tabs">
10     <ul>
11     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12     <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
13     <li><a href="files.html"><span>Files</span></a></li>
14     </ul>
15     </div>
16     <div class="tabs">
17     <ul>
18     <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
19     <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
20     <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
21     </ul>
22     </div>
23     </div>
24     <div class="contents">
25     <h1>VerboseCollection Class Reference</h1><!-- doxytag: class="VerboseCollection" --><!-- doxytag: inherits="SmartCollection" -->A smart collection which prints selection reports.
26     <a href="#_details">More...</a>
27     <p>
28     <code>#include &lt;<a class="el" href="VerboseCollection_8h_source.html">VerboseCollection.h</a>&gt;</code>
29     <p>
30     <div class="dynheader">
31     Inheritance diagram for VerboseCollection:</div>
32     <div class="dynsection">
33    
34     <p><center><img src="classVerboseCollection.png" usemap="#VerboseCollection_map" border="0" alt=""></center>
35     <map name="VerboseCollection_map">
36     <area href="classSmartCollection.html" alt="SmartCollection" shape="rect" coords="0,112,116,136">
37     <area href="classPamCutCollection.html" alt="PamCutCollection" shape="rect" coords="0,56,116,80">
38     <area href="classPamCut.html" alt="PamCut" shape="rect" coords="0,0,116,24">
39     </map>
40     </div>
41    
42     <p>
43     <a href="classVerboseCollection-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
44     <tr><td></td></tr>
45     <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
46     <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseCollection.html#00cc4b51c872adfea1abde1b84d4dd5f">VerboseCollection</a> (const char *collectionName)</td></tr>
47    
48     <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor. <a href="#00cc4b51c872adfea1abde1b84d4dd5f"></a><br></td></tr>
49     <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseCollection.html#168e74f80f98b6fa43c5d4c1c1edb2e1">~VerboseCollection</a> ()</td></tr>
50    
51     <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor. <a href="#168e74f80f98b6fa43c5d4c1c1edb2e1"></a><br></td></tr>
52     <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseCollection.html#3fcdf28d50507d772647d4306a78f3cc">Finalize</a> ()</td></tr>
53    
54     <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The post analysis task. <a href="#3fcdf28d50507d772647d4306a78f3cc"></a><br></td></tr>
55     </table>
56     <hr><a name="_details"></a><h2>Detailed Description</h2>
57     A smart collection which prints selection reports.
58     <p>
59     This class inherits from <a class="el" href="classSmartCollection.html" title="A collection class designed to use CollectionAction objects.">SmartCollection</a>, so it can handle actions. It is designed to automate a very common task: printing the selection results at the end of the analysis. Other desired tasks can be accomplished by means of actions.
60     <p>Definition at line <a class="el" href="VerboseCollection_8h_source.html#l00020">20</a> of file <a class="el" href="VerboseCollection_8h_source.html">VerboseCollection.h</a>.</p>
61     <hr><h2>Constructor &amp; Destructor Documentation</h2>
62     <a class="anchor" name="00cc4b51c872adfea1abde1b84d4dd5f"></a><!-- doxytag: member="VerboseCollection::VerboseCollection" ref="00cc4b51c872adfea1abde1b84d4dd5f" args="(const char *collectionName)" -->
63     <div class="memitem">
64     <div class="memproto">
65     <table class="memname">
66     <tr>
67     <td class="memname">VerboseCollection::VerboseCollection </td>
68     <td>(</td>
69     <td class="paramtype">const char *&nbsp;</td>
70     <td class="paramname"> <em>collectionName</em> </td>
71     <td>&nbsp;)&nbsp;</td>
72     <td><code> [inline]</code></td>
73     </tr>
74     </table>
75     </div>
76     <div class="memdoc">
77    
78     <p>
79     Constructor.
80     <p>
81     <dl compact><dt><b>Parameters:</b></dt><dd>
82     <table border="0" cellspacing="2" cellpadding="0">
83     <tr><td valign="top"></td><td valign="top"><em>collectionName</em>&nbsp;</td><td>The collection's name. </td></tr>
84     </table>
85     </dl>
86    
87     <p>Definition at line <a class="el" href="VerboseCollection_8h_source.html#l00028">28</a> of file <a class="el" href="VerboseCollection_8h_source.html">VerboseCollection.h</a>.</p>
88    
89     </div>
90     </div><p>
91     <a class="anchor" name="168e74f80f98b6fa43c5d4c1c1edb2e1"></a><!-- doxytag: member="VerboseCollection::~VerboseCollection" ref="168e74f80f98b6fa43c5d4c1c1edb2e1" args="()" -->
92     <div class="memitem">
93     <div class="memproto">
94     <table class="memname">
95     <tr>
96     <td class="memname">VerboseCollection::~VerboseCollection </td>
97     <td>(</td>
98     <td class="paramname"> </td>
99     <td>&nbsp;)&nbsp;</td>
100     <td><code> [inline]</code></td>
101     </tr>
102     </table>
103     </div>
104     <div class="memdoc">
105    
106     <p>
107     Destructor.
108     <p>
109    
110     <p>Definition at line <a class="el" href="VerboseCollection_8h_source.html#l00033">33</a> of file <a class="el" href="VerboseCollection_8h_source.html">VerboseCollection.h</a>.</p>
111    
112     </div>
113     </div><p>
114     <hr><h2>Member Function Documentation</h2>
115     <a class="anchor" name="3fcdf28d50507d772647d4306a78f3cc"></a><!-- doxytag: member="VerboseCollection::Finalize" ref="3fcdf28d50507d772647d4306a78f3cc" args="()" -->
116     <div class="memitem">
117     <div class="memproto">
118     <table class="memname">
119     <tr>
120     <td class="memname">void VerboseCollection::Finalize </td>
121     <td>(</td>
122     <td class="paramname"> </td>
123     <td>&nbsp;)&nbsp;</td>
124     <td><code> [virtual]</code></td>
125     </tr>
126     </table>
127     </div>
128     <div class="memdoc">
129    
130     <p>
131     The post analysis task.
132     <p>
133     This implementation simply prints the selection report, and then calls SmartColletion::Finalize().
134     <p>Reimplemented from <a class="el" href="classSmartCollection.html#8105730615ad127a482a7fb399695977">SmartCollection</a>.</p>
135    
136     <p>Definition at line <a class="el" href="VerboseCollection_8cpp_source.html#l00013">13</a> of file <a class="el" href="VerboseCollection_8cpp_source.html">VerboseCollection.cpp</a>.</p>
137    
138     <p>References <a class="el" href="PamCutBase_8h_source.html#l00261">PamCutCollection::_cuts</a>, <a class="el" href="PamCutBase_8cpp_source.html#l00116">PamCutCollection::GetCut()</a>, <a class="el" href="PamCutBase_8cpp_source.html#l00057">PamCut::GetName()</a>, <a class="el" href="PamCutBase_8h_source.html#l00094">PamCut::GetNEv()</a>, <a class="el" href="PamCutBase_8h_source.html#l00104">PamCut::GetNGood()</a>, and <a class="el" href="PamCutBase_8cpp_source.html#l00125">PamCutCollection::GetSize()</a>.</p>
139    
140     </div>
141     </div><p>
142     <hr>The documentation for this class was generated from the following files:<ul>
143     <li>Collections/VerboseCollection/<a class="el" href="VerboseCollection_8h_source.html">VerboseCollection.h</a><li>Collections/VerboseCollection/<a class="el" href="VerboseCollection_8cpp_source.html">VerboseCollection.cpp</a></ul>
144     </div>
145     <hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:56 2009 for PamCut by&nbsp;
146     <a href="http://www.doxygen.org/index.html">
147     <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
148     </body>
149     </html>

  ViewVC Help
Powered by ViewVC 1.1.23