Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Fireworks
Core
interface
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.5 2009/12/07 20:29:52 amraktad Exp $
8
//
9
10
// system include files
11
#include <string>
12
13
struct
FWEventSelector
14
{
15
FWEventSelector
(
FWEventSelector
*
s
)
16
{
17
*
this
= *
s
;
18
}
19
20
FWEventSelector
():
m_enabled
(
false
),
m_selected
(-1),
m_updated
(
false
) {}
21
22
std::string
m_expression
;
23
std::string
m_description
;
24
std::string
m_triggerProcess
;
25
bool
m_enabled
;
26
int
m_selected
;
27
bool
m_updated
;
28
};
29
#endif
FWEventSelector
Definition:
FWEventSelector.h:13
funct::false
false
Definition:
Factorize.h:34
FWEventSelector::m_triggerProcess
std::string m_triggerProcess
Definition:
FWEventSelector.h:24
FWEventSelector::m_expression
std::string m_expression
Definition:
FWEventSelector.h:22
FWEventSelector::m_updated
bool m_updated
Definition:
FWEventSelector.h:27
FWEventSelector::FWEventSelector
FWEventSelector(FWEventSelector *s)
Definition:
FWEventSelector.h:15
FWEventSelector::FWEventSelector
FWEventSelector()
Definition:
FWEventSelector.h:20
FWEventSelector::m_enabled
bool m_enabled
Definition:
FWEventSelector.h:25
FWEventSelector::m_description
std::string m_description
Definition:
FWEventSelector.h:23
FWEventSelector::m_selected
int m_selected
Definition:
FWEventSelector.h:26
asciidump.s
string s
Definition:
asciidump.py:422
Generated for CMSSW Reference Manual by
1.8.5