#include <Calibration/HOCalibAnalyzer/src/HOCalibAnalyzer.cc>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
int | getHOieta (int ij) |
int | invert_HOieta (int ieta) |
Private Attributes | |
float | caloen [3] |
float | chisq |
float | ecal03 |
const double | elosfact = (14.9 + 0.96 * fabs(log(8 * 2.8)) + 0.033 * 8 * (1.0 - pow(8, -0.33))) |
float | hbhesig [9] |
float | hcal03 |
TH1F * | ho_indenergy [netamx][nphimx] |
float | hoang |
edm::InputTag | hoCalibVariableCollectionTag |
float | hocorsig [18] |
float | hocro |
float | hodx |
float | hody |
unsigned | hoflag |
float | hosig [9] |
float | htime |
unsigned | ievt |
int | ilumi |
float | inslumi |
int | ipass |
int | irun |
int | isect |
int | isect2 |
const double | m_ahigh |
const int | m_bins |
const bool | m_cosmic |
const bool | m_histFill |
const double | m_low |
const bool | m_treeFill |
const bool | m_zeroField |
float | momatho |
TH2F * | mu_projection [ncut+1] |
TH1F * | muonch |
TH1F * | muonmm |
TH1F * | muonnm |
TH1F * | muonph |
TH1F * | muonth |
int | mypow_2 [31] |
float | ncount [ringmx][ncut+10] |
int | ndof |
int | nevents [10] |
int | nmuon |
int | nprim |
float | pherr |
TH1F * | sel_muonch |
TH1F * | sel_muonmm |
TH1F * | sel_muonnm |
TH1F * | sel_muonph |
TH1F * | sel_muonth |
TH2F * | sig_eta_evt [3 *netamx][ncut] |
TH2F * | sigvsevt [3 *netamx][ncut] |
TTree * | T1 |
float | therr |
float | tkpt03 |
float | tmphoang |
const edm::EDGetTokenT < HORecHitCollection > | tok_allho_ |
const edm::EDGetTokenT < HOCalibVariableCollection > | tok_ho_ |
float | trkdr |
float | trkdz |
float | trkmm |
float | trkph |
float | trkth |
float | trkvx |
float | trkvy |
float | trkvz |
const char * | varcrit [3] = {"All", "steps", "n-1"} |
TH1F * | variab [3 *netamx][ncut] |
Static Private Attributes | |
static constexpr int | ncut = 14 |
static constexpr int | netamx = 30 |
static constexpr int | nphimx = 72 |
static constexpr int | ringmx = 5 |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
April 2015 Addition of these variables, ilumi (analyser), inslumi (analyser), nprim
Definition at line 63 of file HOCalibAnalyzer.cc.
|
explicit |
Definition at line 150 of file HOCalibAnalyzer.cc.
References caloen, chisq, ecal03, compareTotals::fs, getHOieta(), hcal03, ho_indenergy, hoang, hocorsig, hocro, hodx, hody, hoflag, hosig, htime, ievt, ilumi, inslumi, ipass, irun, isect, isect2, TFileService::kSharedResource, m_ahigh, m_bins, m_cosmic, m_histFill, m_low, TFileService::make(), momatho, mu_projection, muonch, muonmm, muonnm, muonph, muonth, mypow_2, mergeVDriftHistosByStation::name, ncount, ncut, ndof, netamx, nevents, nmuon, nphimx, nprim, pherr, funct::pow(), ringmx, sel_muonch, sel_muonmm, sel_muonnm, sel_muonph, sel_muonth, sig_eta_evt, sigvsevt, T1, therr, runGCPTkAlMap::title, tkpt03, trkdr, trkdz, trkmm, trkph, trkth, trkvx, trkvy, trkvz, varcrit, and variab.
|
override |
Definition at line 316 of file HOCalibAnalyzer.cc.
References ipass, and nevents.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 331 of file HOCalibAnalyzer.cc.
References funct::abs(), caloen, chisq, ecal03, materialEffect::elos, elosfact, edm::EventID::event(), edm::Event::getHandle(), hcal03, ho_indenergy, hoang, hocorsig, hocro, hodx, hody, hoflag, hosig, htime, edm::EventBase::id(), ievt, if(), ilumi, inslumi, invert_HOieta(), ipass, isect, isect2, log, edm::EventBase::luminosityBlock(), m_cosmic, m_histFill, m_treeFill, m_zeroField, siStripFEDMonitor_P5_cff::Max, momatho, mu_projection, muonch, muonmm, muonnm, muonph, muonth, mypow_2, ncount, ncut, ndof, netamx, nevents, nmuon, nphimx, nprim, pherr, funct::pow(), ringmx, edm::EventID::run(), sel_muonch, sel_muonmm, sel_muonnm, sel_muonph, sel_muonth, sig_eta_evt, sigvsevt, funct::sin(), T1, therr, tkpt03, tmphoang, tok_ho_, trkdr, trkdz, trkmm, trkph, trkth, trkvx, trkvy, trkvz, and variab.
|
inlineoverrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 69 of file HOCalibAnalyzer.cc.
|
inlineoverrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 71 of file HOCalibAnalyzer.cc.
Referenced by o2olib.O2ORunMgr::executeJob().
|
inlineprivate |
|
inlineprivate |
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 125 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 80 of file HOCalibAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
|
private |
Definition at line 125 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
Definition at line 99 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 132 of file HOCalibAnalyzer.cc.
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 120 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 120 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 121 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 95 of file HOCalibAnalyzer.cc.
Referenced by analyze(), HOCalibAnalyzer(), and ~HOCalibAnalyzer().
|
private |
Definition at line 121 of file HOCalibAnalyzer.cc.
Referenced by HOCalibAnalyzer().
|
private |
Definition at line 121 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 121 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 91 of file HOCalibAnalyzer.cc.
Referenced by HOCalibAnalyzer().
|
private |
Definition at line 89 of file HOCalibAnalyzer.cc.
Referenced by HOCalibAnalyzer().
|
private |
Definition at line 87 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 92 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 90 of file HOCalibAnalyzer.cc.
Referenced by HOCalibAnalyzer().
|
private |
Definition at line 93 of file HOCalibAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 88 of file HOCalibAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 125 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 118 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 105 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 102 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 101 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 104 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 103 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 85 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
Definition at line 130 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
staticprivate |
Definition at line 76 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 121 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
staticprivate |
Definition at line 73 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 128 of file HOCalibAnalyzer.cc.
Referenced by analyze(), HOCalibAnalyzer(), and ~HOCalibAnalyzer().
|
private |
Definition at line 121 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
staticprivate |
Definition at line 74 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 121 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
staticprivate |
Definition at line 75 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 111 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 108 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 107 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 110 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 109 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
Definition at line 114 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
Definition at line 115 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 97 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 125 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 126 of file HOCalibAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 134 of file HOCalibAnalyzer.cc.
|
private |
Definition at line 133 of file HOCalibAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 123 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().
|
private |
Definition at line 78 of file HOCalibAnalyzer.cc.
Referenced by HOCalibAnalyzer().
Definition at line 116 of file HOCalibAnalyzer.cc.
Referenced by analyze(), and HOCalibAnalyzer().