Definition at line 164 of file PrimaryVertexResolution.cc.
PrimaryVertexResolution::DiffPlots::DiffPlots |
( |
const std::string & |
postfix, |
|
|
const BinningY & |
binY |
|
) |
| |
|
inlineexplicit |
template<typename... Args>
Definition at line 175 of file PrimaryVertexResolution.cc.
References writedatasetfile::args, PrimaryVertexResolution::binningY_, PrimaryVertexResolution::BinningY::binsPull_, PrimaryVertexResolution::BinningY::binsResol_, dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), PrimaryVertexResolution::BinningY::maxPull_, and PrimaryVertexResolution::BinningY::maxResol_.
180 std::forward<Args>(
args)...,
186 std::forward<Args>(
args)...,
192 std::forward<Args>(
args)...,
201 std::forward<Args>(
args)...,
207 std::forward<Args>(
args)...,
213 std::forward<Args>(
args)...,
const BinningY & binningY_
template<typename T >
void PrimaryVertexResolution::DiffPlots::bookLogX |
( |
DQMStore::IBooker & |
iBooker, |
|
|
const T & |
binArray |
|
) |
| |
|
inline |
Definition at line 169 of file PrimaryVertexResolution.cc.
170 book(iBooker, binArray.size() - 1, binArray.front(), binArray.back());
171 setLogX(binArray.size() - 1, binArray.data());
void book(DQMStore::IBooker &iBooker, Args &&...args)
void setLogX(Args &&...args)
template<typename T >
void PrimaryVertexResolution::DiffPlots::fill |
( |
const Resolution & |
res, |
|
|
const T |
ref |
|
) |
| |
|
inline |
template<typename... Args>
void PrimaryVertexResolution::DiffPlots::setLogX |
( |
Args &&... |
args | ) |
|
|
inline |
const BinningY& PrimaryVertexResolution::DiffPlots::binningY_ |
|
private |
std::string PrimaryVertexResolution::DiffPlots::postfix_ |
|
private |