CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Private Member Functions | Private Attributes
sistrip::EnsembleCalibrationLA Class Reference

#include <EnsembleCalibrationLA.h>

Inheritance diagram for sistrip::EnsembleCalibrationLA:
edm::EDAnalyzer edm::EDConsumerBase

Classes

struct  MethodCalibrations
 

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void endJob () override
 
void endRun (const edm::Run &, const edm::EventSetup &) override
 
 EnsembleCalibrationLA (const edm::ParameterSet &)
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void write_calibrations () const
 
void write_ensembles_plots (const Book &) const
 
void write_ensembles_text (const Book &)
 
void write_samples_plots (const Book &) const
 

Private Attributes

std::map< std::string, MethodCalibrationscalibrations
 
const double highBin
 
const std::string inFileLocation
 
const std::vector< std::string > inputFiles
 
const double lowBin
 
const unsigned maxEvents
 
const unsigned nbins
 
const std::string Prefix
 
const unsigned samples
 
const TrackerTopologytTopo_
 
std::vector< int > vMethods
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 9 of file EnsembleCalibrationLA.h.

Constructor & Destructor Documentation

sistrip::EnsembleCalibrationLA::EnsembleCalibrationLA ( const edm::ParameterSet conf)
explicit

Definition at line 13 of file EnsembleCalibrationLA.cc.

14  : inputFiles(conf.getParameter<std::vector<std::string> >("InputFiles")),
15  inFileLocation(conf.getParameter<std::string>("InFileLocation")),
16  Prefix(conf.getUntrackedParameter<std::string>("Prefix", "")),
17  maxEvents(conf.getUntrackedParameter<unsigned>("MaxEvents", 0)),
18  samples(conf.getParameter<unsigned>("Samples")),
19  nbins(conf.getParameter<unsigned>("NBins")),
20  lowBin(conf.getParameter<double>("LowBin")),
21  highBin(conf.getParameter<double>("HighBin")),
22  vMethods(conf.getParameter<std::vector<int> >("Methods")) {}
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
const std::vector< std::string > inputFiles

Member Function Documentation

void sistrip::EnsembleCalibrationLA::analyze ( const edm::Event ,
const edm::EventSetup  
)
inlineoverride
void sistrip::EnsembleCalibrationLA::endJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 24 of file EnsembleCalibrationLA.cc.

References FrontierConditions_GlobalTag_cff::file, LA_Filler_Fitter::fill(), LA_Filler_Fitter::fit(), highBin, inFileLocation, inputFiles, lowBin, maxEvents, AlcaSiPixelAliHarvester0T_cff::method, nbins, samples, LA_Filler_Fitter::summarize_ensembles(), tTopo_, vMethods, write_calibrations(), write_ensembles_plots(), write_ensembles_text(), and write_samples_plots().

Referenced by analyze(), and o2olib.O2ORunMgr::executeJob().

24  {
25  Book book("la_ensemble");
26  TChain* const chain = new TChain("la_ensemble");
27  for (auto const& file : inputFiles)
28  chain->Add((file + inFileLocation).c_str());
29 
30  int methods = 0;
31  for (unsigned int method : vMethods)
32  methods |= method;
33 
35  laff.fill(chain, book);
36  laff.fit(book);
37  laff.summarize_ensembles(book);
38 
41  write_samples_plots(book);
43  }
Definition: chain.py:1
void write_ensembles_plots(const Book &) const
const std::vector< std::string > inputFiles
void write_samples_plots(const Book &) const
Definition: Book.h:16
void sistrip::EnsembleCalibrationLA::endRun ( const edm::Run ,
const edm::EventSetup eSetup 
)
override

Definition at line 45 of file EnsembleCalibrationLA.cc.

References edm::EventSetup::get(), edm::ESHandle< T >::product(), and tTopo_.

Referenced by analyze().

