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

FillSnarl.h File Reference

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


Function Documentation

bool Anp::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 }


Generated on Mon Feb 15 11:07:57 2010 for loon by  doxygen 1.3.9.1