#include <string>#include "PhysicsNtuple/AlgEvent.h"#include "PhysicsNtuple/AlgSnarl.h"#include "PhysicsNtuple/Plot/Data.h"Go to the source code of this file.
Namespaces | |
| namespace | Anp |
Classes | |
| class | Anp::StripLink |
Functions | |
| bool | operator< (const StripLink A, const StripLink B) |
|
||||||||||||
|
Definition at line 45 of file StripLink.h. References Anp::StripLink::strip, and Anp::StripIter. 00045 {
00046 StripIter sA = (A).strip;
00047 StripIter sB = (B).strip;
00048 return (sA->GetStrip() < sB->GetStrip());
00049 }
|
1.3.9.1