Classes | |
class | isEqual |
Public Member Functions | |
SiStripGainFromCalibTree (const edm::ParameterSet &) | |
~SiStripGainFromCalibTree () | |
Public Member Functions inherited from ConditionDBWriter< SiStripApvGain > | |
ConditionDBWriter (const edm::ParameterSet &iConfig) | |
virtual | ~ConditionDBWriter () |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Types | |
enum | statistic_type { None =-1, StdBunch, StdBunch0T, FaABunch, FaABunch0T, IsoBunch, IsoBunch0T, Harvest } |
Private Member Functions | |
virtual void | algoAnalyze (const edm::Event &, const edm::EventSetup &) override |
void | algoAnalyzeTheTree () |
virtual void | algoBeginJob (const edm::EventSetup &iSetup) override |
virtual void | algoBeginRun (const edm::Run &run, const edm::EventSetup &iSetup) override |
void | algoComputeMPVandGain () |
virtual void | algoEndJob () override |
virtual void | algoEndRun (const edm::Run &run, const edm::EventSetup &iSetup) override |
void | bookDQMHistos (const char *dqm_dir, const char *tag) |
template<typename T > | |
edm::Handle< T > | connect (const T *&ptr, edm::EDGetTokenT< T > token, const edm::Event &evt) |
SiStripApvGain * | getNewObject () override |
void | getPeakOfLandau (TH1 *InputHisto, double *FitResults, double LowRange=50, double HighRange=5400) |
bool | isBFieldConsistentWithMode (const edm::EventSetup &iSetup) const |
bool | IsGoodLandauFit (double *FitResults) |
void | MakeCalibrationMap () |
void | merge (TH2 *A, TH2 *B) |
void | processEvent () |
bool | produceTagFilter () |
int | statCollectionFromMode (const char *tag) const |
void | storeOnTree (TFileService *tfs) |
void | swapBFieldMode (void) |
Private Attributes | |
std::string | AlgoMode |
bool | AllowSaturation |
const std::vector< unsigned char > * | amplitude =0 |
edm::EDGetTokenT< std::vector < unsigned char > > | amplitude_token_ |
__gnu_cxx::hash_map< unsigned int, stAPVGain *, __gnu_cxx::hash< unsigned int >, isEqual > | APVsColl |
std::vector< stAPVGain * > | APVsCollOrdered |
unsigned int | BAD |
string | CalibPrefix_ |
int | CalibrationLevel |
string | CalibSuffix_ |
const std::vector< unsigned int > * | charge =0 |
edm::EDGetTokenT< std::vector < unsigned int > > | charge_token_ |
std::vector< MonitorElement * > | Charge_Vs_Index |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTECM1 |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTECM2 |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTECP1 |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTECP2 |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTIB |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTIDM |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTIDP |
std::vector< MonitorElement * > | Charge_Vs_PathlengthTOB |
const std::vector< double > * | chargeoverpath =0 |
edm::EDGetTokenT< std::vector < double > > | chargeoverpath_token_ |
DQMStore * | dbe |
std::vector< string > | dqm_tag_ |
unsigned int | ERun |
unsigned int | eventnumber =0 |
string | EventPrefix_ |
string | EventSuffix_ |
const std::vector< bool > * | farfromedge =0 |
edm::EDGetTokenT< std::vector < bool > > | farfromedge_token_ |
bool | FirstSetOfConstants |
const std::vector< unsigned short > * | firststrip =0 |
edm::EDGetTokenT< std::vector < unsigned short > > | firststrip_token_ |
const std::vector< double > * | gainused =0 |
edm::EDGetTokenT< std::vector < double > > | gainused_token_ |
unsigned int | GOOD |
const std::vector< double > * | localdirx =0 |
edm::EDGetTokenT< std::vector < double > > | localdirx_token_ |
const std::vector< double > * | localdiry =0 |
edm::EDGetTokenT< std::vector < double > > | localdiry_token_ |
const std::vector< double > * | localdirz =0 |
edm::EDGetTokenT< std::vector < double > > | localdirz_token_ |
string | m_calibrationMode |
string | m_calibrationPath |
string | m_DQMdir |
bool | m_harvestingMode |
bool | m_splitDQMstat |
double | MagFieldCurrentTh |
unsigned int | MASKED |
double | MaxChi2OverNDF |
double | MaxMPVError |
unsigned int | MaxNrStrips |
double | MaxTrackChiOverNdf |
double | MaxTrackEta |
int | MaxTrackingIteration |
double | MaxTrackMomentum |
double | MinNrEntries |
double | MinTrackEta |
unsigned int | MinTrackHits |
double | MinTrackMomentum |
unsigned int | NClusterPixel |
unsigned int | NClusterStrip |
unsigned int | NEvent |
int | NPixelDets |
int | NStripAPVs |
const std::vector< unsigned short > * | nstrips =0 |
edm::EDGetTokenT< std::vector < unsigned short > > | nstrips_token_ |
unsigned int | NTrack |
bool | OldGainRemoving |
std::string | OutputGains |
const std::vector< bool > * | overlapping =0 |
edm::EDGetTokenT< std::vector < bool > > | overlapping_token_ |
const std::vector< double > * | path =0 |
edm::EDGetTokenT< std::vector < double > > | path_token_ |
const std::vector< unsigned int > * | rawid =0 |
edm::EDGetTokenT< std::vector < unsigned int > > | rawid_token_ |
unsigned int | runnumber =0 |
const std::vector< bool > * | saturation =0 |
edm::EDGetTokenT< std::vector < bool > > | saturation_token_ |
bool | saveSummary |
unsigned int | SRun |
double | tagCondition_GoodFrac |
double | tagCondition_NClusters |
TFileService * | tfs |
const std::vector< int > * | trackalgo =0 |
edm::EDGetTokenT< std::vector < int > > | trackalgo_token_ |
const std::vector< double > * | trackchi2ndof =0 |
edm::EDGetTokenT< std::vector < double > > | trackchi2ndof_token_ |
const std::vector< double > * | tracketa =0 |
edm::EDGetTokenT< std::vector < double > > | tracketa_token_ |
const std::vector< unsigned int > * | trackhitsvalid =0 |
edm::EDGetTokenT< std::vector < unsigned int > > | trackhitsvalid_token_ |
const std::vector< int > * | trackindex =0 |
edm::EDGetTokenT< std::vector < int > > | trackindex_token_ |
const std::vector< float > * | trackp =0 |
edm::EDGetTokenT< std::vector < float > > | trackp_token_ |
const std::vector< double > * | trackphi =0 |
edm::EDGetTokenT< std::vector < double > > | trackphi_token_ |
string | TrackPrefix_ |
const std::vector< float > * | trackpt =0 |
edm::EDGetTokenT< std::vector < float > > | trackpt_token_ |
string | TrackSuffix_ |
const std::vector< bool > * | TrigTech =0 |
edm::EDGetTokenT< std::vector < bool > > | TrigTech_token_ |
bool | useCalibration |
bool | Validation |
vector< string > | VInputFiles |
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 &) |
Protected Member Functions inherited from ConditionDBWriter< SiStripApvGain > | |
void | setDoStore (const bool doStore) |
When set to false the payload will not be written to the db. More... | |
void | storeOnDbNow () |
cond::Time_t | timeOfLastIOV () |
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 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) |
Definition at line 119 of file SiStripGainFromCalibTree.cc.
|
private |
Enumerator | |
---|---|
None | |
StdBunch | |
StdBunch0T | |
FaABunch | |
FaABunch0T | |
IsoBunch | |
IsoBunch0T | |
Harvest |
Definition at line 196 of file SiStripGainFromCalibTree.cc.
|
explicit |
Definition at line 300 of file SiStripGainFromCalibTree.cc.
References AlgoMode, AllowSaturation, amplitude_token_, CalibPrefix_, CalibrationLevel, CalibSuffix_, charge_token_, Charge_Vs_Index, Charge_Vs_PathlengthTECM1, Charge_Vs_PathlengthTECM2, Charge_Vs_PathlengthTECP1, Charge_Vs_PathlengthTECP2, Charge_Vs_PathlengthTIB, Charge_Vs_PathlengthTIDM, Charge_Vs_PathlengthTIDP, Charge_Vs_PathlengthTOB, chargeoverpath_token_, dbe, dqm_tag_, EventPrefix_, EventSuffix_, farfromedge_token_, FirstSetOfConstants, firststrip_token_, gainused_token_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_25ns10e33_v2_cff::InputTag, diffTwoXMLs::label, localdirx_token_, localdiry_token_, localdirz_token_, m_calibrationMode, m_calibrationPath, m_DQMdir, m_harvestingMode, m_splitDQMstat, MagFieldCurrentTh, MaxChi2OverNDF, MaxMPVError, MaxNrStrips, MaxTrackChiOverNdf, MaxTrackEta, MaxTrackingIteration, MaxTrackMomentum, MinNrEntries, MinTrackEta, MinTrackHits, MinTrackMomentum, nstrips_token_, OldGainRemoving, cppFunctionSkipper::operator, OutputGains, overlapping_token_, path_token_, rawid_token_, saturation_token_, saveSummary, AlCaHLTBitMon_QueryRunRegistry::string, tagCondition_GoodFrac, tagCondition_NClusters, trackalgo_token_, trackchi2ndof_token_, tracketa_token_, trackhitsvalid_token_, trackindex_token_, trackp_token_, trackphi_token_, TrackPrefix_, trackpt_token_, TrackSuffix_, TrigTech_token_, useCalibration, Validation, and VInputFiles.
SiStripGainFromCalibTree::~SiStripGainFromCalibTree | ( | ) |
Definition at line 1248 of file SiStripGainFromCalibTree.cc.
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 1274 of file SiStripGainFromCalibTree.cc.
References AlgoMode, amplitude, amplitude_token_, charge, charge_token_, chargeoverpath, chargeoverpath_token_, connect(), edm::EventID::event(), eventnumber, farfromedge, farfromedge_token_, firststrip, firststrip_token_, gainused, gainused_token_, edm::EventBase::id(), localdirx, localdirx_token_, localdiry, localdiry_token_, localdirz, localdirz_token_, m_harvestingMode, nstrips, nstrips_token_, overlapping, overlapping_token_, path, path_token_, processEvent(), rawid, rawid_token_, edm::EventID::run(), runnumber, saturation, saturation_token_, trackalgo, trackalgo_token_, trackchi2ndof, trackchi2ndof_token_, tracketa, tracketa_token_, trackhitsvalid, trackhitsvalid_token_, trackindex, trackindex_token_, trackp, trackp_token_, trackphi, trackphi_token_, trackpt, trackpt_token_, TrigTech, and TrigTech_token_.
|
private |
Definition at line 933 of file SiStripGainFromCalibTree.cc.
References amplitude, CalibPrefix_, CalibSuffix_, charge, chargeoverpath, eventnumber, EventPrefix_, EventSuffix_, farfromedge, firststrip, gainused, i, localdirx, localdiry, localdirz, m_calibrationMode, NEvent, nstrips, NULL, overlapping, path, processEvent(), rawid, runnumber, saturation, trackalgo, trackchi2ndof, tracketa, trackhitsvalid, trackindex, trackp, trackphi, TrackPrefix_, trackpt, TrackSuffix_, MainPageGenerator::tree, TrigTech, and VInputFiles.
Referenced by algoEndJob().
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 451 of file SiStripGainFromCalibTree.cc.
References AlgoMode, sistrip::APV, stAPVGain::APVId, APVsColl, APVsCollOrdered, BAD, stAPVGain::Bin, bookDQMHistos(), stAPVGain::DetId, dqm_tag_, HTMLExport::elem(), ERun, stAPVGain::Eta, stAPVGain::FitChi2, stAPVGain::FitMPV, stAPVGain::FitMPVErr, stAPVGain::FitNorm, stAPVGain::FitWidth, stAPVGain::FitWidthErr, stAPVGain::Gain, edm::EventSetup::get(), GOOD, i, stAPVGain::Index, isBFieldConsistentWithMode(), stAPVGain::isMasked, j, m_calibrationMode, m_DQMdir, m_harvestingMode, m_splitDQMstat, MakeCalibrationMap(), MASKED, NClusterPixel, NClusterStrip, PixelTopology::ncolumns(), stAPVGain::NEntries, NEvent, NPixelDets, PixelTopology::nrows(), NStripAPVs, StripTopology::nstrips(), NTrack, or, stAPVGain::Phi, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, stAPVGain::PreviousGain, stAPVGain::PreviousGainTick, stAPVGain::R, DetId::rawId(), SRun, statCollectionFromMode(), AlCaHLTBitMon_QueryRunRegistry::string, stAPVGain::SubDet, DetId::subdetId(), swapBFieldMode(), StripSubdetector::TEC, stAPVGain::Thickness, StripSubdetector::TIB, StripSubdetector::TID, StripSubdetector::TOB, stAPVGain::x, stAPVGain::y, and stAPVGain::z.
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 606 of file SiStripGainFromCalibTree.cc.
References a, AlgoMode, sistrip::APV, stAPVGain::APVId, APVsCollOrdered, stAPVGain::DetId, cmsRelvalreport::exit, edm::EventSetup::get(), isBFieldConsistentWithMode(), stAPVGain::isMasked, edm::ESHandleBase::isValid(), m_calibrationMode, m_harvestingMode, stAPVGain::PreviousGain, stAPVGain::PreviousGainTick, and swapBFieldMode().
|
private |
Definition at line 985 of file SiStripGainFromCalibTree.cc.
References AlgoMode, sistrip::APV, stAPVGain::APVId, APVsColl, BAD, stAPVGain::Bin, CalibrationLevel, Charge_Vs_Index, stAPVGain::DetId, stAPVGain::FitChi2, stAPVGain::FitMPV, stAPVGain::FitMPVErr, stAPVGain::FitNorm, stAPVGain::FitWidth, stAPVGain::FitWidthErr, stAPVGain::Gain, getPeakOfLandau(), GOOD, Harvest, Exhume::I, i, stAPVGain::Index, IsGoodLandauFit(), stAPVGain::isMasked, m_calibrationMode, MASKED, stAPVGain::NEntries, NULL, stAPVGain::PreviousGain, statCollectionFromMode(), and stAPVGain::SubDet.
Referenced by algoEndJob().
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 755 of file SiStripGainFromCalibTree.cc.
References algoAnalyzeTheTree(), algoComputeMPVandGain(), AlgoMode, Charge_Vs_Index, Charge_Vs_PathlengthTECM1, Charge_Vs_PathlengthTECM2, Charge_Vs_PathlengthTECP1, Charge_Vs_PathlengthTECP2, Charge_Vs_PathlengthTIB, Charge_Vs_PathlengthTIDM, Charge_Vs_PathlengthTIDP, Charge_Vs_PathlengthTOB, Harvest, m_calibrationMode, m_harvestingMode, TFileService::make(), NClusterPixel, NClusterStrip, NPixelDets, NStripAPVs, cppFunctionSkipper::operator, or, saveSummary, statCollectionFromMode(), storeOnTree(), and tfs.
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 648 of file SiStripGainFromCalibTree.cc.
References AlgoMode, Charge_Vs_Index, Charge_Vs_PathlengthTECM1, Charge_Vs_PathlengthTECM2, Charge_Vs_PathlengthTECP1, Charge_Vs_PathlengthTECP2, Charge_Vs_PathlengthTIB, Charge_Vs_PathlengthTIDM, Charge_Vs_PathlengthTIDP, Charge_Vs_PathlengthTOB, dbe, Harvest, m_calibrationMode, m_DQMdir, m_harvestingMode, m_splitDQMstat, merge(), statCollectionFromMode(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 411 of file SiStripGainFromCalibTree.cc.
References AlgoMode, Charge_Vs_Index, Charge_Vs_PathlengthTECM1, Charge_Vs_PathlengthTECM2, Charge_Vs_PathlengthTECP1, Charge_Vs_PathlengthTECP2, Charge_Vs_PathlengthTIB, Charge_Vs_PathlengthTIDM, Charge_Vs_PathlengthTIDP, Charge_Vs_PathlengthTOB, dbe, Harvest, m_harvestingMode, statCollectionFromMode(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by algoBeginJob().
|
inlineprivate |
Definition at line 152 of file SiStripGainFromCalibTree.cc.
References edm::Event::getByToken(), patZpeak::handle, and edm::Handle< T >::product().
Referenced by Vispa.Gui.ZoomableScrollArea.ZoomableScrollArea::__init__(), Vispa.Views.PropertyView.BooleanProperty::__init__(), Vispa.Gui.FindDialog.FindDialog::_addScript(), Vispa.Gui.FindDialog.FindDialog::_addStringProperty(), Vispa.Main.Application.Application::_connectSignals(), Vispa.Plugins.ConfigEditor.CodeTableView.CodeTableView::_createItem(), Vispa.Gui.BoxContentDialog.BoxContentDialog::addButton(), Vispa.Gui.ToolBoxContainer.ToolBoxContainer::addWidget(), algoAnalyze(), Vispa.Views.PropertyView.PropertyView::append(), Vispa.Views.PropertyView.PropertyView::appendAddRow(), Vispa.Main.Application.Application::createAction(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createButton(), Vispa.Views.LineDecayView.LineDecayView::createLineDecayContainer(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createLineEdit(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createTextEdit(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filterDialog(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Gui.PortWidget.PortWidget::mouseMoveEvent(), Vispa.Views.PropertyView.BooleanProperty::setChecked(), Vispa.Main.SplitterTab.SplitterTab::setController(), Vispa.Plugins.Browser.BrowserTab.BrowserTab::setController(), Vispa.Views.PropertyView.BooleanProperty::setReadOnly(), Vispa.Views.PropertyView.DropDownProperty::setReadOnly(), Vispa.Views.PropertyView.TextEditWithButtonProperty::setReadOnly(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setTab(), Vispa.Views.PropertyView.IntegerProperty::setValue(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView(), Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController::updateViewMenu(), and Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController::updateViewMenu().
|
overrideprivatevirtual |
Implements ConditionDBWriter< SiStripApvGain >.
Definition at line 1211 of file SiStripGainFromCalibTree.cc.
References a, sistrip::APV, APVsCollOrdered, stAPVGain::DetId, stAPVGain::Gain, m_harvestingMode, NULL, getGTfromDQMFile::obj, produceTagFilter(), SiStripApvGain::put(), ConditionDBWriter< SiStripApvGain >::setDoStore(), and stAPVGain::SubDet.
|
private |
Definition at line 795 of file SiStripGainFromCalibTree.cc.
References MinNrEntries.
Referenced by algoComputeMPVandGain().
|
private |
Definition at line 587 of file SiStripGainFromCalibTree.cc.
References edm::EventSetup::get(), m_calibrationMode, MagFieldCurrentTh, and edm::ESHandle< class >::product().
Referenced by algoBeginJob(), and algoBeginRun().
|
private |
Definition at line 822 of file SiStripGainFromCalibTree.cc.
Referenced by algoComputeMPVandGain().
|
private |
Definition at line 1252 of file SiStripGainFromCalibTree.cc.
References sistrip::APV, APVsColl, stAPVGain::CalibGain, m_calibrationPath, and useCalibration.
Referenced by algoBeginJob().
|
private |
Definition at line 287 of file SiStripGainFromCalibTree.cc.
References x().
Referenced by algoEndRun().
|
private |
Definition at line 829 of file SiStripGainFromCalibTree.cc.
References AllowSaturation, sistrip::APV, APVsColl, stAPVGain::CalibGain, Charge_Vs_Index, Charge_Vs_PathlengthTECM1, Charge_Vs_PathlengthTECM2, Charge_Vs_PathlengthTECP1, Charge_Vs_PathlengthTECP2, Charge_Vs_PathlengthTIB, Charge_Vs_PathlengthTIDM, Charge_Vs_PathlengthTIDP, Charge_Vs_PathlengthTOB, ERun, stAPVGain::Eta, eventnumber, edm::false, farfromedge, HcalObjRepresent::Fill(), FirstSetOfConstants, firststrip, i, stAPVGain::Index, m_calibrationMode, MaxNrStrips, MaxTrackChiOverNdf, MaxTrackEta, MaxTrackingIteration, MaxTrackMomentum, MinTrackEta, MinTrackHits, MinTrackMomentum, NClusterPixel, NClusterStrip, NEvent, nstrips, NTrack, OldGainRemoving, overlapping, path, stAPVGain::PreviousGain, runnumber, alignCSCRings::s, saturation, SRun, statCollectionFromMode(), stAPVGain::SubDet, StripSubdetector::TEC, stAPVGain::Thickness, StripSubdetector::TIB, StripSubdetector::TID, StripSubdetector::TOB, trackalgo, trackchi2ndof, tracketa, trackhitsvalid, trackp, funct::true, useCalibration, and Validation.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 1181 of file SiStripGainFromCalibTree.cc.
References AlgoMode, BAD, Charge_Vs_Index, GOOD, Harvest, funct::integral(), m_calibrationMode, NStripAPVs, statCollectionFromMode(), tagCondition_GoodFrac, and tagCondition_NClusters.
Referenced by getNewObject().
|
inlineprivate |
Definition at line 274 of file SiStripGainFromCalibTree.cc.
References FSQ::None, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by algoBeginJob(), algoComputeMPVandGain(), algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), produceTagFilter(), and storeOnTree().
|
private |
Definition at line 1065 of file SiStripGainFromCalibTree.cc.
References a, sistrip::APV, stAPVGain::APVId, APVsCollOrdered, BAD, Charge_Vs_Index, stAPVGain::DetId, stAPVGain::Eta, stAPVGain::FitChi2, stAPVGain::FitMPV, stAPVGain::FitMPVErr, stAPVGain::FitNorm, stAPVGain::FitWidth, stAPVGain::FitWidthErr, stAPVGain::Gain, GOOD, stAPVGain::Index, stAPVGain::isMasked, m_calibrationMode, TFileService::make(), MASKED, NClusterPixel, NClusterStrip, stAPVGain::NEntries, NEvent, NPixelDets, NStripAPVs, NTrack, NULL, OutputGains, stAPVGain::Phi, stAPVGain::PreviousGain, stAPVGain::PreviousGainTick, stAPVGain::R, statCollectionFromMode(), stAPVGain::SubDet, stAPVGain::Thickness, stAPVGain::x, stAPVGain::y, and stAPVGain::z.
Referenced by algoEndJob().
|
private |
Definition at line 598 of file SiStripGainFromCalibTree.cc.
References m_calibrationMode.
Referenced by algoBeginJob(), and algoBeginRun().
|
private |
Definition at line 192 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoBeginJob(), algoBeginRun(), algoComputeMPVandGain(), algoEndJob(), algoEndRun(), bookDQMHistos(), produceTagFilter(), and SiStripGainFromCalibTree().
|
private |
Definition at line 175 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 253 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 253 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 270 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoComputeMPVandGain(), MakeCalibrationMap(), and processEvent().
|
private |
Definition at line 269 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoBeginRun(), getNewObject(), and storeOnTree().
|
private |
Definition at line 220 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoComputeMPVandGain(), produceTagFilter(), and storeOnTree().
|
private |
Definition at line 260 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), and SiStripGainFromCalibTree().
|
private |
Definition at line 179 of file SiStripGainFromCalibTree.cc.
Referenced by algoComputeMPVandGain(), and SiStripGainFromCalibTree().
|
private |
Definition at line 261 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), and SiStripGainFromCalibTree().
|
private |
Definition at line 250 of file SiStripGainFromCalibTree.cc.
Referenced by Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleData::__repr__(), algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 250 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 200 of file SiStripGainFromCalibTree.cc.
Referenced by algoComputeMPVandGain(), algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), produceTagFilter(), SiStripGainFromCalibTree(), and storeOnTree().
|
private |
Definition at line 208 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 209 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 206 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 207 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 202 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 205 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 204 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 203 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), algoEndRun(), bookDQMHistos(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 252 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 252 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 162 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndRun(), bookDQMHistos(), and SiStripGainFromCalibTree().
|
private |
Definition at line 198 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), and SiStripGainFromCalibTree().
|
private |
Definition at line 218 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), and processEvent().
|
private |
Definition at line 226 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 256 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), and SiStripGainFromCalibTree().
|
private |
Definition at line 257 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), and SiStripGainFromCalibTree().
|
private |
Definition at line 249 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 249 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 176 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 245 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 245 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 254 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 254 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 219 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoComputeMPVandGain(), produceTagFilter(), and storeOnTree().
|
private |
Definition at line 242 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 242 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 243 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 243 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 244 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 244 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 185 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), algoBeginJob(), algoBeginRun(), algoComputeMPVandGain(), algoEndJob(), algoEndRun(), isBFieldConsistentWithMode(), processEvent(), produceTagFilter(), SiStripGainFromCalibTree(), storeOnTree(), and swapBFieldMode().
|
private |
Definition at line 186 of file SiStripGainFromCalibTree.cc.
Referenced by MakeCalibrationMap(), and SiStripGainFromCalibTree().
|
private |
Definition at line 187 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoEndRun(), and SiStripGainFromCalibTree().
|
private |
Definition at line 183 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoBeginJob(), algoBeginRun(), algoEndJob(), algoEndRun(), bookDQMHistos(), getNewObject(), and SiStripGainFromCalibTree().
|
private |
Definition at line 184 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoEndRun(), and SiStripGainFromCalibTree().
|
private |
Definition at line 163 of file SiStripGainFromCalibTree.cc.
Referenced by isBFieldConsistentWithMode(), and SiStripGainFromCalibTree().
|
private |
Definition at line 221 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoComputeMPVandGain(), and storeOnTree().
|
private |
Definition at line 166 of file SiStripGainFromCalibTree.cc.
Referenced by SiStripGainFromCalibTree().
|
private |
Definition at line 165 of file SiStripGainFromCalibTree.cc.
Referenced by SiStripGainFromCalibTree().
|
private |
Definition at line 171 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 173 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 170 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 174 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 168 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 164 of file SiStripGainFromCalibTree.cc.
Referenced by getPeakOfLandau(), and SiStripGainFromCalibTree().
|
private |
Definition at line 169 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 172 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 167 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 214 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoEndJob(), processEvent(), and storeOnTree().
|
private |
Definition at line 213 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoEndJob(), processEvent(), and storeOnTree().
|
private |
Definition at line 211 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), algoBeginJob(), processEvent(), and storeOnTree().
|
private |
Definition at line 216 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoEndJob(), and storeOnTree().
|
private |
Definition at line 215 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), algoEndJob(), produceTagFilter(), and storeOnTree().
|
private |
Definition at line 246 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 246 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 212 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), processEvent(), and storeOnTree().
|
private |
Definition at line 178 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 193 of file SiStripGainFromCalibTree.cc.
Referenced by SiStripGainFromCalibTree(), and storeOnTree().
|
private |
Definition at line 248 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 248 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 251 of file SiStripGainFromCalibTree.cc.
Referenced by python.rootplot.rootmath.Target::__repr__(), algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 251 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 241 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 241 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 227 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 247 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 247 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 181 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob(), and SiStripGainFromCalibTree().
|
private |
Definition at line 217 of file SiStripGainFromCalibTree.cc.
Referenced by algoBeginJob(), and processEvent().
|
private |
Definition at line 190 of file SiStripGainFromCalibTree.cc.
Referenced by produceTagFilter(), and SiStripGainFromCalibTree().
|
private |
Definition at line 189 of file SiStripGainFromCalibTree.cc.
Referenced by produceTagFilter(), and SiStripGainFromCalibTree().
|
private |
Definition at line 161 of file SiStripGainFromCalibTree.cc.
Referenced by algoEndJob().
|
private |
Definition at line 237 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 237 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 231 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 231 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 234 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 234 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 236 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 236 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 240 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 240 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 232 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), algoAnalyzeTheTree(), and processEvent().
|
private |
Definition at line 232 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 235 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 235 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 258 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), and SiStripGainFromCalibTree().
|
private |
Definition at line 233 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 233 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 259 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), and SiStripGainFromCalibTree().
|
private |
Definition at line 228 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and algoAnalyzeTheTree().
|
private |
Definition at line 228 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyze(), and SiStripGainFromCalibTree().
|
private |
Definition at line 182 of file SiStripGainFromCalibTree.cc.
Referenced by MakeCalibrationMap(), processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 177 of file SiStripGainFromCalibTree.cc.
Referenced by processEvent(), and SiStripGainFromCalibTree().
|
private |
Definition at line 194 of file SiStripGainFromCalibTree.cc.
Referenced by algoAnalyzeTheTree(), and SiStripGainFromCalibTree().