Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1Trigger
TrackFindingTracklet
src
VMStubTE.cc
Go to the documentation of this file.
1
#include "
L1Trigger/TrackFindingTracklet/interface/VMStubTE.h
"
2
3
using namespace
std;
4
using namespace
trklet;
5
6
VMStubTE::VMStubTE(
const
Stub
* stub,
FPGAWord
finephi,
FPGAWord
bend,
FPGAWord
vmbits,
FPGAWord
allstubindex) {
7
stub_ = stub;
8
finephi_ = finephi;
9
bend_ = bend;
10
vmbits_ = vmbits;
11
allStubIndex_ = allstubindex;
12
}
13
14
std::string
VMStubTE::str
()
const
{
15
string
stub = allStubIndex_.str();
16
stub +=
"|"
;
17
stub += bend_.str();
18
stub +=
"|"
;
19
stub += finephi_.str();
20
stub +=
"|"
;
21
stub += vmbits_.str();
22
23
return
stub;
24
}
VMStubTE.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
trklet::FPGAWord
Definition:
FPGAWord.h:9
trklet::Stub
Definition:
Stub.h:18
str
#define str(s)
Definition:
TestProcessor.cc:53
Generated for CMSSW Reference Manual by
1.8.5