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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Fri Sep 25 15:41:01 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
File MIME type: text/html
FILE REMOVED
Removed from repository.

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: SmartBlindCollection 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 pam-fi 1.2 <h1>SmartBlindCollection Class Reference</h1><!-- doxytag: class="SmartBlindCollection" --><!-- doxytag: inherits="SmartCollection" -->A blind collection class designed to use <a class="el" href="classCollectionAction.html" title="An abstract class that defines the interface of a generic collection action.">CollectionAction</a> objects.
26 pam-fi 1.1 <a href="#_details">More...</a>
27     <p>
28     <code>#include &lt;<a class="el" href="SmartBlindCollection_8h_source.html">SmartBlindCollection.h</a>&gt;</code>
29     <p>
30     <div class="dynheader">
31     Inheritance diagram for SmartBlindCollection:</div>
32     <div class="dynsection">
33    
34     <p><center><img src="classSmartBlindCollection.png" usemap="#SmartBlindCollection_map" border="0" alt=""></center>
35     <map name="SmartBlindCollection_map">
36 pam-fi 1.2 <area href="classSmartCollection.html" alt="SmartCollection" shape="rect" coords="0,112,144,136">
37 pam-fi 1.1 <area href="classPamCutCollection.html" alt="PamCutCollection" shape="rect" coords="0,56,144,80">
38     <area href="classPamCut.html" alt="PamCut" shape="rect" coords="0,0,144,24">
39     <area href="classVerboseBlindCollection.html" alt="VerboseBlindCollection" shape="rect" coords="0,224,144,248">
40     </map>
41     </div>
42    
43     <p>
44     <a href="classSmartBlindCollection-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">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSmartBlindCollection.html#6db06d0395be553d8a47c35dd2e073d8">SmartBlindCollection</a> (const char *collectionName)</td></tr>
48    
49     <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor. <a href="#6db06d0395be553d8a47c35dd2e073d8"></a><br></td></tr>
50 pam-fi 1.2 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d7ec9e9dbbf154715793be1fd67da38f"></a><!-- doxytag: member="SmartBlindCollection::~SmartBlindCollection" ref="d7ec9e9dbbf154715793be1fd67da38f" args="()" -->
51     &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSmartBlindCollection.html#d7ec9e9dbbf154715793be1fd67da38f">~SmartBlindCollection</a> ()</td></tr>
52 pam-fi 1.1
53 pam-fi 1.2 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor. <br></td></tr>
54     <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSmartBlindCollection.html#1eb231a8a437018bfd966644c7b18ba4">ApplyCut</a> (PamLevel2 *event)</td></tr>
55 pam-fi 1.1
56     </table>
57     <hr><a name="_details"></a><h2>Detailed Description</h2>
58     A blind collection class designed to use <a class="el" href="classCollectionAction.html" title="An abstract class that defines the interface of a generic collection action.">CollectionAction</a> objects.
59     <p>
60 pam-fi 1.2 The <a class="el" href="classSmartBlindCollection.html" title="A blind collection class designed to use CollectionAction objects.">SmartBlindCollection</a> class is designed to handle <a class="el" href="classCollectionAction.html" title="An abstract class that defines the interface of a generic collection action.">CollectionAction</a> objects. These defines the procedures to do when an event is selected or discarded. This collection differs from <a class="el" href="classSmartCollection.html" title="A collection class designed to use CollectionAction objects.">SmartCollection</a> only because it is blind, ie., it will apply all the cuts to each events, even if some of them fail (see <a class="el" href="classBlindCutCollection.html" title="A cut collection which applies all the cuts.">BlindCutCollection</a> to get more info about blind collections). In current implementation, after a cut has failed, it will call OnBad for all the actions that come after that cut, regardless if, for example, in a certain subsequent bunch all the cuts are satisfied. <hr><h2>Constructor &amp; Destructor Documentation</h2>
61 pam-fi 1.1 <a class="anchor" name="6db06d0395be553d8a47c35dd2e073d8"></a><!-- doxytag: member="SmartBlindCollection::SmartBlindCollection" ref="6db06d0395be553d8a47c35dd2e073d8" args="(const char *collectionName)" -->
62     <div class="memitem">
63     <div class="memproto">
64     <table class="memname">
65     <tr>
66     <td class="memname">SmartBlindCollection::SmartBlindCollection </td>
67     <td>(</td>
68     <td class="paramtype">const char *&nbsp;</td>
69     <td class="paramname"> <em>collectionName</em> </td>
70     <td>&nbsp;)&nbsp;</td>
71     <td><code> [inline]</code></td>
72     </tr>
73     </table>
74     </div>
75     <div class="memdoc">
76    
77     <p>
78     Constructor.
79     <p>
80     <dl compact><dt><b>Parameters:</b></dt><dd>
81     <table border="0" cellspacing="2" cellpadding="0">
82     <tr><td valign="top"></td><td valign="top"><em>collectionName</em>&nbsp;</td><td>The collection's name. </td></tr>
83     </table>
84     </dl>
85    
86     </div>
87     </div><p>
88     <hr><h2>Member Function Documentation</h2>
89 pam-fi 1.2 <a class="anchor" name="1eb231a8a437018bfd966644c7b18ba4"></a><!-- doxytag: member="SmartBlindCollection::ApplyCut" ref="1eb231a8a437018bfd966644c7b18ba4" args="(PamLevel2 *event)" -->
90 pam-fi 1.1 <div class="memitem">
91     <div class="memproto">
92     <table class="memname">
93     <tr>
94 pam-fi 1.2 <td class="memname">int SmartBlindCollection::ApplyCut </td>
95 pam-fi 1.1 <td>(</td>
96     <td class="paramtype">PamLevel2 *&nbsp;</td>
97     <td class="paramname"> <em>event</em> </td>
98     <td>&nbsp;)&nbsp;</td>
99     <td><code> [virtual]</code></td>
100     </tr>
101     </table>
102     </div>
103     <div class="memdoc">
104    
105     <p>
106 pam-fi 1.2 Applies the cuts and executes the actions.<p>
107     When cuts are applied, a <a class="el" href="classSmartBlindCollection.html" title="A blind collection class designed to use CollectionAction objects.">SmartBlindCollection</a> will also execute the actions at the end of the bunches of cuts.<p>
108 pam-fi 1.1 <dl compact><dt><b>Parameters:</b></dt><dd>
109     <table border="0" cellspacing="2" cellpadding="0">
110 pam-fi 1.2 <tr><td valign="top"></td><td valign="top"><em>event</em>&nbsp;</td><td>The event to analyze. </td></tr>
111 pam-fi 1.1 </table>
112     </dl>
113    
114 pam-fi 1.2 <p>Reimplemented from <a class="el" href="classSmartCollection.html#98213ec078e9b94ea70c72132757da46">SmartCollection</a>.</p>
115 pam-fi 1.1
116     </div>
117     </div><p>
118     <hr>The documentation for this class was generated from the following files:<ul>
119 pam-fi 1.2 <li>Collections/SmartBlindCollection/<a class="el" href="SmartBlindCollection_8h_source.html">SmartBlindCollection.h</a><li>Collections/SmartBlindCollection/SmartBlindCollection.cpp</ul>
120 pam-fi 1.1 </div>
121 pam-fi 1.2 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 15:09:04 2009 for PamCut by&nbsp;
122 pam-fi 1.1 <a href="http://www.doxygen.org/index.html">
123     <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
124     </body>
125     </html>

  ViewVC Help
Powered by ViewVC 1.1.23