CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWEventSelector.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #ifndef Fireworks_Core_FWEventSelector_h
3 #define Fireworks_Core_FWEventSelector_h
4 //
5 // Package: newVersion
6 // Class : FWEventSelector
7 // $Id: FWEventSelector.h,v 1.6 2011/02/18 17:38:42 amraktad Exp $
8 //
9 
10 // system include files
11 #include <string>
12 
14 {
16  {
17  *this = *s;
18  }
19 
21 
22  std::string m_expression;
23  std::string m_description;
24  std::string m_triggerProcess;
25  bool m_enabled;
27  bool m_updated;
28 };
29 #endif
std::string m_triggerProcess
std::string m_expression
FWEventSelector(FWEventSelector *s)
std::string m_description