-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Cristian Pena edited this page Apr 30, 2014
·
3 revisions
Instructions
Get The Code
git clone [email protected]:CaltechPrecisionTiming/DRS4DAQ.git
Create waveform ROOT files
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