ANASEN_analysis/anasenMS.C
2024-02-01 13:58:06 -05:00

32 lines
384 B
C

#include "ClassAnasen.h"
#include "TRandom.h"
#include "TFile.h"
#include "TTree.h"
#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
std::pair<TVector3, TVector3> Transfer(){
}
void anasenMS(){
//Reaction
}