-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Cristian Pena edited this page Apr 30, 2014
·
3 revisions
Instructions
To create the executable that convert the scope data (.dat file) to a root file do:
./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: