#include <GlobalHitsProducer.h>
Public Types | |
typedef std::vector< float > | FloatVector |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Public Member Functions | |
virtual void | beginJob (void) |
virtual void | endJob () |
GlobalHitsProducer (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
virtual | ~GlobalHitsProducer () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
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 |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | clear () |
void | fillECal (edm::Event &, const edm::EventSetup &) |
void | fillG4MC (edm::Event &) |
void | fillHCal (edm::Event &, const edm::EventSetup &) |
void | fillMuon (edm::Event &, const edm::EventSetup &) |
void | fillTrk (edm::Event &, const edm::EventSetup &) |
void | storeECal (PGlobalSimHit &) |
void | storeG4MC (PGlobalSimHit &) |
void | storeHCal (PGlobalSimHit &) |
void | storeMuon (PGlobalSimHit &) |
void | storeTrk (PGlobalSimHit &) |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::EDProducer | |
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) |
Class to fill PGlobalDigis object to be inserted into data stream containing information about various sub-systems in global coordinates with full geometry
Class to fill PGlobalSimHit object to be inserted into data stream containing information about various sub-systems in global coordinates with full geometry
Class to fill PGlobalRecHit object to be inserted into data stream containing information about various sub-systems in global coordinates with full geometry
Definition at line 75 of file GlobalHitsProducer.h.
typedef std::vector<float> GlobalHitsProducer::FloatVector |
Definition at line 80 of file GlobalHitsProducer.h.
|
explicit |
Definition at line 11 of file GlobalHitsProducer.cc.
References clear(), ECalEBSrc_, ECalEBSrc_Token_, ECalEESrc_, ECalEESrc_Token_, ECalESSrc_, ECalESSrc_Token_, fName, frequency, getAllProvenances, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HCalSrc_, HCalSrc_Token_, edm::InputTag::instance(), edm::InputTag::label(), label, MuonCscSrc_, MuonCscSrc_Token_, MuonDtSrc_, MuonDtSrc_Token_, MuonRpcSrc_, MuonRpcSrc_Token_, printProvenanceInfo, PxlBrlHighSrc_, PxlBrlHighSrc_Token_, PxlBrlLowSrc_, PxlBrlLowSrc_Token_, PxlFwdHighSrc_, PxlFwdHighSrc_Token_, PxlFwdLowSrc_, PxlFwdLowSrc_Token_, SiTECHighSrc_, SiTECHighSrc_Token_, SiTECLowSrc_, SiTECLowSrc_Token_, SiTIBHighSrc_, SiTIBHighSrc_Token_, SiTIBLowSrc_, SiTIBLowSrc_Token_, SiTIDHighSrc_, SiTIDHighSrc_Token_, SiTIDLowSrc_, SiTIDLowSrc_Token_, SiTOBHighSrc_, SiTOBHighSrc_Token_, SiTOBLowSrc_, SiTOBLowSrc_Token_, AlCaHLTBitMon_QueryRunRegistry::string, verbosity, and vtxunit.
|
virtual |
Definition at line 153 of file GlobalHitsProducer.cc.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 157 of file GlobalHitsProducer.cc.
|
private |
Definition at line 1552 of file GlobalHitsProducer.cc.
References ECalE, ECalEta, ECalPhi, ECalToF, G4TrkE, G4TrkPt, G4VtxX, G4VtxY, G4VtxZ, HCalE, HCalEta, HCalPhi, HCalToF, MuonCscEta, MuonCscPhi, MuonCscToF, MuonCscZ, MuonDtEta, MuonDtPhi, MuonDtR, MuonDtToF, MuonRpcBrlEta, MuonRpcBrlPhi, MuonRpcBrlR, MuonRpcBrlToF, MuonRpcFwdEta, MuonRpcFwdPhi, MuonRpcFwdToF, MuonRpcFwdZ, nRawGenPart, PreShE, PreShEta, PreShPhi, PreShToF, PxlBrlEta, PxlBrlPhi, PxlBrlR, PxlBrlToF, PxlFwdEta, PxlFwdPhi, PxlFwdToF, PxlFwdZ, SiBrlEta, SiBrlPhi, SiBrlR, SiBrlToF, SiFwdEta, SiFwdPhi, SiFwdToF, SiFwdZ, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by GlobalHitsProducer(), and produce().
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 162 of file GlobalHitsProducer.cc.
References count, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
private |
Definition at line 1216 of file GlobalHitsProducer.cc.
References dEcal, DetId::det(), ECalE, ECalEBSrc_Token_, ECalEESrc_Token_, ECalESSrc_Token_, ECalEta, ECalPhi, ECalToF, PV3DBase< T, PVType, FrameType >::eta(), edm::EventSetup::get(), edm::Event::getByToken(), CaloGeometry::getGeometry(), CaloCellGeometry::getPosition(), i, edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), j, PV3DBase< T, PVType, FrameType >::phi(), PreShE, PreShEta, PreShPhi, PreShToF, sdEcalBrl, sdEcalFwd, sdEcalPS, AlCaHLTBitMon_QueryRunRegistry::string, subdetector, and verbosity.
Referenced by produce().
|
private |
Definition at line 273 of file GlobalHitsProducer.cc.
References G4TrkE, G4TrkPt, G4TrkSrc_Token_, G4VtxSrc_Token_, G4VtxX, G4VtxY, G4VtxZ, edm::Event::getByToken(), edm::Event::getManyByType(), i, edm::HandleBase::isValid(), nRawGenPart, edm::Provenance::product(), edm::HandleBase::provenance(), mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, csvLumiCalc::unit, verbosity, and vtxunit.
Referenced by produce().
|
private |
Definition at line 1429 of file GlobalHitsProducer.cc.
References DetId::det(), dHcal, PV3DBase< T, PVType, FrameType >::eta(), edm::EventSetup::get(), edm::Event::getByToken(), CaloGeometry::getGeometry(), CaloCellGeometry::getPosition(), HCalE, HCalEta, HCalPhi, HCalSrc_Token_, HCalToF, i, edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), j, PV3DBase< T, PVType, FrameType >::phi(), sdHcalBrl, sdHcalEC, sdHcalFwd, sdHcalOut, AlCaHLTBitMon_QueryRunRegistry::string, subdetector, and verbosity.
Referenced by produce().
|
private |
Definition at line 870 of file GlobalHitsProducer.cc.
References DetId::det(), dMuon, eta, edm::EventSetup::get(), edm::Event::getByToken(), i, RPCGeometry::idToDetUnit(), CSCGeometry::idToDetUnit(), edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), j, DTGeometry::layer(), MuonCscEta, MuonCscPhi, MuonCscSrc_Token_, MuonCscToF, MuonCscZ, MuonDtEta, MuonDtPhi, MuonDtR, MuonDtSrc_Token_, MuonDtToF, MuonRpcBrlEta, MuonRpcBrlPhi, MuonRpcBrlR, MuonRpcBrlToF, MuonRpcFwdEta, MuonRpcFwdPhi, MuonRpcFwdToF, MuonRpcFwdZ, MuonRpcSrc_Token_, perp(), phi, HLT_25ns10e33_v2_cff::region, sdMuonCSC, sdMuonDT, sdMuonRPC, sdMuonRPCRgnBrl, sdMuonRPCRgnFwdn, sdMuonRPCRgnFwdp, AlCaHLTBitMon_QueryRunRegistry::string, subdetector, GeomDet::surface(), verbosity, and z.
Referenced by produce().
|
private |
Definition at line 429 of file GlobalHitsProducer.cc.
References DetId::det(), dTrk, eta, edm::EventSetup::get(), edm::Event::getByToken(), i, TrackerGeometry::idToDetUnit(), edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), j, perp(), phi, PxlBrlEta, PxlBrlHighSrc_Token_, PxlBrlLowSrc_Token_, PxlBrlPhi, PxlBrlR, PxlBrlToF, PxlFwdEta, PxlFwdHighSrc_Token_, PxlFwdLowSrc_Token_, PxlFwdPhi, PxlFwdToF, PxlFwdZ, sdPxlBrl, sdPxlFwd, sdSiTEC, sdSiTIB, sdSiTID, sdSiTOB, SiBrlEta, SiBrlPhi, SiBrlR, SiBrlToF, SiFwdEta, SiFwdPhi, SiFwdToF, SiFwdZ, SiTECHighSrc_Token_, SiTECLowSrc_Token_, SiTIBHighSrc_Token_, SiTIBLowSrc_Token_, SiTIDHighSrc_Token_, SiTIDLowSrc_Token_, SiTOBHighSrc_Token_, SiTOBLowSrc_Token_, AlCaHLTBitMon_QueryRunRegistry::string, subdetector, GeomDet::surface(), verbosity, and z.
Referenced by produce().
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 171 of file GlobalHitsProducer.cc.
References clear(), count, edm::EventID::event(), fillECal(), fillG4MC(), fillHCal(), fillMuon(), fillTrk(), frequency, edm::Event::getAllProvenance(), getAllProvenances, i, edm::EventBase::id(), label, nevt, printProvenanceInfo, edm::Event::put(), edm::EventID::run(), storeECal(), storeG4MC(), storeHCal(), storeMuon(), storeTrk(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
private |
Definition at line 1389 of file GlobalHitsProducer.cc.
References ECalE, ECalEta, ECalPhi, ECalToF, i, PreShE, PreShEta, PreShPhi, PreShToF, PGlobalSimHit::putECalHits(), PGlobalSimHit::putPreShHits(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 392 of file GlobalHitsProducer.cc.
References G4TrkE, G4TrkPt, G4VtxX, G4VtxY, G4VtxZ, i, nRawGenPart, PGlobalSimHit::putG4Trk(), PGlobalSimHit::putG4Vtx(), PGlobalSimHit::putRawGenPart(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 1526 of file GlobalHitsProducer.cc.
References HCalE, HCalEta, HCalPhi, HCalToF, i, PGlobalSimHit::putHCalHits(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 1146 of file GlobalHitsProducer.cc.
References i, MuonCscEta, MuonCscPhi, MuonCscToF, MuonCscZ, MuonDtEta, MuonDtPhi, MuonDtR, MuonDtToF, MuonRpcBrlEta, MuonRpcBrlPhi, MuonRpcBrlR, MuonRpcBrlToF, MuonRpcFwdEta, MuonRpcFwdPhi, MuonRpcFwdToF, MuonRpcFwdZ, PGlobalSimHit::putMuonCscHits(), PGlobalSimHit::putMuonDtHits(), PGlobalSimHit::putMuonRpcBrlHits(), PGlobalSimHit::putMuonRpcFwdHits(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 802 of file GlobalHitsProducer.cc.
References i, PGlobalSimHit::putPxlBrlHits(), PGlobalSimHit::putPxlFwdHits(), PGlobalSimHit::putSiBrlHits(), PGlobalSimHit::putSiFwdHits(), PxlBrlEta, PxlBrlPhi, PxlBrlR, PxlBrlToF, PxlFwdEta, PxlFwdPhi, PxlFwdToF, PxlFwdZ, SiBrlEta, SiBrlPhi, SiBrlR, SiBrlToF, SiFwdEta, SiFwdPhi, SiFwdToF, SiFwdZ, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by produce().
|
private |
Definition at line 232 of file GlobalHitsProducer.h.
|
private |
Definition at line 133 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 137 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 139 of file GlobalHitsProducer.h.
Referenced by fillECal(), and GlobalHitsProducer().
|
private |
Definition at line 138 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 140 of file GlobalHitsProducer.h.
Referenced by fillECal(), and GlobalHitsProducer().
|
private |
Definition at line 147 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 148 of file GlobalHitsProducer.h.
Referenced by fillECal(), and GlobalHitsProducer().
|
private |
Definition at line 136 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 135 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 134 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 110 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 112 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer(), and produce().
|
private |
Definition at line 124 of file GlobalHitsProducer.h.
Referenced by clear(), fillG4MC(), and storeG4MC().
|
private |
Definition at line 123 of file GlobalHitsProducer.h.
Referenced by clear(), fillG4MC(), and storeG4MC().
|
private |
Definition at line 127 of file GlobalHitsProducer.h.
|
private |
Definition at line 129 of file GlobalHitsProducer.h.
Referenced by fillG4MC().
|
private |
Definition at line 126 of file GlobalHitsProducer.h.
|
private |
Definition at line 128 of file GlobalHitsProducer.h.
Referenced by fillG4MC().
|
private |
Definition at line 120 of file GlobalHitsProducer.h.
Referenced by clear(), fillG4MC(), and storeG4MC().
|
private |
Definition at line 121 of file GlobalHitsProducer.h.
Referenced by clear(), fillG4MC(), and storeG4MC().
|
private |
Definition at line 122 of file GlobalHitsProducer.h.
Referenced by clear(), fillG4MC(), and storeG4MC().
|
private |
Definition at line 115 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer(), and produce().
|
private |
Definition at line 152 of file GlobalHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 155 of file GlobalHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 154 of file GlobalHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 156 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 157 of file GlobalHitsProducer.h.
Referenced by fillHCal(), and GlobalHitsProducer().
|
private |
Definition at line 153 of file GlobalHitsProducer.h.
Referenced by clear(), fillHCal(), and storeHCal().
|
private |
Definition at line 114 of file GlobalHitsProducer.h.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::_sort_list(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::foundIn(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::fullFilename(), GlobalHitsProducer(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), produce(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ToolDataAccessor::properties(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::properties(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::readConnections(), Vispa.Plugins.ConfigEditor.ToolDataAccessor.ToolDataAccessor::updateProcess(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::usedBy().
|
private |
Definition at line 216 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 215 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 217 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 218 of file GlobalHitsProducer.h.
Referenced by fillMuon(), and GlobalHitsProducer().
|
private |
Definition at line 213 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 214 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 209 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 208 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 207 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 210 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 211 of file GlobalHitsProducer.h.
Referenced by fillMuon(), and GlobalHitsProducer().
|
private |
Definition at line 206 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 223 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 222 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 221 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 220 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 227 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 226 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 224 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 225 of file GlobalHitsProducer.h.
Referenced by clear(), fillMuon(), and storeMuon().
|
private |
Definition at line 228 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 229 of file GlobalHitsProducer.h.
Referenced by fillMuon(), and GlobalHitsProducer().
|
private |
Definition at line 119 of file GlobalHitsProducer.h.
Referenced by clear(), fillG4MC(), and storeG4MC().
|
private |
Definition at line 143 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 146 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 145 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 144 of file GlobalHitsProducer.h.
Referenced by clear(), fillECal(), and storeECal().
|
private |
Definition at line 116 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer(), and produce().
|
private |
Definition at line 164 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 170 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 174 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 169 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 173 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 163 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 162 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 161 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 168 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 172 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 176 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 171 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 175 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 167 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 165 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 166 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 182 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 181 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 180 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 179 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 186 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 185 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 183 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 184 of file GlobalHitsProducer.h.
Referenced by clear(), fillTrk(), and storeTrk().
|
private |
Definition at line 194 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 202 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 193 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 201 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 188 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 196 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 187 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 195 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 192 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 200 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 191 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 199 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 190 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 198 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 189 of file GlobalHitsProducer.h.
Referenced by GlobalHitsProducer().
|
private |
Definition at line 197 of file GlobalHitsProducer.h.
Referenced by fillTrk(), and GlobalHitsProducer().
|
private |
Definition at line 111 of file GlobalHitsProducer.h.
Referenced by clear(), endJob(), fillECal(), fillG4MC(), fillHCal(), fillMuon(), fillTrk(), GlobalHitsProducer(), produce(), storeECal(), storeG4MC(), storeHCal(), storeMuon(), and storeTrk().
|
private |
Definition at line 113 of file GlobalHitsProducer.h.
Referenced by fillG4MC(), and GlobalHitsProducer().