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

Shower.h File Reference

#include <iosfwd>
#include "Rtypes.h"
#include "PhysicsNtuple/Basic.h"
#include "PhysicsNtuple/Vertex.h"

Go to the source code of this file.

Namespaces

namespace  Anp

Classes

class  Anp::Shower

Functions

bool operator== (short index, const Shower &shower)
bool operator== (const Shower &shower, short index)
bool operator== (const Shower &lhs, const Shower &rhs)


Function Documentation

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

Definition at line 120 of file Shower.h.

References Anp::Shower::ShowerIndex().

00121    {
00122       return (lhs.ShowerIndex() == rhs.ShowerIndex());
00123    }

bool Anp::operator== const Shower &  shower,
short  index
[inline]
 

Definition at line 116 of file Shower.h.

References Anp::Shower::ShowerIndex().

00117    {
00118       return (index == shower.ShowerIndex());
00119    }

bool Anp::operator== short  index,
const Shower &  shower
[inline]
 

Definition at line 112 of file Shower.h.

References Anp::Shower::ShowerIndex().

00113    {
00114       return (index == shower.ShowerIndex());
00115    }


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