FairRoot/PandaRoot
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
PndCAStationSTT Class Reference

#include <PndCAStationSTT.h>

Public Member Functions

void Init ()
 

Public Attributes

float_v fResolution
 
float_v fSin
 
float_v fCos
 
PndCAStationSTTSector fSectors [fgNSectors]
 
vector< PndCAHitSTTfHits1D
 

Static Public Attributes

static const int fgNSectors = 6
 

Detailed Description

Definition at line 30 of file PndCAStationSTT.h.

Member Function Documentation

void PndCAStationSTT::Init ( )
inline

Definition at line 32 of file PndCAStationSTT.h.

References fgNSectors, fHits1D, fResolution, fSectors, and i.

Referenced by PndCAGBTracker::CATrackFinder().

32  {
33  fResolution = float_v(35697.3e-8);
34  fHits1D.clear();
35  fHits1D.reserve(100);
36  for( int i=0; i<fgNSectors; i++ ) fSectors[i].Init();
37  }
Int_t i
Definition: run_full.C:25
static const int fgNSectors
vector< PndCAHitSTT > fHits1D
PndCAStationSTTSector fSectors[fgNSectors]

Member Data Documentation

float_v PndCAStationSTT::fCos

Definition at line 40 of file PndCAStationSTT.h.

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

const int PndCAStationSTT::fgNSectors = 6
static

Definition at line 38 of file PndCAStationSTT.h.

Referenced by Init().

vector<PndCAHitSTT> PndCAStationSTT::fHits1D
float_v PndCAStationSTT::fResolution

Definition at line 39 of file PndCAStationSTT.h.

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

PndCAStationSTTSector PndCAStationSTT::fSectors[fgNSectors]
float_v PndCAStationSTT::fSin

Definition at line 40 of file PndCAStationSTT.h.

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


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