CMS 3D CMS Logo

L1GctJetFinderParams.h

Go to the documentation of this file.
00001 #ifndef L1GCTJETFINDERPARAMS_H_
00002 #define L1GCTJETFINDERPARAMS_H_
00003 
00004 class L1GctJetFinderParams
00005 {
00006  public:
00007 
00008   const unsigned CENTRAL_JET_SEED;
00009   const unsigned FORWARD_JET_SEED;
00010   const unsigned TAU_JET_SEED;
00011   const unsigned CENTRAL_FORWARD_ETA_BOUNDARY;
00012 
00013   L1GctJetFinderParams(unsigned cJetSeed=1,
00014                        unsigned fJetSeed=1,
00015                        unsigned tJetSeed=1,
00016                        unsigned etaBoundary=7);
00017 
00018   ~L1GctJetFinderParams();
00019 
00020 };
00021 
00022 #endif /*L1GCTJETPARAMS_H_*/
00023 

Generated on Tue Jun 9 17:26:37 2009 for CMSSW by  doxygen 1.5.4