go to my desktop for monte carlo sim.

This commit is contained in:
splitPoleDAQ 2024-02-01 13:58:06 -05:00
parent 08c6f2e055
commit 18fe2ed62c

View File

@ -1,6 +1,8 @@
#include "ClassAnasen.h"
#include "TRandom.h"
#include "TFile.h"
#include "TTree.h"
#include "TH1.h"
#include "TH2.h"
#include "TStyle.h"
@ -11,6 +13,13 @@
// find out the CalTrack and the real track
// find out the Q-value uncertaintly
std::pair<TVector3, TVector3> Transfer(){
}
void anasenMS(){