CMS 3D CMS Logo

Public Member Functions | Public Attributes

FWEventSelector Struct Reference

#include <FWEventSelector.h>

List of all members.

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


Constructor & Destructor Documentation

FWEventSelector::FWEventSelector ( FWEventSelector s) [inline]

Definition at line 15 of file FWEventSelector.h.

References alignCSCRings::s.

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

Definition at line 20 of file FWEventSelector.h.

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

Member Data Documentation

Definition at line 26 of file FWEventSelector.h.

Referenced by FWGUIEventSelector::updateNEvents().