Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:38:31

0001 #!/bin/bash
0002 
0003 
0004 
0005 dirbase="$CMSSW_BASE/src/Alignment/APEEstimation"
0006 
0007 mkdir $dirbase/hists/workingArea/iter0/plots/
0008 mkdir $dirbase/hists/workingArea/iter14/plots/
0009 mkdir $dirbase/hists/workingArea/iter15/plots/
0010 
0011 root -l -b $dirbase/macros/commandsDrawPlot.C
0012 #root -l -b $dirbase/macros/commandsDrawPlot_thesis.C
0013 
0014 root -l -b $dirbase/macros/commandsDrawIteration.C
0015 
0016 
0017 
0018