#include <SummationSpecification.h>
Public Member Functions | |
template<class stream , class GI > | |
void | dump (stream &out, GI &gi) |
SummationSpecification () | |
SummationSpecification (edm::ParameterSet const &, GeometryInterface &) | |
Public Attributes | |
std::vector< SummationStep > | steps |
Private Member Functions | |
GeometryInterface::Column | parse_columns (std::string name, GeometryInterface &) |
Definition at line 56 of file SummationSpecification.h.
|
inline |
Definition at line 58 of file SummationSpecification.h.
SummationSpecification::SummationSpecification | ( | edm::ParameterSet const & | config, |
GeometryInterface & | geometryInterface | ||
) |
Definition at line 20 of file SummationSpecification.cc.
References DummyCfis::c, createfilelist::int, parse_columns(), alignCSCRings::s, steps, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 62 of file SummationSpecification.h.
References DummyCfis::c, MillePedeFileConverter_cfg::out, alignCSCRings::s, and steps.
|
private |
Definition at line 15 of file SummationSpecification.cc.
References GeometryInterface::intern(), and mergeVDriftHistosByStation::name.
Referenced by SummationSpecification().
std::vector<SummationStep> SummationSpecification::steps |
Definition at line 57 of file SummationSpecification.h.
Referenced by dump(), and SummationSpecification().