17 #ifndef StHbtTagMaker_H
18 #define StHbtTagMaker_H
22 #include "tables/St_HbtTag_Table.h"
23 #include "StHbtMaker/Infrastructure/StHbtTagWriter.hh"
42 void Clear(Option_t* opt=
"");
46 void SetShowTags(
const int i=1);
49 HbtTag_st* TagPointer()
const;
53 void PrintTag(ostream& = cout);
56 St_HbtTag* mSt_HbtTag;
67 inline StHbtTagWriter* StHbtTagMaker::TagWriter()
const {
return mTagWriter;}
68 inline HbtTag_st* StHbtTagMaker::TagPointer()
const {
return mHbtTag; }
69 inline void StHbtTagMaker::SetShowTags(
const int i) { mShowTags=i; }