User Tools

Site Tools


davinci:minidst

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
davinci:minidst [2009/01/16 16:50] decianmdavinci:minidst [2009/01/16 21:00] (current) decianm
Line 6: Line 6:
 In your **Python options-file**, add: In your **Python options-file**, add:
 <code> <code>
 +from Configurables import InputCopyStream
 +
 InputCopyStream().Output = "DATAFILE='PFN:yourdatafile.dst' TYP='POOL_ROOTTREE' OPT='REC'" InputCopyStream().Output = "DATAFILE='PFN:yourdatafile.dst' TYP='POOL_ROOTTREE' OPT='REC'"
 YourSequence.Members.append(InputCopyStream()) YourSequence.Members.append(InputCopyStream())
Line 11: Line 13:
 If placed after a preselection, only the events fulfilling the preselection criteria, will be stored in the miniDST-file.  If placed after a preselection, only the events fulfilling the preselection criteria, will be stored in the miniDST-file. 
 ===== Notes ===== ===== Notes =====
-  * The event is stored as a whole and with the same structure as in the original DST.E.g. If you store the particles of your preselection (using CombineParticles, for instance) in ''Phys/myPreSel'', this structure will not be stored in your miniDST.+  * The event is stored as a whole and with the same structure as in the original DST. E.g. If you store the particles of your preselection (using CombineParticles, for instance) in ''Phys/myPreSel'', this structure will not be stored in your miniDST.
   * DST files are big creatures (even if they are called "mini"). One event may be on the order of 500KB which will blow up your miniDST very quickly and resulting in a problem with your quota on lxplus.   * DST files are big creatures (even if they are called "mini"). One event may be on the order of 500KB which will blow up your miniDST very quickly and resulting in a problem with your quota on lxplus.
  
  
davinci/minidst.1232121050.txt.gz · Last modified: 2009/01/16 16:50 by decianm