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
//
8
9
// system include files
10
#include <string>
11
12
struct
FWEventSelector
{
13
FWEventSelector
(
FWEventSelector
*
s
) { *
this
= *
s
; }
14
15
FWEventSelector
() :
m_enabled
(
false
),
m_selected
(-1),
m_updated
(
false
) {}
16
17
std::string
m_expression
;
18
std::string
m_description
;
19
std::string
m_triggerProcess
;
20
bool
m_enabled
;
21
int
m_selected
;
22
bool
m_updated
;
23
};
24
#endif
FWEventSelector
Definition:
FWEventSelector.h:12
funct::false
false
Definition:
Factorize.h:29
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
FWEventSelector::m_triggerProcess
std::string m_triggerProcess
Definition:
FWEventSelector.h:19
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
FWEventSelector::m_expression
std::string m_expression
Definition:
FWEventSelector.h:17
FWEventSelector::m_updated
bool m_updated
Definition:
FWEventSelector.h:22
FWEventSelector::FWEventSelector
FWEventSelector(FWEventSelector *s)
Definition:
FWEventSelector.h:13
FWEventSelector::FWEventSelector
FWEventSelector()
Definition:
FWEventSelector.h:15
FWEventSelector::m_enabled
bool m_enabled
Definition:
FWEventSelector.h:20
FWEventSelector::m_description
std::string m_description
Definition:
FWEventSelector.h:18
FWEventSelector::m_selected
int m_selected
Definition:
FWEventSelector.h:21
Generated for CMSSW Reference Manual by
1.8.14