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

Track.h File Reference

#include <algorithm>
#include <iosfwd>
#include <map>
#include <vector>
#include "Rtypes.h"
#include "PhysicsNtuple/Basic.h"
#include "PhysicsNtuple/DataItem.h"
#include "PhysicsNtuple/Vertex.h"

Go to the source code of this file.

Namespaces

namespace  Anp

Classes

class  Anp::Track

Functions

bool operator== (short index, const Track &track)
bool operator== (const Track &track, short index)
bool operator== (const Track &lhs, const Track &rhs)


Function Documentation

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

Definition at line 159 of file Track.h.

References Anp::Track::TrackIndex().

00160    {
00161       return (lhs.TrackIndex() == rhs.TrackIndex());
00162    }

bool Anp::operator== const Track &  track,
short  index
[inline]
 

Definition at line 155 of file Track.h.

References Anp::Track::TrackIndex().

00156    {
00157       return (index == track.TrackIndex());
00158    }

bool Anp::operator== short  index,
const Track &  track
[inline]
 

Definition at line 151 of file Track.h.

References Anp::Track::TrackIndex().

00152    {
00153       return (index == track.TrackIndex());
00154    }


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