45  {
47  eSetup.get<TrackerTopologyRcd>().get(tTopoHandle);
48  tTopo_ = tTopoHandle.product();
49  }
T get() const
Definition: EventSetup.h:73
T const * product() const
Definition: ESHandle.h:86
void sistrip::EnsembleCalibrationLA::write_calibrations ( ) const
private

Definition at line 106 of file EnsembleCalibrationLA.cc.

References calibrations, FrontierConditions_GlobalTag_cff::file, mps_fire::i, MillePedeFileConverter_cfg::out, and Prefix.

Referenced by analyze(), and endJob().

106  {
107  std::fstream file((Prefix + "calibrations.dat").c_str(), std::ios::out);
108  for (auto const& cal : calibrations) {
109  file << cal.first << std::endl << "\t slopes(";
110  for (float i : cal.second.slopes)
111  file << i << ",";
112  file << ")" << std::endl << "\t offsets(";
113  for (float i : cal.second.offsets)
114  file << i << ",";
115  file << ")" << std::endl << "\t pulls(";
116  for (float i : cal.second.pulls)
117  file << i << ",";
118  file << ")" << std::endl;
119  }
120  file.close();
121  }
std::map< std::string, MethodCalibrations > calibrations
void sistrip::EnsembleCalibrationLA::write_ensembles_plots ( const Book book) const
private

Definition at line 90 of file EnsembleCalibrationLA.cc.

References Book::begin(), Book::end(), FrontierConditions_GlobalTag_cff::file, compare::hist, and Prefix.

Referenced by analyze(), and endJob().

90  {
91  TFile file((Prefix + "sampleFits.root").c_str(), "RECREATE");
92  for (Book::const_iterator hist = book.begin(".*(profile|ratio|reconstruction|symm|symmchi2|_w\\d)");
93  hist != book.end();
94  ++hist)
95  hist->second->Write();
96  file.Close();
97  }
iterator begin(string_t re=".*")
Definition: Book.h:57
boost::filter_iterator< match_name, book_t::const_iterator > const_iterator
Definition: Book.h:56
iterator end(string_t re=".*")
Definition: Book.h:65
void sistrip::EnsembleCalibrationLA::write_ensembles_text ( const Book book)
private

Definition at line 51 of file EnsembleCalibrationLA.cc.

References calibrations, gather_cfg::cout, LA_Filler_Fitter::ensemble_summary(), FrontierConditions_GlobalTag_cff::file, dqm-mbProfile::format, label, LA_Filler_Fitter::layer_index(), mps_splice::line, LA_Filler_Fitter::offset_slope(), MillePedeFileConverter_cfg::out, Prefix, LA_Filler_Fitter::pull(), AlCaHLTBitMon_QueryRunRegistry::string, edmLumisInFiles::summary, and sistrip::TIB.

Referenced by analyze(), and endJob().

