CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
FWEventSelector Struct Reference

#include <FWEventSelector.h>

Public Member Functions

 FWEventSelector (FWEventSelector *s)
 
 FWEventSelector ()
 

Public Attributes

std::string m_description
 
bool m_enabled
 
std::string m_expression
 
int m_selected
 
std::string m_triggerProcess
 
bool m_updated
 

Detailed Description

Definition at line 12 of file FWEventSelector.h.

Constructor & Destructor Documentation

FWEventSelector::FWEventSelector ( FWEventSelector s)
inline

Definition at line 14 of file FWEventSelector.h.

References alignCSCRings::s.

15  {
16  *this = *s;
17  }
FWEventSelector::FWEventSelector ( )
inline

Definition at line 19 of file FWEventSelector.h.

19 : m_enabled(false), m_selected (-1), m_updated(false) {}

Member Data Documentation

std::string FWEventSelector::m_description
bool FWEventSelector::m_enabled
std::string FWEventSelector::m_expression
int FWEventSelector::m_selected

Definition at line 25 of file FWEventSelector.h.

Referenced by FWGUIEventSelector::updateNEvents().

std::string FWEventSelector::m_triggerProcess
bool FWEventSelector::m_updated