CMS 3D CMS Logo

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 13 of file FWEventSelector.h.

References alignCSCRings::s.

13 { *this = *s; }
FWEventSelector::FWEventSelector ( )
inline

Definition at line 15 of file FWEventSelector.h.

15 : 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 21 of file FWEventSelector.h.

Referenced by FWGUIEventSelector::updateNEvents().

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