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: VerboseBlindCollection 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 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 List</span></a></li> |
19 |
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
20 |
<li><a href="functions.html"><span>Class Members</span></a></li> |
21 |
</ul> |
22 |
</div> |
23 |
</div> |
24 |
<div class="contents"> |
25 |
<h1>VerboseBlindCollection Class Reference</h1><!-- doxytag: class="VerboseBlindCollection" --><!-- doxytag: inherits="SmartBlindCollection" -->A smart blind collection which prints selection reports. |
26 |
<a href="#_details">More...</a> |
27 |
<p> |
28 |
<code>#include <<a class="el" href="VerboseBlindCollection_8h_source.html">VerboseBlindCollection.h</a>></code> |
29 |
<p> |
30 |
<div class="dynheader"> |
31 |
Inheritance diagram for VerboseBlindCollection:</div> |
32 |
<div class="dynsection"> |
33 |
|
34 |
<p><center><img src="classVerboseBlindCollection.png" usemap="#VerboseBlindCollection_map" border="0" alt=""></center> |
35 |
<map name="VerboseBlindCollection_map"> |
36 |
<area href="classSmartBlindCollection.html" alt="SmartBlindCollection" shape="rect" coords="0,168,144,192"> |
37 |
<area href="classBlindCutCollection.html" alt="BlindCutCollection" shape="rect" coords="0,112,144,136"> |
38 |
<area href="classPamCutCollection.html" alt="PamCutCollection" shape="rect" coords="0,56,144,80"> |
39 |
<area href="classPamCut.html" alt="PamCut" shape="rect" coords="0,0,144,24"> |
40 |
</map> |
41 |
</div> |
42 |
|
43 |
<p> |
44 |
<a href="classVerboseBlindCollection-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
45 |
<tr><td></td></tr> |
46 |
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
47 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseBlindCollection.html#ab392ccb3134af632dfbe26061c875a8">VerboseBlindCollection</a> (const char *collectionName)</td></tr> |
48 |
|
49 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#ab392ccb3134af632dfbe26061c875a8"></a><br></td></tr> |
50 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseBlindCollection.html#f52714b91449d21d3d0021380ec1f576">~VerboseBlindCollection</a> ()</td></tr> |
51 |
|
52 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#f52714b91449d21d3d0021380ec1f576"></a><br></td></tr> |
53 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classVerboseBlindCollection.html#43d6ea7b5ea35c5dbb342e23584b79ee">Finalize</a> ()</td></tr> |
54 |
|
55 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">The post analysis task. <a href="#43d6ea7b5ea35c5dbb342e23584b79ee"></a><br></td></tr> |
56 |
</table> |
57 |
<hr><a name="_details"></a><h2>Detailed Description</h2> |
58 |
A smart blind collection which prints selection reports. |
59 |
<p> |
60 |
This class inherits from <a class="el" href="classSmartBlindCollection.html" title="A blind collection class designed to use CollectionAction objects.">SmartBlindCollection</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. |
61 |
<p>Definition at line <a class="el" href="VerboseBlindCollection_8h_source.html#l00020">20</a> of file <a class="el" href="VerboseBlindCollection_8h_source.html">VerboseBlindCollection.h</a>.</p> |
62 |
<hr><h2>Constructor & Destructor Documentation</h2> |
63 |
<a class="anchor" name="ab392ccb3134af632dfbe26061c875a8"></a><!-- doxytag: member="VerboseBlindCollection::VerboseBlindCollection" ref="ab392ccb3134af632dfbe26061c875a8" args="(const char *collectionName)" --> |
64 |
<div class="memitem"> |
65 |
<div class="memproto"> |
66 |
<table class="memname"> |
67 |
<tr> |
68 |
<td class="memname">VerboseBlindCollection::VerboseBlindCollection </td> |
69 |
<td>(</td> |
70 |
<td class="paramtype">const char * </td> |
71 |
<td class="paramname"> <em>collectionName</em> </td> |
72 |
<td> ) </td> |
73 |
<td><code> [inline]</code></td> |
74 |
</tr> |
75 |
</table> |
76 |
</div> |
77 |
<div class="memdoc"> |
78 |
|
79 |
<p> |
80 |
Constructor. |
81 |
<p> |
82 |
<dl compact><dt><b>Parameters:</b></dt><dd> |
83 |
<table border="0" cellspacing="2" cellpadding="0"> |
84 |
<tr><td valign="top"></td><td valign="top"><em>collectionName</em> </td><td>The collection's name. </td></tr> |
85 |
</table> |
86 |
</dl> |
87 |
|
88 |
<p>Definition at line <a class="el" href="VerboseBlindCollection_8h_source.html#l00028">28</a> of file <a class="el" href="VerboseBlindCollection_8h_source.html">VerboseBlindCollection.h</a>.</p> |
89 |
|
90 |
</div> |
91 |
</div><p> |
92 |
<a class="anchor" name="f52714b91449d21d3d0021380ec1f576"></a><!-- doxytag: member="VerboseBlindCollection::~VerboseBlindCollection" ref="f52714b91449d21d3d0021380ec1f576" args="()" --> |
93 |
<div class="memitem"> |
94 |
<div class="memproto"> |
95 |
<table class="memname"> |
96 |
<tr> |
97 |
<td class="memname">VerboseBlindCollection::~VerboseBlindCollection </td> |
98 |
<td>(</td> |
99 |
<td class="paramname"> </td> |
100 |
<td> ) </td> |
101 |
<td><code> [inline]</code></td> |
102 |
</tr> |
103 |
</table> |
104 |
</div> |
105 |
<div class="memdoc"> |
106 |
|
107 |
<p> |
108 |
Destructor. |
109 |
<p> |
110 |
|
111 |
<p>Definition at line <a class="el" href="VerboseBlindCollection_8h_source.html#l00033">33</a> of file <a class="el" href="VerboseBlindCollection_8h_source.html">VerboseBlindCollection.h</a>.</p> |
112 |
|
113 |
</div> |
114 |
</div><p> |
115 |
<hr><h2>Member Function Documentation</h2> |
116 |
<a class="anchor" name="43d6ea7b5ea35c5dbb342e23584b79ee"></a><!-- doxytag: member="VerboseBlindCollection::Finalize" ref="43d6ea7b5ea35c5dbb342e23584b79ee" args="()" --> |
117 |
<div class="memitem"> |
118 |
<div class="memproto"> |
119 |
<table class="memname"> |
120 |
<tr> |
121 |
<td class="memname">void VerboseBlindCollection::Finalize </td> |
122 |
<td>(</td> |
123 |
<td class="paramname"> </td> |
124 |
<td> ) </td> |
125 |
<td><code> [virtual]</code></td> |
126 |
</tr> |
127 |
</table> |
128 |
</div> |
129 |
<div class="memdoc"> |
130 |
|
131 |
<p> |
132 |
The post analysis task. |
133 |
<p> |
134 |
This implementation simply prints the selection report, and then calls SmartColletion::Finalize(). |
135 |
<p>Reimplemented from <a class="el" href="classSmartBlindCollection.html#a78ee7b18b0913554e64b4e560453167">SmartBlindCollection</a>.</p> |
136 |
|
137 |
<p>Definition at line <a class="el" href="VerboseBlindCollection_8cpp_source.html#l00013">13</a> of file <a class="el" href="VerboseBlindCollection_8cpp_source.html">VerboseBlindCollection.cpp</a>.</p> |
138 |
|
139 |
<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> |
140 |
|
141 |
</div> |
142 |
</div><p> |
143 |
<hr>The documentation for this class was generated from the following files:<ul> |
144 |
<li>Collections/VerboseBlindCollection/<a class="el" href="VerboseBlindCollection_8h_source.html">VerboseBlindCollection.h</a><li>Collections/VerboseBlindCollection/<a class="el" href="VerboseBlindCollection_8cpp_source.html">VerboseBlindCollection.cpp</a></ul> |
145 |
</div> |
146 |
<hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:56 2009 for PamCut by |
147 |
<a href="http://www.doxygen.org/index.html"> |
148 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
149 |
</body> |
150 |
</html> |