#include <StMuAnalysisMaker.h>

Public Member Functions | |
| StMuAnalysisMaker (const Char_t *name="muAnalysis") | |
| void | Clear (Option_t *option="") |
| User defined functions. | |
| Int_t | Init () |
| Int_t | Make () |
| Int_t | Finish () |
| virtual const char * | GetCVS () const |
This is an example of a maker to perform analysis using MuDst.
-------------------------------------------------------------------------
This is an example of a maker to perform analysis using MuDst.
-------------------------------------------------------------------------
-------------------------------------------------------------------------
Definition at line 34 of file StMuAnalysisMaker.h.
| Int_t StMuAnalysisMaker::Finish | ( | ) | [virtual] |
Terminate a run. Place to make operations on histograms, normalization,etc.
Reimplemented from StMaker.
Definition at line 59 of file StMuAnalysisMaker.cxx.
References kStOK.
| Int_t StMuAnalysisMaker::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 85 of file StMuAnalysisMaker.cxx.
References StMuDst::event(), StMuDst::globalTracks(), kStOK, StMuDst::l3Tracks(), StMuDst::primaryTracks(), StMuTrack::pt(), and StMuEvent::refMult().
1.5.9