Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
L1TObjects
interface
L1RPCBxOrConfig.h
Go to the documentation of this file.
1
#ifndef CondFormats_RPCObjects_L1RPCBxOrConfig_h
2
#define CondFormats_RPCObjects_L1RPCBxOrConfig_h
3
// -*- C++ -*-
4
//
5
// Package: RPCObjects
6
// Class : L1RPCBxOrConfig
7
//
17
// forward declarations
18
#include <set>
19
#include <vector>
20
#include <sstream>
21
22
#include <iostream>
23
24
25
26
class
L1RPCBxOrConfig
27
{
28
29
public
:
30
L1RPCBxOrConfig
();
31
virtual
~L1RPCBxOrConfig
();
32
33
34
int
getFirstBX
()
const
{
return
m_firstBX
;};
35
int
getLastBX
()
const
{
return
m_lastBX
;};
36
37
void
setFirstBX
(
int
bx) {
m_firstBX
= bx;};
38
void
setLastBX
(
int
bx) {
m_lastBX
= bx;};
39
40
41
private
:
42
43
int
m_firstBX
;
44
int
m_lastBX
;
45
46
47
};
48
49
50
#endif
L1RPCBxOrConfig::L1RPCBxOrConfig
L1RPCBxOrConfig()
Definition:
L1RPCBxOrConfig.cc:3
L1RPCBxOrConfig::m_lastBX
int m_lastBX
Definition:
L1RPCBxOrConfig.h:44
L1RPCBxOrConfig::setLastBX
void setLastBX(int bx)
Definition:
L1RPCBxOrConfig.h:38
L1RPCBxOrConfig
Definition:
L1RPCBxOrConfig.h:26
L1RPCBxOrConfig::setFirstBX
void setFirstBX(int bx)
Definition:
L1RPCBxOrConfig.h:37
L1RPCBxOrConfig::m_firstBX
int m_firstBX
Definition:
L1RPCBxOrConfig.h:38
L1RPCBxOrConfig::getFirstBX
int getFirstBX() const
Definition:
L1RPCBxOrConfig.h:34
L1RPCBxOrConfig::~L1RPCBxOrConfig
virtual ~L1RPCBxOrConfig()
Definition:
L1RPCBxOrConfig.cc:10
L1RPCBxOrConfig::getLastBX
int getLastBX() const
Definition:
L1RPCBxOrConfig.h:35
Generated for CMSSW Reference Manual by
1.8.5