FairRoot/PandaRoot
Functions
PndTrkCluster.cxx File Reference
#include "PndTrkCluster.h"
#include "PndDetectorList.h"
#include <iostream>
#include <cmath>
#include <vector>
#include <iterator>
#include <algorithm>
#include "TMath.h"
#include "PndTrkSttHitList.h"
#include "PndTrkSdsHitList.h"
#include "PndTrkHit.h"

Go to the source code of this file.

Functions

Bool_t SorterFunction (PndTrkHit *hit1, PndTrkHit *hit2)
 

Function Documentation

Bool_t SorterFunction ( PndTrkHit hit1,
PndTrkHit hit2 
)

Definition at line 28 of file PndTrkCluster.cxx.

28  {
29  return *hit1 < *hit2;
30 }