Difference between revisions of "Produce and read microDSTs using the Grid"

From LHCb Wiki
Jump to navigation Jump to search
Line 1: Line 1:
''' Producing microDSTs '''
+
== Producing microDSTs standalone ==
 +
 
 +
''' Producing microDSTs standalone '''
  
 
job> gaudirun.py ../options/TestMicroDst.py
 
job> gaudirun.py ../options/TestMicroDst.py
 +
 +
== Producing microDSTs on the Grid ==
  
 
''' Become a gRidder '''
 
''' Become a gRidder '''
Line 10: Line 14:
  
 
To use the Grid from lxplus you need to copy your certificate to lxplus. You do this by copying the entire .globus directory to your home on lxplus.
 
To use the Grid from lxplus you need to copy your certificate to lxplus. You do this by copying the entire .globus directory to your home on lxplus.
 
 
''' Producing microDSTs for gRidders '''
 
  
 
job> ganga MicriDST_Ganga.py
 
job> ganga MicriDST_Ganga.py
Line 21: Line 22:
 
*job.outputsandbox = []          # let the uDSTs go to 'dataoutput', so Grid SE (Storage Element)
 
*job.outputsandbox = []          # let the uDSTs go to 'dataoutput', so Grid SE (Storage Element)
  
''' Copying microDSTs to Am*dam '''
+
== Copying microDSTs from Grid to Sara ==
  
SetupProject Dirac
+
== Stageing the Sara microDSTs on Stoomboot ==
  
 
+
== Reading microDSTs ==
''' Stageing the Sara microDSTs on Stoomboot '''
 
 
 
Max's stager
 
 
 
''' Reading microDSTs '''
 
  
 
microDSTReadingExample.py
 
microDSTReadingExample.py
Line 36: Line 32:
 
of maak wat nieuws in Bender
 
of maak wat nieuws in Bender
  
''' Analysis '''
+
== Analysis ==
 +
 
 +
'''P2VV'''
  
 
getpack PhysFit/P2VV
 
getpack PhysFit/P2VV
Line 42: Line 40:
  
 
and use the RooFit based fit package
 
and use the RooFit based fit package
 
== Headline text ==
 
 
== Headline text ==
 
 
== Headline text ==
 

Revision as of 12:37, 9 March 2009

Producing microDSTs standalone

Producing microDSTs standalone

job> gaudirun.py ../options/TestMicroDst.py

Producing microDSTs on the Grid

Become a gRidder

First obtain a Grid Certificate from the Dutch Grid CA

When you've done this, become a member of the LHCb VO by following this link.

To use the Grid from lxplus you need to copy your certificate to lxplus. You do this by copying the entire .globus directory to your home on lxplus.

job> ganga MicriDST_Ganga.py

note: set

  • setenv CMTCONFIG 'slc_ia34_...' # no 64 bit machines on Grid
  • job.backend() = Dirac() # use Dirac as backend
  • job.outputsandbox = [] # let the uDSTs go to 'dataoutput', so Grid SE (Storage Element)

Copying microDSTs from Grid to Sara

Stageing the Sara microDSTs on Stoomboot

Reading microDSTs

microDSTReadingExample.py

of maak wat nieuws in Bender

Analysis

P2VV

getpack PhysFit/P2VV getpack PhysFit/P2VVPython

and use the RooFit based fit package