#include <GlobalRecHitsProducer.h>
Public Types | |
typedef std::vector< double > | DoubleVector |
typedef std::vector< float > | FloatVector |
typedef std::vector< int > | IntVector |
typedef std::map< uint32_t, float, std::less< uint32_t > > | MapType |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Member Functions | |
void | clear () |
template<typename type > | |
int | compute (const DTGeometry *dtGeom, const std::map< DTWireId, std::vector< PSimHit >> &simHitsPerWire, const std::map< DTWireId, std::vector< type >> &recHitsPerWire, int step) |
void | fillECal (edm::Event &, const edm::EventSetup &) |
void | fillHCal (edm::Event &, const edm::EventSetup &) |
void | fillMuon (edm::Event &, const edm::EventSetup &) |
void | fillTrk (edm::Event &, const edm::EventSetup &) |
template<typename type > | |
const type * | findBestRecHit (const DTLayer *layer, DTWireId wireId, const std::vector< type > &recHits, const float simHitDist) |
std::map< DTWireId, std::vector< DTRecHit1DPair > > | map1DRecHitsPerWire (const DTRecHitCollection *dt1DRecHitPairs) |
void | plotResolution (const PSimHit &simHit, const CSCRecHit2D &recHit, const CSCLayer *layer, int chamberType) |
std::pair< LocalPoint, LocalVector > | projectHit (const PSimHit &hit, const StripGeomDetUnit *stripDet, const BoundPlane &plane) |
float | recHitDistFromWire (const DTRecHit1DPair &hitPair, const DTLayer *layer) |
float | recHitDistFromWire (const DTRecHit1D &recHit, const DTLayer *layer) |
float | simHitDistFromWire (const DTLayer *layer, DTWireId wireId, const PSimHit &hit) |
void | storeECal (PGlobalRecHit &) |
void | storeHCal (PGlobalRecHit &) |
void | storeMuon (PGlobalRecHit &) |
void | storeTrk (PGlobalRecHit &) |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
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 () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
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) |
Definition at line 149 of file GlobalRecHitsProducer.h.
typedef std::vector<double> GlobalRecHitsProducer::DoubleVector |
Definition at line 152 of file GlobalRecHitsProducer.h.
typedef std::vector<float> GlobalRecHitsProducer::FloatVector |
Definition at line 151 of file GlobalRecHitsProducer.h.
typedef std::vector<int> GlobalRecHitsProducer::IntVector |
Definition at line 153 of file GlobalRecHitsProducer.h.
typedef std::map<uint32_t, float, std::less<uint32_t> > GlobalRecHitsProducer::MapType |
Definition at line 154 of file GlobalRecHitsProducer.h.
|
explicit |
Definition at line 14 of file GlobalRecHitsProducer.cc.
References EBHits_Token_, ECalEBSrc_, ECalEBSrc_Token_, ECalEESrc_, ECalEESrc_Token_, ECalESSrc_, ECalESSrc_Token_, ECalUncalEBSrc_, ECalUncalEBSrc_Token_, ECalUncalEESrc_, ECalUncalEESrc_Token_, EEHits_Token_, fName, frequency, getAllProvenances, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HCalSrc_, HCalSrc_Token_, HLT_FULL_cff::InputTag, edm::InputTag::instance(), edm::InputTag::label(), label, MuCSCHits_Token_, MuCSCSrc_, MuCSCSrc_Token_, MuDTSimSrc_, MuDTSimSrc_Token_, MuDTSrc_, MuDTSrc_Token_, MuRPCSimSrc_, MuRPCSimSrc_Token_, MuRPCSrc_, MuRPCSrc_Token_, printProvenanceInfo, SiPxlSrc_, SiPxlSrc_Token_, SiStripSrc_, SiStripSrc_Token_, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
override |
Definition at line 121 of file GlobalRecHitsProducer.cc.
|
overridevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 123 of file GlobalRecHitsProducer.cc.
References clear(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 1816 of file GlobalRecHitsProducer.cc.
References BRL1RX, BRL1RY, BRL1SX, BRL1SY, BRL2RX, BRL2RY, BRL2SX, BRL2SY, BRL3RX, BRL3RY, BRL3SX, BRL3SY, CSCRHPERP, CSCRHPHI, CSCSHPHI, DTRHD, DTSHD, EBRE, EBSHE, EERE, EESHE, ESRE, ESSHE, FWD1nRX, FWD1nRY, FWD1nSX, FWD1nSY, FWD1pRX, FWD1pRY, FWD1pSX, FWD1pSY, FWD2nRX, FWD2nRY, FWD2nSX, FWD2nSY, FWD2pRX, FWD2pRY, FWD2pSX, FWD2pSY, HBCalR, HBCalREC, HBCalSHE, HECalR, HECalREC, HECalSHE, HFCalR, HFCalREC, HFCalSHE, HOCalR, HOCalREC, HOCalSHE, RPCRHX, RPCSHX, AlCaHLTBitMon_QueryRunRegistry::string, TECW1RX, TECW1RY, TECW1SX, TECW1SY, TECW2RX, TECW2RY, TECW2SX, TECW2SY, TECW3RX, TECW3RY, TECW3SX, TECW3SY, TECW4RX, TECW4RY, TECW4SX, TECW4SY, TECW5RX, TECW5RY, TECW5SX, TECW5SY, TECW6RX, TECW6RY, TECW6SX, TECW6SY, TECW7RX, TECW7RY, TECW7SX, TECW7SY, TECW8RX, TECW8RY, TECW8SX, TECW8SY, TIBL1RX, TIBL1RY, TIBL1SX, TIBL1SY, TIBL2RX, TIBL2RY, TIBL2SX, TIBL2SY, TIBL3RX, TIBL3RY, TIBL3SX, TIBL3SY, TIBL4RX, TIBL4RY, TIBL4SX, TIBL4SY, TIDW1RX, TIDW1RY, TIDW1SX, TIDW1SY, TIDW2RX, TIDW2RY, TIDW2SX, TIDW2SY, TIDW3RX, TIDW3RY, TIDW3SX, TIDW3SY, TOBL1RX, TOBL1RY, TOBL1SX, TOBL1SY, TOBL2RX, TOBL2RY, TOBL2SX, TOBL2SY, TOBL3RX, TOBL3RY, TOBL3SX, TOBL3SY, TOBL4RX, TOBL4RY, TOBL4SX, TOBL4SY, and verbosity.
Referenced by beginJob(), and produce().
|
private |
Definition at line 2056 of file GlobalRecHitsProducer.cc.
References DTRHD, DTSHD, findBestRecHit(), DTHitQualityUtils::findMuSimHit(), DTGeometry::layer(), phase1PixelTopology::layer, recHitDistFromWire(), HLT_FULL_cff::recHits, and simHitDistFromWire().
Referenced by fillMuon().
|
overridevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 131 of file GlobalRecHitsProducer.cc.
References count, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
private |
Definition at line 231 of file GlobalRecHitsProducer.cc.
References HLT_FULL_cff::barrelHits, edm::SortedCollection< T, SORT >::begin(), EBHits_Token_, EBRE, EBSHE, ECalEBSrc_Token_, ECalEESrc_Token_, ECalESSrc_Token_, ECalUncalEBSrc_Token_, ECalUncalEESrc_Token_, EEHits_Token_, EERE, EESHE, edm::SortedCollection< T, SORT >::end(), HLT_FULL_cff::endcapHits, ESHits_Token_, ESRE, ESSHE, edm::SortedCollection< T, SORT >::find(), edm::Event::getByToken(), edm::HandleBase::isValid(), ootPhotons_cff::preshowerHits, edm::Handle< T >::product(), DetId::rawId(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 463 of file GlobalRecHitsProducer.cc.
References caloGeomToken_, PV3DBase< T, PVType, FrameType >::eta(), relativeConstraints::geometry, edm::Event::getByToken(), edm::EventSetup::getHandle(), edm::Event::getManyByType(), HcalGeometry::getPosition(), CaloGeometry::getSubdetectorGeometry(), HBCalR, HBCalREC, HBCalSHE, DetId::Hcal, HCalSrc_Token_, HECalR, HECalREC, HECalSHE, HFCalR, HFCalREC, HFCalSHE, hcalSimParameters_cfi::ho, HOCalR, HOCalREC, HOCalSHE, ihf, sistrip::SpyUtilities::isValid(), edm::HandleBase::isValid(), PV3DBase< T, PVType, FrameType >::phi(), PI, edm::Handle< T >::product(), alignCSCRings::r, DetId::rawId(), sdHcalBrl, sdHcalEC, sdHcalFwd, sdHcalOut, mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 1567 of file GlobalRecHitsProducer.cc.
References CSCLayer::chamber(), CSCChamberSpecs::chamberType(), compute(), CSCDetId, cscGeomToken_, dtGeomToken_, edm::Event::getByToken(), edm::EventSetup::getHandle(), mps_fire::i, CSCGeometry::idToDetUnit(), RPCRoll::isForward(), edm::HandleBase::isValid(), phase1PixelTopology::layer, map1DRecHitsPerWire(), DTHitQualityUtils::mapSimHitsPerWire(), MuCSCHits_Token_, MuCSCSrc_Token_, MuDTSimSrc_Token_, MuDTSrc_Token_, MuRPCSimSrc_Token_, MuRPCSrc_Token_, plotResolution(), edm::Handle< T >::product(), alignCSCRings::r, RPCDetId, rpcGeomToken_, RPCRHX, RPCSHX, trackerHits::simHits, CSCChamber::specs(), AlCaHLTBitMon_QueryRunRegistry::string, theMap, verbosity, and PV3DBase< T, PVType, FrameType >::x().
Referenced by produce().
|
private |
Definition at line 807 of file GlobalRecHitsProducer.cc.
References TrackerHitAssociator::associateHit(), edmNew::DetSet< T >::begin(), BRL1RX, BRL1RY, BRL1SX, BRL1SY, BRL2RX, BRL2RY, BRL2SX, BRL2SY, BRL3RX, BRL3RY, BRL3SX, BRL3SY, edmNew::DetSet< T >::end(), FWD1nRX, FWD1nRY, FWD1nSX, FWD1nSY, FWD1pRX, FWD1pRY, FWD1pSX, FWD1pSY, FWD2nRX, FWD2nRY, FWD2nSX, FWD2nSY, FWD2pRX, FWD2pRY, FWD2pSX, FWD2pSY, TrackingRecHit::geographicalId(), edm::Event::getByToken(), edm::EventSetup::getData(), edm::EventSetup::getHandle(), TrackerGeometry::idToDet(), edm::HandleBase::isValid(), BaseTrackerRecHit::localPosition(), visualization-live-secondInstance_cfg::m, matched, position, projectHit(), TrackerTopology::pxbLayer(), TrackerTopology::pxfDisk(), TrackerTopology::pxfSide(), sdPxlBrl, sdPxlFwd, sdSiTEC, sdSiTIB, sdSiTID, sdSiTOB, SiPxlSrc_Token_, SiStripSrc_Token_, mathSSE::sqrt(), GluedGeomDet::stereoDet(), AlCaHLTBitMon_QueryRunRegistry::string, DetId::subdetId(), GeomDet::surface(), TECW1RX, TECW1RY, TECW1SX, TECW1SY, TECW2RX, TECW2RY, TECW2SX, TECW2SY, TECW3RX, TECW3RY, TECW3SX, TECW3SY, TECW4RX, TECW4RY, TECW4SX, TECW4SY, TECW5RX, TECW5RY, TECW5SX, TECW5SY, TECW6RX, TECW6RY, TECW6SX, TECW6SY, TECW7RX, TECW7RY, TECW7SX, TECW7SY, TECW8RX, TECW8RY, TECW8SX, TECW8SY, TrackerTopology::tecWheel(), tGeomToken_, TIBL1RX, TIBL1RY, TIBL1SX, TIBL1SY, TIBL2RX, TIBL2RY, TIBL2SX, TIBL2SY, TIBL3RX, TIBL3RY, TIBL3SX, TIBL3SY, TIBL4RX, TIBL4RY, TIBL4SX, TIBL4SY, TrackerTopology::tibLayer(), TIDW1RX, TIDW1RY, TIDW1SX, TIDW1SY, TIDW2RX, TIDW2RY, TIDW2SX, TIDW2SY, TIDW3RX, TIDW3RY, TIDW3SX, TIDW3SY, TrackerTopology::tidWheel(), TOBL1RX, TOBL1RY, TOBL1SX, TOBL1SY, TOBL2RX, TOBL2RY, TOBL2SX, TOBL2SY, TOBL3RX, TOBL3RY, TOBL3SX, TOBL3SY, TOBL4RX, TOBL4RY, TOBL4SX, TOBL4SY, TrackerTopology::tobLayer(), trackerHitAssociatorConfig_, tTopoToken_, verbosity, PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by produce().
|
private |
Definition at line 2026 of file GlobalRecHitsProducer.cc.
References recHitDistFromWire().
Referenced by compute().
|
private |
Definition at line 2000 of file GlobalRecHitsProducer.cc.
References runTheMatrix::ret.
Referenced by fillMuon().
|
private |
Definition at line 2110 of file GlobalRecHitsProducer.cc.
References CSCRHPERP, CSCRHPHI, CSCSHPHI, PSimHit::localPosition(), CSCRecHit2D::localPosition(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), and GeomDet::toGlobal().
Referenced by fillMuon().
|
overridevirtual |
Implements edm::one::EDProducerBase.
Definition at line 138 of file GlobalRecHitsProducer.cc.
References clear(), count, edm::EventID::event(), fillECal(), fillHCal(), fillMuon(), fillTrk(), frequency, getAllProvenances, edm::Event::getAllStableProvenance(), mps_fire::i, edm::EventBase::id(), label, eostools::move(), nevt, printProvenanceInfo, edm::Event::put(), edm::EventID::run(), storeECal(), storeHCal(), storeMuon(), storeTrk(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
private |
Definition at line 1973 of file GlobalRecHitsProducer.cc.
References funct::cos(), DeadROC_duringRun::dir, PSimHit::localDirection(), PSimHit::localPosition(), pileupReCalc_HLTpaths::scale, funct::sin(), StripGeomDetUnit::specificTopology(), StripTopology::strip(), StripTopology::stripAngle(), GeomDet::surface(), Surface::toGlobal(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by fillTrk().
|
private |
Definition at line 2045 of file GlobalRecHitsProducer.cc.
References DTEnums::Left, DTRecHit1DPair::localPosition(), DTEnums::Right, and PV3DBase< T, PVType, FrameType >::x().
Referenced by compute(), and findBestRecHit().
|
private |
Definition at line 2051 of file GlobalRecHitsProducer.cc.
References DTRecHit1D::localPosition(), DTLayer::specificTopology(), DTWireId::wire(), DTRecHit1D::wireId(), DTTopology::wirePosition(), and PV3DBase< T, PVType, FrameType >::x().
|
private |
Definition at line 2013 of file GlobalRecHitsProducer.cc.
References PSimHit::entryPoint(), PSimHit::exitPoint(), DTLayer::specificTopology(), DTWireId::wire(), DTTopology::wirePosition(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by compute().
|
private |
Definition at line 422 of file GlobalRecHitsProducer.cc.
References EBRE, EBSHE, EERE, EESHE, ESRE, ESSHE, mps_fire::i, PGlobalRecHit::putEBCalRecHits(), PGlobalRecHit::putEECalRecHits(), PGlobalRecHit::putESCalRecHits(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 747 of file GlobalRecHitsProducer.cc.
References HBCalR, HBCalREC, HBCalSHE, HECalR, HECalREC, HECalSHE, HFCalR, HFCalREC, HFCalSHE, HOCalR, HOCalREC, HOCalSHE, mps_fire::i, PGlobalRecHit::putHBCalRecHits(), PGlobalRecHit::putHECalRecHits(), PGlobalRecHit::putHFCalRecHits(), PGlobalRecHit::putHOCalRecHits(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 1765 of file GlobalRecHitsProducer.cc.
References CSCRHPERP, CSCRHPHI, CSCSHPHI, DTRHD, DTSHD, mps_fire::i, PGlobalRecHit::putCSCRecHits(), PGlobalRecHit::putDTRecHits(), PGlobalRecHit::putRPCRecHits(), RPCRHX, RPCSHX, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 1185 of file GlobalRecHitsProducer.cc.
References BRL1RX, BRL1RY, BRL1SX, BRL1SY, BRL2RX, BRL2RY, BRL2SX, BRL2SY, BRL3RX, BRL3RY, BRL3SX, BRL3SY, FWD1nRX, FWD1nRY, FWD1nSX, FWD1nSY, FWD1pRX, FWD1pRY, FWD1pSX, FWD1pSY, FWD2nRX, FWD2nRY, FWD2nSX, FWD2nSY, FWD2pRX, FWD2pRY, FWD2pSX, FWD2pSY, mps_fire::i, PGlobalRecHit::putBRL1RecHits(), PGlobalRecHit::putBRL2RecHits(), PGlobalRecHit::putBRL3RecHits(), PGlobalRecHit::putFWD1nRecHits(), PGlobalRecHit::putFWD1pRecHits(), PGlobalRecHit::putFWD2nRecHits(), PGlobalRecHit::putFWD2pRecHits(), PGlobalRecHit::putTECW1RecHits(), PGlobalRecHit::putTECW2RecHits(), PGlobalRecHit::putTECW3RecHits(), PGlobalRecHit::putTECW4RecHits(), PGlobalRecHit::putTECW5RecHits(), PGlobalRecHit::putTECW6RecHits(), PGlobalRecHit::putTECW7RecHits(), PGlobalRecHit::putTECW8RecHits(), PGlobalRecHit::putTIBL1RecHits(), PGlobalRecHit::putTIBL2RecHits(), PGlobalRecHit::putTIBL3RecHits(), PGlobalRecHit::putTIBL4RecHits(), PGlobalRecHit::putTIDW1RecHits(), PGlobalRecHit::putTIDW2RecHits(), PGlobalRecHit::putTIDW3RecHits(), PGlobalRecHit::putTOBL1RecHits(), PGlobalRecHit::putTOBL2RecHits(), PGlobalRecHit::putTOBL3RecHits(), PGlobalRecHit::putTOBL4RecHits(), AlCaHLTBitMon_QueryRunRegistry::string, TECW1RX, TECW1RY, TECW1SX, TECW1SY, TECW2RX, TECW2RY, TECW2SX, TECW2SY, TECW3RX, TECW3RY, TECW3SX, TECW3SY, TECW4RX, TECW4RY, TECW4SX, TECW4SY, TECW5RX, TECW5RY, TECW5SX, TECW5SY, TECW6RX, TECW6RY, TECW6SX, TECW6SY, TECW7RX, TECW7RY, TECW7SX, TECW7SY, TECW8RX, TECW8RY, TECW8SX, TECW8SY, TIBL1RX, TIBL1RY, TIBL1SX, TIBL1SY, TIBL2RX, TIBL2RY, TIBL2SX, TIBL2SY, TIBL3RX, TIBL3RY, TIBL3SX, TIBL3SY, TIBL4RX, TIBL4RY, TIBL4SX, TIBL4SY, TIDW1RX, TIDW1RY, TIDW1SX, TIDW1SY, TIDW2RX, TIDW2RY, TIDW2SX, TIDW2SY, TIDW3RX, TIDW3RY, TIDW3SX, TIDW3SY, TOBL1RX, TOBL1RY, TOBL1SX, TOBL1SY, TOBL2RX, TOBL2RY, TOBL2SX, TOBL2SY, TOBL3RX, TOBL3RY, TOBL3SX, TOBL3SY, TOBL4RX, TOBL4RY, TOBL4SX, TOBL4SY, and verbosity.
Referenced by produce().
|
private |
Definition at line 265 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 266 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 267 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 268 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 265 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 266 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 267 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 268 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 265 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 266 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 267 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 268 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 337 of file GlobalRecHitsProducer.h.
Referenced by fillHCal().
|
private |
Definition at line 345 of file GlobalRecHitsProducer.h.
|
private |
Definition at line 341 of file GlobalRecHitsProducer.h.
Referenced by fillMuon().
|
private |
Definition at line 317 of file GlobalRecHitsProducer.h.
Referenced by clear(), plotResolution(), and storeMuon().
|
private |
Definition at line 316 of file GlobalRecHitsProducer.h.
Referenced by clear(), plotResolution(), and storeMuon().
|
private |
Definition at line 318 of file GlobalRecHitsProducer.h.
Referenced by clear(), plotResolution(), and storeMuon().
|
private |
Definition at line 340 of file GlobalRecHitsProducer.h.
Referenced by fillMuon().
|
private |
Definition at line 281 of file GlobalRecHitsProducer.h.
Referenced by clear(), compute(), and storeMuon().
|
private |
Definition at line 282 of file GlobalRecHitsProducer.h.
Referenced by clear(), compute(), and storeMuon().
|
private |
Definition at line 206 of file GlobalRecHitsProducer.h.
Referenced by fillECal(), and GlobalRecHitsProducer().
|
private |
Definition at line 187 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 188 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 196 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 201 of file GlobalRecHitsProducer.h.
Referenced by fillECal(), and GlobalRecHitsProducer().
|
private |
Definition at line 198 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 202 of file GlobalRecHitsProducer.h.
Referenced by fillECal(), and GlobalRecHitsProducer().
|
private |
Definition at line 200 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 203 of file GlobalRecHitsProducer.h.
Referenced by fillECal(), and GlobalRecHitsProducer().
|
private |
Definition at line 197 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 204 of file GlobalRecHitsProducer.h.
Referenced by fillECal(), and GlobalRecHitsProducer().
|
private |
Definition at line 199 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 205 of file GlobalRecHitsProducer.h.
Referenced by fillECal(), and GlobalRecHitsProducer().
|
private |
Definition at line 207 of file GlobalRecHitsProducer.h.
Referenced by fillECal(), and GlobalRecHitsProducer().
|
private |
Definition at line 190 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 191 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 208 of file GlobalRecHitsProducer.h.
Referenced by fillECal().
|
private |
Definition at line 193 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 194 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 177 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 179 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer(), and produce().
|
private |
Definition at line 270 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 271 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 272 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 273 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 270 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 271 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 272 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 273 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 270 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 271 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 272 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 273 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 270 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 271 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 272 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 273 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 181 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer(), and produce().
|
private |
Definition at line 213 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 212 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 214 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 228 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 229 of file GlobalRecHitsProducer.h.
Referenced by fillHCal(), and GlobalRecHitsProducer().
|
private |
Definition at line 217 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 216 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 218 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 225 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 224 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 226 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 221 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 220 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 222 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 180 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer(), and produce().
|
private |
Definition at line 257 of file GlobalRecHitsProducer.h.
Referenced by fillTrk().
|
private |
Definition at line 322 of file GlobalRecHitsProducer.h.
Referenced by fillMuon(), and GlobalRecHitsProducer().
|
private |
Definition at line 320 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 321 of file GlobalRecHitsProducer.h.
Referenced by fillMuon(), and GlobalRecHitsProducer().
|
private |
Definition at line 285 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 287 of file GlobalRecHitsProducer.h.
Referenced by fillMuon(), and GlobalRecHitsProducer().
|
private |
Definition at line 284 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 286 of file GlobalRecHitsProducer.h.
Referenced by fillMuon(), and GlobalRecHitsProducer().
|
private |
Definition at line 333 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 335 of file GlobalRecHitsProducer.h.
Referenced by fillMuon(), and GlobalRecHitsProducer().
|
private |
Definition at line 332 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 334 of file GlobalRecHitsProducer.h.
Referenced by fillMuon(), and GlobalRecHitsProducer().
|
private |
Definition at line 182 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer(), and produce().
|
private |
Definition at line 342 of file GlobalRecHitsProducer.h.
Referenced by fillMuon().
|
private |
Definition at line 329 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 330 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 275 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 276 of file GlobalRecHitsProducer.h.
Referenced by fillTrk(), and GlobalRecHitsProducer().
|
private |
Definition at line 254 of file GlobalRecHitsProducer.h.
Referenced by GlobalRecHitsProducer().
|
private |
Definition at line 255 of file GlobalRecHitsProducer.h.
Referenced by fillTrk(), and GlobalRecHitsProducer().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 249 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 250 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 251 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 252 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 339 of file GlobalRecHitsProducer.h.
Referenced by fillTrk().
|
private |
Definition at line 324 of file GlobalRecHitsProducer.h.
Referenced by fillMuon().
|
private |
Definition at line 234 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 235 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 236 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 237 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 234 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 235 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 236 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 237 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 234 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 235 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 236 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 237 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 234 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 235 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 236 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 237 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 244 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 245 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 246 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 247 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 244 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 245 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 246 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 247 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 244 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 245 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 246 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 247 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 239 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 240 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 241 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 242 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 239 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 240 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 241 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 242 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 239 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 240 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 241 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 242 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 239 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 240 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 241 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 242 of file GlobalRecHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 261 of file GlobalRecHitsProducer.h.
Referenced by fillTrk().
|
private |
Definition at line 338 of file GlobalRecHitsProducer.h.
Referenced by fillTrk().
|
private |
Definition at line 178 of file GlobalRecHitsProducer.h.
Referenced by clear(), endJob(), fillECal(), fillHCal(), fillMuon(), fillTrk(), GlobalRecHitsProducer(), produce(), storeECal(), storeHCal(), storeMuon(), and storeTrk().