43 #ifndef _ST_FGT_QA_ADC_VS_CHANNEL_
44 #define _ST_FGT_QA_ADC_VS_CHANNEL_
49 #include "StFgtQaMaker.h"
50 #include "StRoot/StFgtPool/StFgtPedMaker/StFgtPedReader.h"
51 #include "StRoot/StFgtPool/StFgtPedMaker/StFgtPedReader.h"
59 const Char_t* quadName =
"000" );
73 void setFilenameBase(
const Char_t* filenameBase );
74 void setFilenameKey(
const Char_t* filenameKey );
75 void setPath(
const Char_t* path );
82 std::string mPath, mFileNameBase, mFileNameKey;
94 inline void StFgtQaAdcVsChannel::setFilenameBase(
const Char_t* filenameBase ){ mFileNameBase = filenameBase; };
95 inline void StFgtQaAdcVsChannel::setFilenameKey(
const Char_t* filenameKey ){ mFileNameKey = filenameKey; };
96 inline void StFgtQaAdcVsChannel::setPath(
const Char_t* path ){ mPath = path; };
99 inline TH2F* StFgtQaAdcVsChannel::getHist(){