#include <EcalSimpleTBAnalyzer.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
EcalSimpleTBAnalyzer (const edm::ParameterSet &) | |
virtual void | endJob () |
~EcalSimpleTBAnalyzer () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
std::string | digiCollection_ |
std::string | digiProducer_ |
std::string | eventHeaderCollection_ |
std::string | eventHeaderProducer_ |
TH2F * | h_ampltdc |
TH1F * | h_bprofx |
TH1F * | h_bprofy |
TH1F * | h_e1e25 |
TH2F * | h_e1e25_mapx |
TH2F * | h_e1e25_mapy |
TH1F * | h_e1e9 |
TH2F * | h_e1e9_mapx |
TH2F * | h_e1e9_mapy |
TH1F * | h_e1x1 |
TH1F * | h_e1x1_center |
TH1F * | h_e3x3 |
TH1F * | h_e3x3_center |
TH1F * | h_e5x5 |
TH1F * | h_e5x5_center |
TH1F * | h_e9e25 |
TH2F * | h_e9e25_mapx |
TH2F * | h_e9e25_mapy |
TH2F * | h_mapx [25] |
TH2F * | h_mapy [25] |
TH1F * | h_qualx |
TH1F * | h_qualy |
TH2F * | h_Shape_ |
TH1F * | h_slopex |
TH1F * | h_slopey |
TH1F * | h_tableIsMoving |
std::string | hitCollection_ |
std::string | hitProducer_ |
std::string | hodoRecInfoCollection_ |
std::string | hodoRecInfoProducer_ |
std::string | rootfile_ |
std::string | tdcRecInfoCollection_ |
std::string | tdcRecInfoProducer_ |
EBDetId | xtalInBeam_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 43 of file EcalSimpleTBAnalyzer.h.
|
explicit |
Definition at line 46 of file EcalSimpleTBAnalyzer.cc.
References gather_cfg::cout, digiCollection_, digiProducer_, eventHeaderCollection_, eventHeaderProducer_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hitCollection_, hitProducer_, hodoRecInfoCollection_, hodoRecInfoProducer_, rootfile_, tdcRecInfoCollection_, and tdcRecInfoProducer_.
EcalSimpleTBAnalyzer::~EcalSimpleTBAnalyzer | ( | ) |
Definition at line 70 of file EcalSimpleTBAnalyzer.cc.
|
virtual |
std::cout << "** Xtal in the matrix **** row " << row << ", column " << column << ", xtal " << Xtals5x5[icry].ic() << std::endl;
Implements edm::EDAnalyzer.
Definition at line 215 of file EcalSimpleTBAnalyzer.cc.
References EcalMGPASample::adc(), gather_cfg::cout, digiCollection_, digiProducer_, jptDQMConfig_cff::eMax, EBDetId::ETAPHIMODE, eventHeaderProducer_, edm::Event::getByLabel(), h_ampltdc, h_bprofx, h_bprofy, h_e1e25, h_e1e25_mapx, h_e1e25_mapy, h_e1e9, h_e1e9_mapx, h_e1e9_mapy, h_e1x1, h_e1x1_center, h_e3x3, h_e3x3_center, h_e5x5, h_e5x5_center, h_e9e25, h_e9e25_mapx, h_e9e25_mapy, h_mapx, h_mapy, h_qualx, h_qualy, h_Shape_, h_slopex, h_slopey, h_tableIsMoving, hitCollection_, hitProducer_, hodoRecInfoCollection_, hodoRecInfoProducer_, i, EBDetId::ic(), EBDetId::ieta(), EBDetId::iphi(), EBDetId::ism(), DetId::null(), compare_using_db::sample, EcalDataFrame::sample(), EcalDataFrame::size(), EBDetId::SMCRYSTALMODE, tdcRecInfoCollection_, tdcRecInfoProducer_, vdt::x, xtalInBeam_, and detailsBasic3DVector::y.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 100 of file EcalSimpleTBAnalyzer.cc.
References alignCSCRings::e, h_ampltdc, h_bprofx, h_bprofy, h_e1e25, h_e1e25_mapx, h_e1e25_mapy, h_e1e9, h_e1e9_mapx, h_e1e9_mapy, h_e1x1, h_e1x1_center, h_e3x3, h_e3x3_center, h_e5x5, h_e5x5_center, h_e9e25, h_e9e25_mapx, h_e9e25_mapy, h_mapx, h_mapy, h_qualx, h_qualy, h_Shape_, h_slopex, h_slopey, and h_tableIsMoving.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 157 of file EcalSimpleTBAnalyzer.cc.
References f, h_ampltdc, h_bprofx, h_bprofy, h_e1e25, h_e1e25_mapx, h_e1e25_mapy, h_e1e9, h_e1e9_mapx, h_e1e9_mapy, h_e1x1, h_e1x1_center, h_e3x3, h_e3x3_center, h_e5x5, h_e5x5_center, h_e9e25, h_e9e25_mapx, h_e9e25_mapy, h_mapx, h_mapy, h_qualx, h_qualy, h_Shape_, h_slopex, h_slopey, h_tableIsMoving, and rootfile_.
|
private |
Definition at line 56 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 57 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 64 of file EcalSimpleTBAnalyzer.h.
Referenced by EcalSimpleTBAnalyzer().
|
private |
Definition at line 65 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 68 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 86 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 87 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 83 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 101 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 102 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 82 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 98 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 99 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 74 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 78 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 75 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 79 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 76 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 80 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 84 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 104 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 105 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 95 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 96 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 89 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 90 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 70 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 92 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 93 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 73 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 58 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 59 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 60 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 61 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 55 of file EcalSimpleTBAnalyzer.h.
Referenced by EcalSimpleTBAnalyzer(), and endJob().
|
private |
Definition at line 62 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 63 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze(), and EcalSimpleTBAnalyzer().
|
private |
Definition at line 107 of file EcalSimpleTBAnalyzer.h.
Referenced by analyze().