3 #ifndef STAR_StMcOutputMaker
4 #define STAR_StMcOutputMaker
14 #include "StLorentzVectorF.hh"
15 #include "StMcEvent/StMcTrack.hh"
41 void Clear(
const Option_t*);
47 static const char cvs[]=
"Tag $Name: $ $Id: StMcOutputMaker.h,v 1.2 2014/08/06 11:43:00 jeromel Exp $ built " __DATE__
" " __TIME__ ;
50 vector <StMcTrack *> gTr;
51 std::vector<Float_t> geemcEta;
52 std::vector<Float_t> genZZ;
53 std::vector<Float_t> genXX;
54 std::vector<Float_t> genYY;
58 inline float StMcOutputMaker::TgenEoftower() {
return (
float) genE; }
59 inline float StMcOutputMaker::TgenEta() {
return (
float) genEta; }
60 inline float StMcOutputMaker::TgenPhi() {
return (
float) genPhi; }
61 inline Float_t StMcOutputMaker::genZgg(){
return (
float)zgg; }
void SetHList(TObjArray *x)
output histo access point
virtual const char * GetCVS() const
Displayed on session exit, leave it as-is please ...