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

TrueNu.h File Reference

#include <algorithm>
#include <iosfwd>
#include "PhysicsNtuple/DataItem.h"

Go to the source code of this file.

Namespaces

namespace  Anp

Classes

class  Anp::TrueNu

Functions

bool operator== (short index, const TrueNu &reco)
bool operator== (const TrueNu &reco, short index)
bool operator== (const TrueNu &lhs, const TrueNu &rhs)
bool operator== (const TrueNu &tnu, const RecoNu &rnu)
bool operator== (const RecoNu &rnu, const TrueNu &tnu)


Function Documentation

bool Anp::operator== const RecoNu &  rnu,
const TrueNu &  tnu
[inline]
 

Definition at line 179 of file TrueNu.h.

References Anp::TrueNu::Match().

00180    {
00181       return tnu.Match(rnu);
00182    }

bool Anp::operator== const TrueNu &  tnu,
const RecoNu &  rnu
[inline]
 

Definition at line 175 of file TrueNu.h.

References Anp::TrueNu::Match().

00176    {   
00177       return tnu.Match(rnu);
00178    }

bool Anp::operator== const TrueNu &  lhs,
const TrueNu &  rhs
[inline]
 

Definition at line 171 of file TrueNu.h.

References Anp::TrueNu::Index().

00172    {
00173       return (lhs.Index() == rhs.Index());
00174    }

bool Anp::operator== const TrueNu &  reco,
short  index
[inline]
 

Definition at line 167 of file TrueNu.h.

References Anp::TrueNu::Index().

00168    {
00169       return (index == reco.Index());
00170    }

bool Anp::operator== short  index,
const TrueNu &  reco
[inline]
 

Definition at line 163 of file TrueNu.h.

References Anp::TrueNu::Index().

00164    {
00165       return (index == reco.Index());
00166    }


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