#include <FWTGeoRecoGeometryESProducer.h>
Private Types | |
enum | ERecoDet { kDummy, kSiPixel, kSiStrip, kMuonDT, kMuonRPC, kMuonCSC, kMuonGEM, kMuonME0, kECal, kHCal, kHGCE, kHGCH } |
Private Member Functions | |
void | addCSCGeometry () |
void | addDTGeometry () |
void | addEcalCaloGeometry () |
void | addGEMGeometry () |
void | addHcalCaloGeometryBarrel () |
void | addHcalCaloGeometryEndcap () |
void | addME0Geometry () |
void | addPixelBarrelGeometry () |
void | addPixelForwardGeometry () |
void | addRPCGeometry () |
void | addTECGeometry () |
void | addTIBGeometry () |
void | addTIDGeometry () |
void | addTOBGeometry () |
TGeoManager * | createManager (int level) |
TGeoShape * | createShape (const GeomDet *det) |
TGeoVolume * | createVolume (const std::string &name, const GeomDet *det, ERecoDet=kDummy) |
FWTGeoRecoGeometryESProducer (const FWTGeoRecoGeometryESProducer &) | |
TGeoVolume * | GetDaughter (TGeoVolume *mother, const char *prefix, ERecoDet cidx, int id) |
TGeoVolume * | GetDaughter (TGeoVolume *mother, const char *prefix, ERecoDet cidx) |
TGeoMedium * | GetMedium (ERecoDet) |
TGeoVolume * | GetTopHolder (const char *prefix, ERecoDet cidx) |
const FWTGeoRecoGeometryESProducer & | operator= (const FWTGeoRecoGeometryESProducer &) |
Private Attributes | |
edm::ESHandle< CaloGeometry > | m_caloGeom |
TGeoMedium * | m_dummyMedium |
boost::shared_ptr < FWTGeoRecoGeometry > | m_fwGeometry |
edm::ESHandle < GlobalTrackingGeometry > | m_geomRecord |
std::map< std::string, TGeoShape * > | m_nameToShape |
std::map< ERecoDet, TGeoMedium * > | m_recoMedium |
std::map< TGeoShape *, TGeoVolume * > | m_shapeToVolume |
const TrackerGeometry * | m_trackerGeom |
Additional Inherited Members | |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair < DataKey, edm::propagate_const < std::shared_ptr< DataProxy > > > > | KeyedProxies |
typedef std::vector < EventSetupRecordKey > | Keys |
typedef std::map < EventSetupRecordKey, KeyedProxies > | RecordProxies |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
void | setWhatProduced (T *iThis, const es::Label &iLabel=es::Label()) |
template<typename T > | |
void | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
void | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
void | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label()) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label()) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string()) |
virtual void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) |
override DataProxyProvider method More... | |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
void | eraseAll (const EventSetupRecordKey &iRecordKey) |
deletes all the Proxies in aStream More... | |
void | invalidateProxies (const EventSetupRecordKey &iRecordKey) |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &) |
Definition at line 28 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Enumerator | |
---|---|
kDummy | |
kSiPixel | |
kSiStrip | |
kMuonDT | |
kMuonRPC | |
kMuonCSC | |
kMuonGEM | |
kMuonME0 | |
kECal | |
kHCal | |
kHGCE | |
kHGCH |
Definition at line 30 of file FWTGeoRecoGeometryESProducer.h.
FWTGeoRecoGeometryESProducer::FWTGeoRecoGeometryESProducer | ( | const edm::ParameterSet & | ) |
Definition at line 66 of file FWTGeoRecoGeometryESProducer.cc.
|
virtual |
Definition at line 72 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
|
private |
Definition at line 687 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 598 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 1085 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 730 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 851 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 935 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 806 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 427 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 455 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 772 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 566 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 488 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 515 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 540 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
|
private |
Create TGeo shape for GeomDet
Definition at line 322 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Create TGeo volume for GeomDet
Definition at line 399 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 114 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 131 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 171 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
Definition at line 149 of file FWTGeoRecoGeometryESProducer.cc.
|
private |
boost::shared_ptr< FWTGeoRecoGeometry > FWTGeoRecoGeometryESProducer::produce | ( | const FWTGeoRecoGeometryRecord & | record | ) |
Definition at line 256 of file FWTGeoRecoGeometryESProducer.cc.
Referenced by JSONExport.JsonExport::export().
|
private |
Definition at line 76 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Definition at line 81 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Definition at line 79 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Definition at line 75 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Definition at line 71 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Definition at line 73 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Definition at line 72 of file FWTGeoRecoGeometryESProducer.h.
|
private |
Definition at line 77 of file FWTGeoRecoGeometryESProducer.h.