ANASEN_analysis/anasenMS.C

23 lines
297 B
C++
Raw Normal View History

2024-01-31 20:11:36 -05:00
#include "ClassAnasen.h"
#include "TRandom.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
void anasenMS(){
//Reaction
}