#include <EcalTrigPrimAnalyzer.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
EcalTrigPrimAnalyzer (const edm::ParameterSet &) | |
virtual void | endJob () override |
~EcalTrigPrimAnalyzer () | |
Public Member Functions inherited from edm::one::EDAnalyzer<> | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDAnalyzerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () 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 | |
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 |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Attributes | |
TH1I * | ecal_et_ [2] |
TH1I * | ecal_fgvb_ [2] |
std::vector< std::string > | ecal_parts_ |
TH1I * | ecal_tt_ [2] |
float | eRec_ |
int | fg_ |
TH1I * | histBar |
TH1I * | histEndc |
TFile * | histfile_ |
TH1F * | hTPoverRechit_ |
TH2F * | hTPvsRechit_ |
int | ieta_ |
int | iphi_ |
edm::InputTag | label_ |
bool | recHits_ |
edm::InputTag | rechits_labelEB_ |
edm::InputTag | rechits_labelEE_ |
int | tpgADC_ |
float | tpgGeV_ |
TTree * | tree_ |
int | ttf_ |
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) |
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) |
Description: test of the output of EcalTrigPrimProducer
Description: rereads the result of the EcalTrigPrimProducer
Definition at line 38 of file EcalTrigPrimAnalyzer.h.
|
explicit |
Definition at line 51 of file EcalTrigPrimAnalyzer.cc.
References edm::ParameterSet::getParameter(), mps_fire::i, and fftjetcommon_cfi::title.
EcalTrigPrimAnalyzer::~EcalTrigPrimAnalyzer | ( | ) |
Definition at line 86 of file EcalTrigPrimAnalyzer.cc.
|
overridevirtual |
Definition at line 104 of file EcalTrigPrimAnalyzer.cc.
References EcalTriggerPrimitiveDigi::compressedEt(), KineDebug3::count(), edmIntegrityCheck::d, EcalTriggerPrimitiveDigi::fineGrain(), edm::EventSetup::get(), edm::Event::getByLabel(), CaloSubdetectorGeometry::getGeometry(), CaloCellGeometry::getPosition(), EcalTPGScale::getTPGInGeV(), mps_fire::i, EcalTriggerPrimitiveDigi::id(), EcalTrigTowerDetId::ieta(), EcalTrigTowerDetId::ietaAbs(), EcalTrigTowerDetId::iphi(), edm::Handle< T >::product(), EcalTPGScale::setEventSetup(), funct::sin(), edm::SortedCollection< T, SORT >::size(), EcalTrigTowerDetId::subDet(), PV3DBase< T, PVType, FrameType >::theta(), theta(), EBDetId::tower(), and EcalTriggerPrimitiveDigi::ttFlag().
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 234 of file EcalTrigPrimAnalyzer.cc.
References mps_fire::i.
|
private |
Definition at line 50 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 52 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 49 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 51 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 60 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 59 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 53 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 53 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 54 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 56 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 55 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 59 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 59 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 62 of file EcalTrigPrimAnalyzer.h.
Referenced by SequenceTypes.DummyModule::__repr__(), Mixins._Labelable::_findDependencies(), and Mixins._Labelable::setLabel().
|
private |
Definition at line 67 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 64 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 65 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 59 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 60 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 57 of file EcalTrigPrimAnalyzer.h.
|
private |
Definition at line 59 of file EcalTrigPrimAnalyzer.h.