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() [1/2]

FWEventSelector::FWEventSelector ( FWEventSelector s)
inline

Definition at line 13 of file FWEventSelector.h.

References alignCSCRings::s.

13 { *this = *s; }

◆ FWEventSelector() [2/2]

FWEventSelector::FWEventSelector ( )
inline

Definition at line 15 of file FWEventSelector.h.

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

Member Data Documentation

◆ m_description

std::string FWEventSelector::m_description

◆ m_enabled

bool FWEventSelector::m_enabled

◆ m_expression

std::string FWEventSelector::m_expression

◆ m_selected

int FWEventSelector::m_selected

Definition at line 21 of file FWEventSelector.h.

Referenced by FWGUIEventSelector::updateNEvents().

◆ m_triggerProcess

std::string FWEventSelector::m_triggerProcess

◆ m_updated

bool FWEventSelector::m_updated