51  {
52  for (auto const& ensemble : LA_Filler_Fitter::ensemble_summary(book)) {
53  std::fstream file((Prefix + ensemble.first + ".dat").c_str(), std::ios::out);
54  for (auto const& summary : ensemble.second)
55  file << summary << std::endl;
56 
57  const std::pair<std::pair<float, float>, std::pair<float, float> > line =
58  LA_Filler_Fitter::offset_slope(ensemble.second);
59  const float pull = LA_Filler_Fitter::pull(ensemble.second);
60 
61  unsigned index = 15;
63  {
64  std::cout << ensemble.first << std::endl;
65  boost::regex format(".*(T[IO]B)_layer(\\d)([as])_(.*)");
66  if (boost::regex_match(ensemble.first, format)) {
67  const bool TIB = "TIB" == boost::regex_replace(ensemble.first, format, "\\1");
68  const bool stereo = "s" == boost::regex_replace(ensemble.first, format, "\\3");
69  const unsigned layer = boost::lexical_cast<unsigned>(boost::regex_replace(ensemble.first, format, "\\2"));
70  label = boost::regex_replace(ensemble.first, format, "\\4");
71  index = LA_Filler_Fitter::layer_index(TIB, stereo, layer);
72 
73  calibrations[label].slopes[index] = line.second.first;
74  calibrations[label].offsets[index] = line.first.first;
75  calibrations[label].pulls[index] = pull;
76  }
77  }
78 
79  file << std::endl
80  << std::endl
81  << "# Best Fit Line: " << line.first.first << "(" << line.first.second << ") + x* " << line.second.first
82  << "(" << line.second.second << ")" << std::endl
83  << "# Pull (average sigma of (x_measure-x_truth)/e_measure): " << pull << std::endl
84  << "LA_Calibration( METHOD_XXXXX , xxx, " << line.second.first << ", " << line.first.first << ", " << pull
85  << ")," << std::endl;
86  file.close();
87  }
88  }
std::map< std::string, MethodCalibrations > calibrations
static unsigned layer_index(bool TIB, bool stereo, unsigned layer)
static std::pair< std::pair< float, float >, std::pair< float, float > > offset_slope(const std::vector< EnsembleSummary > &)
Definition: LA_Results.cc:145
static std::map< std::string, std::vector< EnsembleSummary > > ensemble_summary(const Book &)
Definition: LA_Results.cc:116
char const * label
static float pull(const std::vector< EnsembleSummary > &)
Definition: LA_Results.cc:169
void sistrip::EnsembleCalibrationLA::write_samples_plots ( const Book book) const
private

Definition at line 99 of file EnsembleCalibrationLA.cc.

References Book::begin(), Book::end(), FrontierConditions_GlobalTag_cff::file, compare::hist, and Prefix.

Referenced by analyze(), and endJob().

99  {
100  TFile file((Prefix + "ensembleFits.root").c_str(), "RECREATE");
101  for (Book::const_iterator hist = book.begin(".*(measure|merr|ensembleReco|pull)"); hist != book.end(); ++hist)
102  hist->second->Write();
103  file.Close();
104  }
iterator begin(string_t re=".*")
Definition: Book.h:57
boost::filter_iterator< match_name, book_t::const_iterator > const_iterator
Definition: Book.h:56
iterator end(string_t re=".*")
Definition: Book.h:65

Member Data Documentation

std::map<std::string, MethodCalibrations> sistrip::EnsembleCalibrationLA::calibrations
private

Definition at line 35 of file EnsembleCalibrationLA.h.

Referenced by write_calibrations(), and write_ensembles_text().

const double sistrip::EnsembleCalibrationLA::highBin
private

Definition at line 25 of file EnsembleCalibrationLA.h.

Referenced by endJob().

const std::string sistrip::EnsembleCalibrationLA::inFileLocation
private

Definition at line 23 of file EnsembleCalibrationLA.h.

Referenced by endJob().

const std::vector<std::string> sistrip::EnsembleCalibrationLA::inputFiles
private

Definition at line 22 of file EnsembleCalibrationLA.h.

Referenced by endJob(), and VarParsing.VarParsing::parseArguments().

const double sistrip::EnsembleCalibrationLA::lowBin
private

Definition at line 25 of file EnsembleCalibrationLA.h.

Referenced by endJob().

const unsigned sistrip::EnsembleCalibrationLA::maxEvents
private

Definition at line 24 of file EnsembleCalibrationLA.h.

Referenced by endJob().

const unsigned sistrip::EnsembleCalibrationLA::nbins
private
const std::string sistrip::EnsembleCalibrationLA::Prefix
private
const unsigned sistrip::EnsembleCalibrationLA::samples
private

Definition at line 24 of file EnsembleCalibrationLA.h.

Referenced by endJob().

const TrackerTopology* sistrip::EnsembleCalibrationLA::tTopo_
private

Definition at line 37 of file EnsembleCalibrationLA.h.

Referenced by endJob(), and endRun().

std::vector<int> sistrip::EnsembleCalibrationLA::vMethods
private

Definition at line 26 of file EnsembleCalibrationLA.h.

Referenced by endJob().