Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /FWCore/FWLite/doc/FWLite.doc is written in an unsupported language. File is not indexed.

0001 /*!
0002 \page FWCore_FWLite Package FWCore/FWLite
0003 <center>
0004 <small>
0005 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/FWCore/FWLite/?cvsroot=CMSSW>CVS head for this package</a> - 
0006 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/FWCore/FWLite/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0007 </small>
0008 </center>
0009 
0010 \section desc Description
0011 This utility can be enabled before opening any root file interactively.
0012 fwlite will be enabled.
0013 
0014 \subsection interface Public interface
0015 
0016 \subsection modules Modules
0017 None.
0018 
0019 \subsection tests Unit tests and examples
0020 - rootlogon.C: enable fwlite
0021   The usage from Root prompt is the following:
0022 \htmlonly
0023 <pre>
0024   gSystem->Load("libFWCoreFWLite")
0025   FWLiteEnabler::enable()
0026 </pre>
0027 \endhtmlonly
0028 
0029 \section status Status and planned development
0030 To be reviewed.
0031 
0032 <hr>
0033 Last updated: @DATE@ W. Tanenbaum
0034 */