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

Finder.cxx File Reference

#include "MessageService/MsgService.h"
#include "NueAna/ParticlePID/ParticleFinder/Finder.h"
#include "NueAna/ParticlePID/ParticleFinder/Particle3D.h"
#include "NueAna/ParticlePID/ParticleFinder/ParticleType.h"
#include "NueAna/ParticlePID/ParticleFinder/LongMuonFinder.h"
#include "NueAna/ParticlePID/ParticleFinder/PrimaryShowerFinder.h"
#include "Conventions/Detector.h"
#include "TPolyLine.h"
#include "TMarker.h"
#include "TMath.h"
#include <algorithm>
#include <sstream>
#include <math.h>
#include "ShwFit.h"
#include <limits>

Go to the source code of this file.

Classes

struct  point

Functions

 CVSID ("$Id: Finder.cxx,v 1.9 2009/09/11 05:00:40 gmieg Exp $")
bool pointgreater (point p1, point p2)
bool p3dsharedsort (Particle3D *a, Particle3D *b)


Function Documentation

CVSID "$Id: Finder cxx,
v 1.9 2009/09/11 05:00:40 gmieg Exp $" 
 

bool p3dsharedsort Particle3D a,
Particle3D b
 

Definition at line 4422 of file Finder.cxx.

References Particle3D::numshared.

04423 {
04424         return a->numshared < b->numshared; 
04425 }

bool pointgreater point  p1,
point  p2
 

Definition at line 3173 of file Finder.cxx.

References point::z.

03173 {return p1.z < p2.z;}


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