SchedulerExample Class Reference

#include <SchedulerExample.h>

Inheritance diagram for SchedulerExample:

StMaker

List of all members.

Public Member Functions

 SchedulerExample (const char *outputFile)
 Constructor, takes output filename as an agument.
Int_t Init ()
Int_t Make ()
Int_t Finish ()

Protected Attributes

string mOutputFile
StMuDstMakermMuDstMaker
 Pointer to the StMuDstMaker which provides the events to analyse.
StMuDstmMuDst
 Pointer to the StMuDst class, which holds all the events information. Will be updated in the event loop.
TH1D * mPt
TH1D * mEta
TH1D * mRefMultPos
TH1D * mRefMultNeg
TH1D * mRefMult
TH3D * mVertex


Detailed Description

Author:
laue A small example maker that can run in the chain using MuDst's and the Scheduler. Please see the macros/SchedulerExample.C and macros/SchedulerExample.xml scripts. To submit jobs to the queue, run " host> star-submit StRoot/StMuDSTMaker/COMMON/macros/SchedulerExample.xml " from your working directory (above StRoot). Make sure that the database querey returns valid entries and that the output directory exists.

Definition at line 33 of file SchedulerExample.h.


Member Function Documentation

Int_t SchedulerExample::Finish (  )  [virtual]

The Finish method is called after the event loop has finished. Place clean-up code such as close of files, normalisation of hoistograms, etc here

Reimplemented from StMaker.

Definition at line 66 of file SchedulerExample.cxx.

Int_t SchedulerExample::Init (  )  [virtual]

The Init() method is called once before the event loop. Place initialisation code here (e.g., get the pointers to other Makers, such as the StMuDstMaker which provides the events for the analysis.

Reimplemented from StMaker.

Definition at line 59 of file SchedulerExample.cxx.

References mMuDstMaker.

Int_t SchedulerExample::Make (  )  [virtual]


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

Generated on Thu Feb 9 04:27:18 2012 for StRoot by  doxygen 1.5.9