|
| LAPPDAnalysis () |
|
void | createZPlots () |
|
void | createXPlots () |
|
void | printTrackInfo (int a_entry) |
|
std::ostream & | printEvents (int a_num=1, std::vector< std::string > a_partList={}, std::ostream &a_stream=std::cout) |
|
void | accumulateFirstStepInfo (std::string a_lvName, std::string a_particleName="") |
|
void | vertexStepInfoTree (std::string a_lvName, std::string a_particleName="") |
|
void | createParticleTTree (std::string a_lvName, std::vector< std::string > a_ignoreList) |
| creates a tree with the particle names and times of birth More...
|
|
void | createEnergyDepositionTree (std::string a_lvName, std::vector< std::string > a_particleNames) |
| in the volume specified and the vertex info More...
|
|
void | createTotalEnergyDepositionTree (std::string a_lvName) |
|
void | investigateMultipleScatters (std::string a_lvName) |
|
void | createLightOutputTree (std::string a_lvName, std::vector< std::string > a_particleNames, std::string a_scintName="EJ309", std::string a_outFileName="") |
|
void | createPartTimeEDTree (std::string a_lvName, double a_tCutWindow) |
|
void | createFluxTree (std::string a_lvName, std::string a_particleName, std::vector< double > a_fluxBoundaryList, int a_dim, std::string a_outfileName="fluxBoundaryTree.root") |
|
TH1 * | getTotalEnergyHistory () |
|
FullEvent | getFullEvent (int a_eventNumber) |
|
virtual | ~SimAna () |
|
| PostProcBase () |
| defualt constructor puts class into a working state More...
|
|
virtual int | addFile (string a_filename) |
|
virtual int | addFilesFromDirectory (string a_dir, string a_ext) |
|
virtual int | loadEvent (int a_eventNumber) |
| loads a specified event into memory More...
|
|
virtual int | fileNotLoaded () |
| tests if a file is loaded and prinst a message if not More...
|
|
virtual int | clearFileState () |
|
virtual std::ostream & | printState (std::ostream &a_stream=std::cout) |
|
virtual | ~PostProcBase () |
|
TChain * | getTrees () |
| danger danger, use this if you know what you are doing. More...
|
|