1 #ifndef ST_FWD_ANALYSIS_MAKER_H
2 #define ST_FWD_ANALYSIS_MAKER_H
6 #include "StChain/StMaker.h"
18 void Clear(
const Option_t *opts =
"");
19 void ProcessFwdTracks();
20 void ProcessFwdMuTracks();
25 void setLocalOutputFile( TString f ) { mLocalOutputFile = f; }
44 LOG_ERROR <<
"Attempting to access non-existing histogram" << endm;
45 return new TH1F(
"NULL",
"NULL", 1, 0, 1 );
53 TString mLocalOutputFile;
std::map< TString, TH1 * > mHists
Map of <name (TString), histogram>
bool mAnalyzeMuDst
Control whether the analysis uses StEvent (default) or MuDst as input.
TH1 * getHist(TString n)
Get the Hist object from the map.