1 #ifndef StHbtAssociationReader_hh
2 #define StHbtAssociationReader_hh
7 #include "StHbtMaker/Infrastructure/StHbtCheckPdgIdList.h"
8 #include "StHbtMaker/Base/StHbtEventReader.hh"
9 #include "StHbtMaker/Infrastructure/StHbtHisto.hh"
42 void SetTheEventMaker(
StMaker*);
43 void SetTheMcEventMaker(
StMaker*);
46 void SetTheAssociationMaker(
StMaker*);
54 void SetPerfectPID(
bool);
59 inline void StHbtAssociationReader::SetTheEventMaker(
StMaker* maker){mTheEventMaker=maker;}
60 inline void StHbtAssociationReader::SetTheMcEventMaker(
StMaker* mcMaker){mTheMcEventMaker=mcMaker;}
61 inline void StHbtAssociationReader::SetTheAssociationMaker(
StMaker* associationMaker){mTheAssociationMaker=associationMaker;}
63 inline StMaker* StHbtAssociationReader::TheEventMaker(){
return mTheEventMaker;}
64 inline StMaker* StHbtAssociationReader::TheMcEventMaker(){
return mTheMcEventMaker;}
65 inline StMaker* StHbtAssociationReader::TheAssociationMaker(){
return mTheAssociationMaker;}
67 inline bool StHbtAssociationReader::PerfectPID(){
return mPerfectPID;}
68 inline void StHbtAssociationReader::SetPerfectPID(
bool b) {mPerfectPID=b;}