Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibTracker
SiStripCommon
interface
SiStripFedIdListReader.h
Go to the documentation of this file.
1
#ifndef CalibTracker_SiStripCommon_SiStripFedIdListReader_h
2
#define CalibTracker_SiStripCommon_SiStripFedIdListReader_h
3
4
#include <boost/cstdint.hpp>
5
#include <fstream>
6
#include <ostream>
7
#include <vector>
8
9
class
SiStripFedIdListReader
;
10
12
std::ostream&
operator<<
( std::ostream&,
const
SiStripFedIdListReader
& );
13
18
class
SiStripFedIdListReader
{
19
20
public
:
21
23
explicit
SiStripFedIdListReader
(
std::string
filePath );
24
26
explicit
SiStripFedIdListReader
(
const
SiStripFedIdListReader
& );
27
29
SiStripFedIdListReader
&
operator=
(
const
SiStripFedIdListReader
& );
30
32
~SiStripFedIdListReader
();
33
35
inline
const
std::vector<uint16_t> &
fedIds
()
const
;
36
37
private
:
38
40
explicit
SiStripFedIdListReader
() {;}
41
42
std::ifstream
inputFile_
;
43
44
std::vector<uint16_t>
fedIds_
;
45
46
};
47
48
const
std::vector<uint16_t> &
SiStripFedIdListReader::fedIds
()
const
{
return
fedIds_
; }
49
50
#endif
SiStripFedIdListReader::inputFile_
std::ifstream inputFile_
Definition:
SiStripFedIdListReader.h:42
SiStripFedIdListReader
Definition:
SiStripFedIdListReader.h:18
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:187
SiStripFedIdListReader::fedIds
const std::vector< uint16_t > & fedIds() const
Definition:
SiStripFedIdListReader.h:48
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
SiStripFedIdListReader::SiStripFedIdListReader
SiStripFedIdListReader()
Definition:
SiStripFedIdListReader.h:40
SiStripFedIdListReader::~SiStripFedIdListReader
~SiStripFedIdListReader()
Definition:
SiStripFedIdListReader.cc:74
SiStripFedIdListReader::fedIds_
std::vector< uint16_t > fedIds_
Definition:
SiStripFedIdListReader.h:44
SiStripFedIdListReader::operator=
SiStripFedIdListReader & operator=(const SiStripFedIdListReader &)
Definition:
SiStripFedIdListReader.cc:65
Generated for CMSSW Reference Manual by
1.8.5