CommonTools
TrackerMap
interface
TmApvPair.h
Go to the documentation of this file.
1
#include <map>
2
#include <string>
3
4
class
TmModule
;
5
6
class
TmApvPair
{
7
public
:
8
TmApvPair
(
int
ident,
int
crate
);
9
~TmApvPair
();
10
int
red
,
green
,
blue
;
11
float
value
;
12
std::string
text
;
13
int
count
;
14
int
idex
;
//Fed and position in fed
15
int
crate
;
16
TmModule
*
mod
;
17
int
mpos
;
//ApvPair position in module
18
int
getFedCh
() {
19
int
res
= (
int
)(
idex
/ 1000);
20
return
idex
-
res
* 1000;
21
}
22
int
getFedId
() {
23
int
res
= (
int
)(
idex
/ 1000);
24
return
res
;
25
}
26
};
TmApvPair::mod
TmModule * mod
Definition:
TmApvPair.h:16
TmApvPair::text
std::string text
Definition:
TmApvPair.h:12
TmApvPair::~TmApvPair
~TmApvPair()
Definition:
TmApvPair.cc:14
TmApvPair::green
int green
Definition:
TmApvPair.h:10
TmApvPair::mpos
int mpos
Definition:
TmApvPair.h:17
res
Definition:
Electron.h:6
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
TmApvPair::getFedId
int getFedId()
Definition:
TmApvPair.h:22
TmApvPair::red
int red
Definition:
TmApvPair.h:10
TmApvPair
Definition:
TmApvPair.h:6
createfilelist.int
int
Definition:
createfilelist.py:10
TmApvPair::blue
int blue
Definition:
TmApvPair.h:10
TmApvPair::count
int count
Definition:
TmApvPair.h:13
TmModule
Definition:
TmModule.h:4
TmApvPair::crate
int crate
Definition:
TmApvPair.h:15
TmApvPair::idex
int idex
Definition:
TmApvPair.h:14
TmApvPair::value
float value
Definition:
TmApvPair.h:11
TmApvPair::TmApvPair
TmApvPair(int ident, int crate)
Definition:
TmApvPair.cc:5
TmApvPair::getFedCh
int getFedCh()
Definition:
TmApvPair.h:18
Generated for CMSSW Reference Manual by
1.8.14