Warning, /RecoJets/JetAnalyzers/doc/JetAnalyzers.doc is written in an unsupported language. File is not indexed.
0001
0002 /*!
0003
0004 \page RecoJets_JetAnalyzers Package RecoJets/JetAnalyzers
0005
0006 <center>
0007 <small>
0008
0009 <!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
0010 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoJets/JetAnalyzers/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> -
0011 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoJets/JetAnalyzers/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0012 </small>
0013 </center>
0014
0015 \section desc Description
0016 <!-- Short description of what this package is supposed to provide -->
0017
0018 This package contains jet analysis examples. Some of them are simple
0019 examples of accessing jets and making just a few plots, that are part
0020 of the CMSSW workbook and should work with every release. Others are more
0021 complicated user contributed code that does a complete jet analysis and
0022 may only work with a few releases.
0023
0024 \subsection interface Public interface
0025 <!-- List the classes that are provided for use in other packages (if any) -->
0026
0027 All classes provided are only intended for use within the JetAnalyzers package.
0028 JetAnalyzers does not provide officially supported analysis utilities to be
0029 used outside of this package: it only provides examples.
0030
0031 - CaloTowerBoundries
0032 - CaloTowersExample
0033 - CorJetsExample
0034 - DijetMass
0035 - JetAnalyzer
0036 - JetPlotsExample
0037 - JetToDigiDump
0038 - JetUtil
0039 - JetValidation
0040 - MyCluster
0041 - SimpleJetDump
0042
0043 \subsection modules Modules
0044 <!-- Describe modules implemented in this package and their parameter set -->
0045
0046 These are the analysis example modules provided by this package.
0047
0048 - JetPlotsExample: Simple analysis module in CMSSS workbook that accesses jets and makes a jet plot.
0049 - JetAnalyzer: More complex jet analysis module contributed by Anwar Bhatti and Lenny Apanasevich.
0050 - JetValidation: More complex jet validation module contributed by Robert Harris.
0051 - CaloTowersExample: Simple example of accessing CaloTowers.
0052 - JetToDigiDump: Utility module for dumping jets, their CaloTowers, their RecHits, and their digis.
0053 - DijetMass: Example dijet mass analysis module.
0054 - SimpleJetDump: Module that dumps CaloJets and GenJets.
0055 - CorJetsExample: Version of JetPlotsExample that also accesses corrected jets.
0056
0057 \subsection tests Unit tests and examples
0058 <!-- Describe cppunit tests and example configuration files -->
0059 All modules listed above are examples.
0060
0061 \section status Status and planned development
0062 <!-- e.g. completed, stable, missing features -->
0063 Ongoing development to provide examples as necessary and to receive
0064 contributed jet analysis.
0065
0066 <hr>
0067 Last updated:
0068 @DATE@ Author: Robert Harris.
0069 */