CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetType.h
Go to the documentation of this file.
1 #ifndef RecoJets_FFTJetProducers_JetType_h
2 #define RecoJets_FFTJetProducers_JetType_h
3 
4 #include <string>
5 
6 namespace fftjetcms {
7  enum JetType
8  {
9  BASICJET = 0,
15  };
16 
18 }
19 
20 #endif // RecoJets_FFTJetProducers_JetType_h
JetType parseJetType(const std::string &name)
Definition: JetType.cc:5