1 #ifndef _GENESIS_PHYS_EVENT_ANA_H_
2 #define _GENESIS_PHYS_EVENT_ANA_H_
37 double a_enThreshold = .2);
48 double a_EgamCut = .2);
51 double a_gammaEnergy=-1);
78 std::string a_outFileName =
"scintScintCoins_hists.root");
81 std::string a_outFileName =
"scintHPGeCoins_hists.root");
Definition: GenesisPhysEventAna.h:13
vector< TH2 * > getNeutronAngularDist()
returns neutron angular distribution vs. LY, E_n from TOF, E_g
Definition: GenesisPhysEventAna.cpp:70
void getScintScintPlots(std::string a_fileName="scintScint_Fe56_eDepVsTof.root", double a_EgamCut=.2)
Definition: GenesisPhysEventAna.cpp:276
void scintScintCoinAna(std::string a_configFileName, std::string a_outFileName="scintScintCoins_hists.root")
Definition: GenesisPhysEventAna.cpp:491
GenesisPhysEventAna()
Definition: GenesisPhysEventAna.cpp:6
void makeGammaNeutronAnglePlots(string a_configFile)
Definition: GenesisPhysEventAna.cpp:1037
vector< TH2 * > getNeutronEnergyVsTimeSinceRF(double a_gammaEnergy, double a_width)
Definition: GenesisPhysEventAna.cpp:136
void setTreeName()
enforces that a tree name function can be set in a child class
Definition: GenesisPhysEventAna.cpp:11
vector< TH2 * > getLightVsTimeSinceRF(double a_gammaEnergy, double a_width)
Definition: GenesisPhysEventAna.cpp:181
void setBranchName()
enforces that a branch name function can be set in a child class
Definition: GenesisPhysEventAna.cpp:16
vector< TH2 * > getNeutronTOFvsInorgGammaEnergy(string a_configFile, double a_enThreshold=.2)
Definition: GenesisPhysEventAna.cpp:228
void scintHPGeCoinAna(std::string a_configFileName, std::string a_outFileName="scintHPGeCoins_hists.root")
Definition: GenesisPhysEventAna.cpp:765
void buildOutEnOutEdep(std::string a_fileName="outEnOutEdep_hists.root", double a_gammaEnergy=-1)
Definition: GenesisPhysEventAna.cpp:383
vector< TH1 * > getCloverGammaSpectra()
Definition: GenesisPhysEventAna.cpp:21
Definition: PostProcBase.h:21