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