#include <algorithm>#include <vector>#include "PhysicsNtuple/AlgSnarl.h"Go to the source code of this file.
Namespaces | |
| namespace | Anp |
Classes | |
| class | Anp::FillSnarl |
| struct | Anp::CountPlaneStrip |
| struct | Anp::CountAboveBelow |
Functions | |
| bool | operator== (const CountPlaneStrip &lhs, const CountPlaneStrip &rhs) |
|
||||||||||||
|
Definition at line 228 of file FillSnarl.cxx. References Anp::CountPlaneStrip::GetPlane(), and Anp::CountPlaneStrip::GetStrip(). 00229 {
00230 if(lhs.GetPlane() == rhs.GetPlane() && lhs.GetStrip() == rhs.GetStrip())
00231 {
00232 return true;
00233 }
00234
00235 return false;
00236 }
|
1.3.9.1