Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

StripLink.h File Reference

#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)


Function Documentation

bool operator< const StripLink  A,
const StripLink  B
[inline]
 

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      }


Generated on Mon Feb 15 11:08:13 2010 for loon by  doxygen 1.3.9.1