#include <MeasureLA.h>
Private Types | |
enum | GRANULARITY { LAYER =0, MODULE =1, MODULESUMMARY =2 } |
Private Member Functions | |
void | calibrate (const std::pair< unsigned, LA_Filler_Fitter::Method >, LA_Filler_Fitter::Result &) const |
void | process_reports () const |
void | store_calibrations () |
void | store_methods_and_granularity (const edm::VParameterSet &) |
void | summarize_module_muH_byLayer () |
void | write_report_plots (const std::string, const LA_Filler_Fitter::Method, const GRANULARITY) const |
template<class T > | |
void | write_report_text (const std::string, const LA_Filler_Fitter::Method &, const std::map< T, LA_Filler_Fitter::Result > &) const |
void | write_report_text_ms (const std::string, const LA_Filler_Fitter::Method) const |
Static Private Member Functions | |
static std::pair< unsigned, LA_Filler_Fitter::Method > | calibration_key (const std::string layer, const LA_Filler_Fitter::Method) |
static std::pair< unsigned, LA_Filler_Fitter::Method > | calibration_key (const uint32_t detid, const LA_Filler_Fitter::Method) |
static std::string | granularity (int32_t g) |
Private Attributes | |
Book | book |
bool | byLayer |
bool | byModule |
const edm::VParameterSet | calibrations |
std::map< std::pair< uint32_t, LA_Filler_Fitter::Method > , float > | error_scaling |
const edm::FileInPath | fp_ |
const std::string | inFileLocation |
const std::vector< std::string > | inputFiles |
const float | localybin |
const unsigned | maxEvents |
const edm::VParameterSet | measurementPreferences |
int32_t | methods |
std::map< std::pair< uint32_t, LA_Filler_Fitter::Method > , float > | offset |
const edm::VParameterSet | reports |
std::map< std::pair< uint32_t, LA_Filler_Fitter::Method > , float > | slope |
const unsigned | stripsperbin |
Additional Inherited Members | |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair < DataKey, edm::propagate_const < std::shared_ptr< DataProxy > > > > | KeyedProxies |
typedef std::vector < EventSetupRecordKey > | Keys |
typedef std::map < EventSetupRecordKey, KeyedProxies > | RecordProxies |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
void | setWhatProduced (T *iThis, const es::Label &iLabel=es::Label()) |
template<typename T > | |
void | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
void | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
void | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label()) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string()) |
virtual void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) |
override DataProxyProvider method More... | |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
void | eraseAll (const EventSetupRecordKey &iRecordKey) |
deletes all the Proxies in aStream More... | |
void | invalidateProxies (const EventSetupRecordKey &iRecordKey) |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &) |
Definition at line 14 of file MeasureLA.h.
|
private |
Enumerator | |
---|---|
LAYER | |
MODULE | |
MODULESUMMARY |
Definition at line 23 of file MeasureLA.h.
|
explicit |
Definition at line 19 of file MeasureLA.cc.
|
inlineprivate |
Definition at line 165 of file MeasureLA.cc.
|
staticprivate |
Definition at line 171 of file MeasureLA.cc.
|
staticprivate |
Definition at line 180 of file MeasureLA.cc.
|
inlinestaticprivate |
Definition at line 24 of file MeasureLA.h.
References LAYER, MODULE, and MODULESUMMARY.
|
private |
Definition at line 87 of file MeasureLA.cc.
boost::shared_ptr< SiStripLorentzAngle > sistrip::MeasureLA::produce | ( | const SiStripLorentzAngleRcd & | ) |
Definition at line 49 of file MeasureLA.cc.
Referenced by JSONExport.JsonExport::export().
|
private |
Definition at line 147 of file MeasureLA.cc.
|
private |
Definition at line 11 of file MeasureLA.cc.
|
private |
Definition at line 64 of file MeasureLA.cc.
|
private |
Definition at line 107 of file MeasureLA.cc.
|
private |
Definition at line 117 of file MeasureLA.cc.
|
private |
Definition at line 130 of file MeasureLA.cc.
|
private |
Definition at line 53 of file MeasureLA.h.
|
private |
Definition at line 50 of file MeasureLA.h.
|
private |
Definition at line 50 of file MeasureLA.h.
|
private |
Definition at line 47 of file MeasureLA.h.
|
private |
Definition at line 48 of file MeasureLA.h.
|
private |
Definition at line 46 of file MeasureLA.h.
|
private |
Definition at line 45 of file MeasureLA.h.
|
private |
Definition at line 44 of file MeasureLA.h.
|
private |
Definition at line 51 of file MeasureLA.h.
|
private |
Definition at line 52 of file MeasureLA.h.
|
private |
Definition at line 47 of file MeasureLA.h.
|
private |
Definition at line 49 of file MeasureLA.h.
|
private |
Definition at line 48 of file MeasureLA.h.
|
private |
Definition at line 47 of file MeasureLA.h.
|
private |
Definition at line 48 of file MeasureLA.h.
|
private |
Definition at line 52 of file MeasureLA.h.