Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Validation/MuonHits/test/compare_plots is written in an unsupported language. File is not indexed.

0001   ##   Script to compare two .root files with histograms
0002  
0003   ## Define reference file (REFFILE) and current file (CURFILE)
0004 #  setenv REFFILE "./muonsimvalid_DT_hist_ref.root"
0005 #  setenv CURFILE "./muonsimvalid_DT_hist.root"
0006 
0007    setenv REFFILE "./DTSimHitsPlots_180.root"
0008    setenv CURFILE "./DTSimHitsPlots_200pre4.root"
0009 
0010  root -b -p -q DoCompare_DT.C
0011 
0012