2024-01-31 20:11:36 -05:00
|
|
|
#include "ClassAnasen.h"
|
|
|
|
|
|
|
|
#include "TRandom.h"
|
2024-02-01 13:58:06 -05:00
|
|
|
#include "TFile.h"
|
|
|
|
#include "TTree.h"
|
2024-01-31 20:11:36 -05:00
|
|
|
#include "TH1.h"
|
|
|
|
#include "TH2.h"
|
|
|
|
#include "TStyle.h"
|
|
|
|
#include "TCanvas.h"
|
|
|
|
|
|
|
|
|
|
|
|
//======== Gerneate light particle based on reaction
|
|
|
|
// find out the CalTrack and the real track
|
|
|
|
// find out the Q-value uncertaintly
|
|
|
|
|
2024-02-01 13:58:06 -05:00
|
|
|
std::pair<TVector3, TVector3> Transfer(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-01-31 20:11:36 -05:00
|
|
|
void anasenMS(){
|
|
|
|
|
|
|
|
|
|
|
|
//Reaction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|