FairRoot/PandaRoot
Public Attributes | Friends | List of all members
PndCAHitSTT Class Reference

#include <PndCAStationSTT.h>

Public Attributes

char fISta
 
char fISec
 
int fOrigID
 
float fU
 
float fDR
 

Friends

bool operator< (const PndCAHitSTT &a, const PndCAHitSTT &b)
 

Detailed Description

Definition at line 9 of file PndCAStationSTT.h.

Friends And Related Function Documentation

bool operator< ( const PndCAHitSTT a,
const PndCAHitSTT b 
)
friend

Definition at line 15 of file PndCAStationSTT.h.

15  {
16  return (a.fISec < b.fISec) || ((a.fISec == b.fISec) && (a.fU < b.fU));
17  }

Member Data Documentation

float PndCAHitSTT::fDR

Definition at line 13 of file PndCAStationSTT.h.

Referenced by PndCAGBTracker::CATrackFinder(), and PndCAGBTracker::PickUpHits().

char PndCAHitSTT::fISec

Definition at line 11 of file PndCAStationSTT.h.

Referenced by PndCAGBTracker::CATrackFinder().

char PndCAHitSTT::fISta

Definition at line 11 of file PndCAStationSTT.h.

Referenced by PndCAGBTracker::CATrackFinder().

int PndCAHitSTT::fOrigID

Definition at line 12 of file PndCAStationSTT.h.

Referenced by PndCAGBTracker::CATrackFinder(), and PndCAGBTracker::PickUpHits().

float PndCAHitSTT::fU

Definition at line 13 of file PndCAStationSTT.h.

Referenced by PndCAGBTracker::CATrackFinder(), and PndCAGBTracker::PickUpHits().


The documentation for this class was generated from the following file: