Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #!/bin/tcsh
0002 eval `scramv1 runtime -csh`
0003 SealPluginRefresh
0004 # For Onine DB ( NOT Default)
0005 #setenv TNS_ADMIN /afs/cern.ch/project/oracle/admin
0006 #source /afs/cern.ch/project/oracle/script/setoraenv.csh -s 10201
0007 # For Offline Condition DB 
0008 setenv CORAL_AUTH_PATH /afs/cern.ch/cms/DB/conddb
0009 cmsRun PedsMonWithDB.cfg
0010 
0011 
0012