Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:08:42

0001 #!/bin/sh
0002 eval `scramv1 runtime -sh`
0003 
0004 echo "initializeForGREN "
0005 ./initializeForGREN
0006 echo "./start \> online_dqm.log 2\>&1"
0007 #./start > online_dqm.log 2>&1 &
0008 ./start &
0009 sleep 30
0010 echo "Started the application and Configuring"
0011 ./configure
0012 sleep 60
0013 echo "Configured"
0014 ./enable
0015 echo "Enabled"
0016 
0017