#include <Link.h>
#include <XGammaLink.h>
#include <GEM.h>
#include <GammaFilter.h>
#include <TStopwatch.h>
#include <TH1.h>
#include <TTree.h>
#include <TFile.h>
#include <TDatabasePDG.h>
#include <TVector3.h>
#include <SToGS_BaseROOTEvents.h>
#include <iostream>
#include <Random.h>
Go to the source code of this file.
Functions | |
void | LStoSToGS1 (const char *pathtoLS, Int_t nbcas=100, const char *rfilename="PrimariesFromGW.root") |
Function to generate discret gamma-rays between several level schemes. More... | |
void | testGammaFilter1 (const char *pathtoLS, Int_t nbcas=100, const char *filtername="AGATA_FILTER.root") |
Function to generate tracked like events. More... | |
void | testGammaFilter2 (const char *pathtoLS, Int_t nbcas=100, const char *filtername="AGATA_FILTER.root") |
Function to generate tracked like events and store them in a ROOT TTree. More... | |
void | testGEM (const char *pathtoLS, Int_t nbcas=100) |
Function to generate discret gamma-rays between several level schemes ... More... | |