You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create the executable that converts the scope data (.dat file) to a root file do:
cd DRS4DAQ
./CompileRootMacro ConvertDat2Root.cpp Dat2ROOT
This will create an executable named Dat2ROOT
To create .root file do:
./Dat2ROOT filename.dat
This will create a ROOT file called filaname.root; Note* filename could be the full path for the file.
filename.root contains just the waveforms in a standard ROOT TTree called "T".
To convert this root file into a TimingAnalysis ROOT file please go to:TimingAnalysis