#include "PhysicsNtuple/AlgEvent.h"#include "PhysicsNtuple/AlgSnarl.h"Go to the source code of this file.
Namespaces | |
| namespace | Anp |
Classes | |
| struct | Anp::DataNPlane |
| class | Anp::FillNPlane |
Functions | |
| bool | operator< (const DataNPlane &lhs, const DataNPlane &rhs) |
| bool | operator== (const DataNPlane &lhs, const DataNPlane &rhs) |
|
||||||||||||
|
Definition at line 179 of file FillNPlane.cxx. References Anp::DataNPlane::plane. 00180 {
00181 return (lhs.plane < rhs.plane);
00182 }
|
|
||||||||||||
|
Definition at line 185 of file FillNPlane.cxx. References Anp::DataNPlane::plane. 00186 {
00187 return (lhs.plane == rhs.plane);
00188 }
|
1.3.9.1