test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
//
8
9
// system include files
10
#include <string>
11
12
struct
FWEventSelector
13
{
14
FWEventSelector
(
FWEventSelector
*
s
)
15
{
16
*
this
= *
s
;
17
}
18
19
FWEventSelector
():
m_enabled
(
false
),
m_selected
(-1),
m_updated
(
false
) {}
20
21
std::string
m_expression
;
22
std::string
m_description
;
23
std::string
m_triggerProcess
;
24
bool
m_enabled
;
25
int
m_selected
;
26
bool
m_updated
;
27
};
28
#endif
FWEventSelector
Definition:
FWEventSelector.h:12
FWEventSelector::m_triggerProcess
std::string m_triggerProcess
Definition:
FWEventSelector.h:23
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
FWEventSelector::m_expression
std::string m_expression
Definition:
FWEventSelector.h:21
FWEventSelector::m_updated
bool m_updated
Definition:
FWEventSelector.h:26
FWEventSelector::FWEventSelector
FWEventSelector(FWEventSelector *s)
Definition:
FWEventSelector.h:14
FWEventSelector::FWEventSelector
FWEventSelector()
Definition:
FWEventSelector.h:19
FWEventSelector::m_enabled
bool m_enabled
Definition:
FWEventSelector.h:24
FWEventSelector::m_description
std::string m_description
Definition:
FWEventSelector.h:22
alignCSCRings.s
list s
Definition:
alignCSCRings.py:91
FWEventSelector::m_selected
int m_selected
Definition:
FWEventSelector.h:25
edm::false
volatile std::atomic< bool > shutdown_flag false
Definition:
UnixSignalHandlers.cc:22
Generated for CMSSW Reference Manual by
1.8.5