StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StSSDReader.h
1 /***************************************************************************
2  *
3  *
4  *
5  * Author: Herbert Ward
6  ***************************************************************************
7  *
8  * Description: Offline Wrapper for DAQ SSD reader functions
9  *
10  ***************************************************************************
11  *
12  *
13  *
14  **************************************************************************/
15 #ifndef _StSSDReader_
16 #define _StSSDReader_
17 
18 
19 class SSD_Reader;
20 class StDAQReader;
21 
23 {
24  public:
26  virtual ~StSSDReader();
27  virtual int close();
28  virtual int Update();
29  int getSsdData(int ladder,char eastWest,int channel,int& data,int& pedestal,int& noise);
30  protected:
31  SSD_Reader *fSSDImpReader;
32  StDAQReader* fDAQReader;
33 };
34 
35 #endif
void rd(int hits=0, bool clear=false)
This function redraws all hits and/or tracks from the current event.
Definition: Ed.C:69