#include <FillSnarl.h>
Public Member Functions | |
| CountPlaneStrip () | |
| CountPlaneStrip (short plane_, short strip_) | |
| void | operator() (const Strip &strip) |
| unsigned int | GetCount () const |
| short | GetPlane () const |
| short | GetStrip () const |
Private Attributes | |
| short | plane |
| short | strip |
| unsigned int | count |
|
|
Definition at line 183 of file FillSnarl.cxx. References count.
|
|
||||||||||||
|
Definition at line 191 of file FillSnarl.cxx. References count.
|
|
|
Definition at line 210 of file FillSnarl.cxx. 00211 {
00212 return count;
00213 }
|
|
|
Definition at line 216 of file FillSnarl.cxx. Referenced by Anp::operator==(). 00217 {
00218 return plane;
00219 }
|
|
|
Definition at line 222 of file FillSnarl.cxx. Referenced by Anp::operator==(). 00223 {
00224 return strip;
00225 }
|
|
|
Definition at line 199 of file FillSnarl.cxx. References Anp::Strip::GetPlane(), Anp::Strip::GetStrip(), plane, and strip. 00200 {
00201 assert(!(plane < 0) && !(strip < 0) && "logic error");
00202
00203 if(strip_.GetPlane() == plane && strip_.GetStrip() == strip)
00204 {
00205 ++count;
00206 }
00207 }
|
|
|
Definition at line 60 of file FillSnarl.h. |
|
|
Definition at line 58 of file FillSnarl.h. Referenced by operator()(). |
|
|
Definition at line 59 of file FillSnarl.h. Referenced by operator()(). |
1.3.9.1