#include <StSsdDaqMaker.h>

Public Member Functions | |
| StSsdDaqMaker (const char *name="SpaStrip") | |
| virtual | ~StSsdDaqMaker () |
| This is StSsdDaqMaker destructor. | |
| virtual Int_t | Init () |
| Init - is a first method the top level StChain calls to initialize all its makers. | |
| virtual Int_t | InitRun (int runumber) |
| virtual Int_t | Make () |
| virtual Int_t | Finish () |
| virtual const char * | GetCVS () const |
| Displayed on session exit, leave it as-is please ... | |
Protected Attributes | |
| StSsdConfig * | mConfig |
| TH2S * | occupancy_wafer |
| TH2S * | occupancy_chip |
| TH2S * | noise_chip |
| TH2S * | noise_wafer |
| TH2S * | noise_chip_P |
| TH2S * | noise_chip_N |
| TH2S * | pedestal_chip |
| TH1F * | occupancy |
| TH2S * | ped_zero_ladP |
| TH2S * | ped_zero_ladN |
| TH2S * | ped_high_ladP |
| TH2S * | ped_high_ladN |
| TH2S * | noise_zero_ladP |
| TH2S * | noise_zero_ladN |
| TH2S * | noise_high_ladP |
| TH2S * | noise_high_ladN |
| int | mPedOut |
Definition at line 69 of file StSsdDaqMaker.h.
| StSsdDaqMaker::~StSsdDaqMaker | ( | ) | [virtual] |
This is StSsdDaqMaker destructor.
The first comment lines after the opening bracket ({) of a member function are considered as a member function description
The first comment lines after the opening bracket ({) of a member function are considered as a member function description see: ROOT HTML documentation
Definition at line 69 of file StSsdDaqMaker.cxx.
| Int_t StSsdDaqMaker::Finish | ( | ) | [virtual] |
Terminate a run. Place to make operations on histograms, normalization,etc.
Reimplemented from StMaker.
Definition at line 472 of file StSsdDaqMaker.cxx.
References kStOK.
| Int_t StSsdDaqMaker::Make | ( | ) | [virtual] |
The Make() method is the one responsible for calling the maker's InitRun(). Note that that InitRun() is called for real data and if both of the following are true
This is the ONLY place calling the InitRun() routine.
check privilege to skip event
Reimplemented from StMaker.
Definition at line 210 of file StSsdDaqMaker.cxx.
1.5.9