|
| JetCrystalsAssociator (const edm::ParameterSet &) |
|
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
|
| ~JetCrystalsAssociator () |
|
| EDProducer () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducer () |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription
const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
virtual | ~ProducerBase () |
|
| 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 |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 67 of file JetCrystalsAssociator.cc.
Implements edm::EDProducer.
Definition at line 116 of file JetCrystalsAssociator.cc.
References DetId::det(), egHLT::errCodes::EBRecHits, DetId::Ecal, EcalBarrel, EcalEndcap, egHLT::errCodes::EERecHits, relval_parameters_module::energy, PV3DBase< T, PVType, FrameType >::eta(), eta(), geometry, edm::EventSetup::get(), edm::Event::getByLabel(), CaloCellGeometry::getPosition(), j, fwrapper::jets, M_PI, AlCaHLTBitMon_ParallelJobs::p, phi, PV3DBase< T, PVType, FrameType >::phi(), edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, funct::sin(), DetId::subdetId(), lumiQTWidget::t, PV3DBase< T, PVType, FrameType >::theta(), and theta().
119 using namespace reco;
145 for (
size_t t = 0;
t <
jets->size();
t++)
147 const std::vector<CaloTowerPtr> myTowers=(*jets)[
t].getCaloConstituents();
150 for (
unsigned int iTower = 0; iTower < myTowers.size(); iTower++)
153 size_t numRecHits = theTower->constituentsSize();
155 for (
size_t j = 0;
j < numRecHits;
j++) {
156 DetId RecHitDetID=theTower->constituent(
j);
159 int EcalNum = RecHitDetID.
subdetId();
164 DetId id = theRecHit->detid();
168 double energy = theRecHit->energy();
173 double et = energy *
sin(theta);
176 jetRecHits->push_back(
p);
179 }
else if ( EcalNum == 2 ) {
183 DetId id = theRecHit->detid();
187 double energy = theRecHit->energy();
188 double eta = posi.
eta();
189 double phi = posi.
phi();
190 double theta = posi.
theta();
192 double et = energy *
sin(theta);
195 jetRecHits->push_back(
p);
206 std::auto_ptr<JetCrystalsAssociationCollection> jetCrystals =
associate(
jets,myRecHits);
207 iEvent.
put( jetCrystals );
edm::InputTag m_EBRecHits
Sin< T >::type sin(const T &t)
Geom::Phi< T > phi() const
std::vector< EcalRecHit >::const_iterator const_iterator
Geom::Theta< T > theta() const
Geom::Theta< T > theta() const
math::PtEtaPhiELorentzVectorCollection EMLorentzVectorCollection
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
edm::InputTag m_EERecHits
int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
std::auto_ptr< JetCrystalsAssociationCollection > associate(const edm::Handle< CaloJetCollection > &jets, const edm::OrphanHandle< EMLorentzVectorCollection > &myLorentzRecHits) const
math::PtEtaPhiELorentzVector EMLorentzVector
ESHandle< TrackerGeometry > geometry
Detector det() const
get the detector field from this detid
const GlobalPoint & getPosition() const
Returns the position of reference for this cell.