Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /DPGAnalysis/HcalTools/scripts/rmt/awkparcer is written in an unsupported language. File is not indexed.

0001 #! /bin/awk -f
0002 BEGIN {
0003 #FS="[\"\"]|[><]"
0004 FS="[\"\"]"
0005 print "Start"
0006 }
0007 {
0008 print $2
0009 }
0010 END {print "END"}