Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondCore
SiStripPlugins
plugins
SiStripLorentzAnglePyWrapper.cc
Go to the documentation of this file.
1
2
#include "
CondFormats/SiStripObjects/interface/SiStripLorentzAngle.h
"
3
4
#include "
CondCore/Utilities/interface/PayLoadInspector.h
"
5
#include "
CondCore/Utilities/interface/InspectorPythonWrapper.h
"
6
7
#include <string>
8
#include <fstream>
9
10
namespace
cond {
11
12
template
<>
13
class
ValueExtractor
<
SiStripLorentzAngle
>:
public
BaseValueExtractor
<SiStripLorentzAngle> {
14
public
:
15
16
typedef
SiStripLorentzAngle
Class
;
17
typedef
ExtractWhat<Class>
What
;
18
static
What
what
() {
return
What
();}
19
20
ValueExtractor
(){}
21
ValueExtractor
(
What
const
&
what
)
22
{
23
// here one can make stuff really complicated...
24
}
25
void
compute
(
Class
const
& it)
override
{
26
}
27
private
:
28
29
};
30
31
32
//template<>
33
//std::string PayLoadInspector<SiStripLorentzAngle>::dump() const {
35
//return "HACKED111!!";
36
//
37
//}
38
39
template
<>
40
std::string
PayLoadInspector<SiStripLorentzAngle>::summary
()
const
{
41
std::stringstream
ss
;
42
object
().printSummary(ss);
43
return
ss.str();
44
}
45
46
47
template
<>
48
std::string
PayLoadInspector<SiStripLorentzAngle>::plot
(
std::string
const
&
filename
,
49
std::string
const
&,
50
std::vector<int>
const
&,
51
std::vector<float>
const
& )
const
{
52
std::string
fname
= filename +
".png"
;
53
std::ofstream
f
(fname.c_str());
54
return
fname
;
55
}
56
57
58
}
59
60
PYTHON_WRAPPER
(
SiStripLorentzAngle
,
SiStripLorentzAngle
);
cond::PayLoadInspector::plot
std::string plot(std::string const &, std::string const &, std::vector< int > const &, std::vector< float > const &) const
Definition:
PayLoadInspector.h:110
cond::ValueExtractor::What
ExtractWhat< Class > What
Definition:
PayLoadInspector.h:56
PYTHON_WRAPPER
#define PYTHON_WRAPPER(_class, _name)
Definition:
InspectorPythonWrapper.h:48
cond::ValueExtractor< SiStripLorentzAngle >::ValueExtractor
ValueExtractor(What const &what)
Definition:
SiStripLorentzAnglePyWrapper.cc:21
cond::ValueExtractor< SiStripLorentzAngle >::what
static What what()
Definition:
SiStripLorentzAnglePyWrapper.cc:18
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
cond::ValueExtractor< SiStripLorentzAngle >::compute
void compute(Class const &it) override
Definition:
SiStripLorentzAnglePyWrapper.cc:25
cond::PayLoadInspector::summary
std::string summary() const
Definition:
PayLoadInspector.h:103
cond::ValueExtractor::what
static What what()
Definition:
PayLoadInspector.h:59
SiStripLorentzAngle.h
f
double f[11][100]
Definition:
MuScleFitUtils.cc:78
InspectorPythonWrapper.h
cond::ExtractWhat< Class >
cond::ValueExtractor
Definition:
PayLoadInspector.h:53
cond::ValueExtractor< SiStripLorentzAngle >::What
ExtractWhat< Class > What
Definition:
SiStripLorentzAnglePyWrapper.cc:17
cond::BaseValueExtractor
Definition:
PayLoadInspector.h:19
dbtoconf.object
list object
Definition:
dbtoconf.py:77
alignmentValidation.fname
string fname
main script
Definition:
alignmentValidation.py:957
contentValuesCheck.ss
list ss
Definition:
contentValuesCheck.py:32
lut2db_cfg.filename
tuple filename
Definition:
lut2db_cfg.py:20
cond::ValueExtractor< SiStripLorentzAngle >::Class
SiStripLorentzAngle Class
Definition:
SiStripLorentzAnglePyWrapper.cc:16
PayLoadInspector.h
cond::ValueExtractor< SiStripLorentzAngle >::ValueExtractor
ValueExtractor()
Definition:
SiStripLorentzAnglePyWrapper.cc:20
SiStripLorentzAngle
Definition:
SiStripLorentzAngle.h:26
Generated for CMSSW Reference Manual by
1.8.5