Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
(){
int
res = (int) (
idex
/1000);
return
idex
- res*1000;}
19
int
getFedId
(){
int
res = (int) (
idex
/1000);
return
res;}
20
};
TmApvPair::mod
TmModule * mod
Definition:
TmApvPair.h:16
TmApvPair::text
std::string text
Definition:
TmApvPair.h:12
TmApvPair::~TmApvPair
~TmApvPair()
Definition:
TmApvPair.cc:13
TmApvPair::green
int green
Definition:
TmApvPair.h:10
TmApvPair::mpos
int mpos
Definition:
TmApvPair.h:17
TmApvPair::getFedId
int getFedId()
Definition:
TmApvPair.h:19
TmApvPair::red
int red
Definition:
TmApvPair.h:10
TmApvPair
Definition:
TmApvPair.h:6
TmApvPair::blue
int blue
Definition:
TmApvPair.h:10
TmApvPair::count
int count
Definition:
TmApvPair.h:13
TmModule
Definition:
TmModule.h:5
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.5