24 #ifndef STAR_StHltMaker
25 #define STAR_StHltMaker
28 #include "StRTSBaseMaker.h"
43 const unsigned int NMax = 1000;
50 using namespace star::rts;
51 using namespace star::rts::hlt;
63 unsigned int mNumHighPt;
64 unsigned int mNumHeavyFragment;
65 unsigned int mNumDielectron;
67 int mHighPtNodeSN[NMax];
68 int mHeavyFragmentNodeSN[NMax];
69 int mDaughter1NodeSN[NMax];
70 int mDaughter2NodeSN[NMax];
78 virtual void processBank(
const HLT_EVE *bank);
79 virtual void processBank(
const HLT_TOF *bank);
80 virtual void processBank(
const HLT_PVPD *bank);
81 virtual void processBank(
const HLT_EMC *bank);
82 virtual void processBank(
const HLT_GT *bank);
83 virtual void processBank(
const HLT_PT *bank);
84 virtual void processBank(
const HLT_NODE *bank);
85 virtual void processBank(
const HLT_HIPT *bank);
86 virtual void processBank(
const HLT_DIEP *bank);
87 virtual void processBank(
const HLT_HF *bank);
96 virtual void Clear(Option_t *option=
"");
99 virtual Int_t Finish();
101 virtual Int_t InitRun (
int runumber);
111 static const char cvs[]=
"Tag $Name: $ $Id: StHltMaker.h,v 1.2 2014/08/06 11:43:21 jeromel Exp $ built " __DATE__
" " __TIME__ ;
Class StRTSBaseMaker - is an abstract StMaker to define the interface to access the DAQ data from the...
virtual const char * GetCVS() const
Bank with event level qualities.