Namespaces | |
expression | |
geometry | |
table | |
Classes | |
class | Context |
struct | jetScaleMarker |
class | OptionNode |
struct | OptionNodePtrCompare |
struct | OptionNodePtrEqual |
struct | PaletteExtraTopBottomIndices |
struct | scaleMarker |
struct | State |
class | StateOrdering |
Functions | |
bool | acceptDataFormatsVersion (TString &n) |
void | addBox (const std::vector< float > &corners, TEveElement *, FWProxyBuilderBase *) |
void | addCircle (double eta, double phi, double radius, const unsigned int nLineSegments, TEveElement *comp, FWProxyBuilderBase *pb) |
void | addDashedArrow (double phi, double size, TEveElement *comp, FWProxyBuilderBase *pb) |
void | addDashedLine (double phi, double theta, double size, TEveElement *comp, FWProxyBuilderBase *pb) |
void | addDoubleLines (double phi, TEveElement *comp, FWProxyBuilderBase *pb) |
void | addRhoZEnergyProjection (FWProxyBuilderBase *, TEveElement *, double r_ecal, double z_ecal, double theta_min, double theta_max, double phi) |
void | addSiStripClusters (const FWEventItem *iItem, const reco::Track &t, class TEveElement *tList, bool addNearbyClusters, bool master) |
void | addStraightLineSegment (TEveStraightLineSet *marker, reco::Candidate const *cand, double scale_factor=2) |
const TGGC & | boldGC () |
void | createSegment (int detector, bool matchedSegment, float segmentLength, float segmentLimit, float *segmentPosition, float *segmentDirection, float *segmentInnerPoint, float *segmentOuterPoint) |
const TString | datadir ("/src/Fireworks/Core/") |
void | drawEnergyScaledBox3D (const float *corners, float scale, TEveElement *, FWProxyBuilderBase *, bool invert=false) |
void | drawEnergyTower3D (const float *corners, float scale, TEveElement *, FWProxyBuilderBase *, bool reflect=false) |
void | drawEtScaledBox3D (const float *corners, float energy, float maxEnergy, TEveElement *, FWProxyBuilderBase *, bool reflect=false) |
void | drawEtTower3D (const float *corners, float scale, TEveElement *, FWProxyBuilderBase *, bool reflect=false) |
void | energyScaledBox3DCorners (const float *corners, float scale, std::vector< float > &, bool invert=false) |
void | energyTower3DCorners (const float *corners, float scale, std::vector< float > &, bool reflect=false) |
void | etScaledBox3DCorners (const float *corners, float energy, float maxEnergy, std::vector< float > &scaledCorners, bool reflect=false) |
void | etTower3DCorners (const float *corners, float scale, std::vector< float > &, bool reflect=false) |
const SiStripCluster * | extractClusterFromTrackingRecHit (const TrackingRecHit *rh) |
void | GetColorValuesForPaletteExtra (float(*iColors)[3], unsigned int iSize, FWColorManager::EPalette id, bool isWhiteBg) |
void | getDecomposedVersion (const TString &s, int *out) |
std::string | getLocalTime (const edm::EventBase &event) |
std::pair< double, double > | getPhiRange (const std::vector< double > &phis, double phi) |
TEveGeoShape * | getShape (const char *name, TGeoBBox *shape, Color_t color) |
std::string | getTimeGMT (const edm::EventBase &event) |
const TGGC & | greenGC () |
std::string | info (const DetId &) |
std::string | info (const std::set< DetId > &) |
std::string | info (const std::vector< DetId > &) |
void | invertBox (std::vector< float > &corners) |
const TGGC & | italicGC () |
void | localSiStrip (short strip, float *localTop, float *localBottom, const float *pars, unsigned int id) |
TEveJetCone * | makeEveJetCone (const reco::Jet &iData, const fireworks::Context &context) |
bool | makeRhoPhiSuperCluster (FWProxyBuilderBase *, const reco::SuperClusterRef &iCluster, float iPhi, TEveElement &oItemHolder) |
bool | makeRhoZSuperCluster (FWProxyBuilderBase *, const reco::SuperClusterRef &iCluster, float iPhi, TEveElement &oItemHolder) |
float | phase2PixelLocalX (const double mpx, const float *, const float *) |
float | phase2PixelLocalY (const double mpy, const float *, const float *) |
float | pixelLocalX (const double mpx, const float *) |
float | pixelLocalY (const double mpy, const float *) |
TEveTrack * | prepareCandidate (const reco::Candidate &track, TEveTrackPropagator *propagator) |
TEveTrack * | prepareTrack (const reco::Track &track, TEveTrackPropagator *propagator, const std::vector< TEveVector > &extraRefPoints=std::vector< TEveVector >()) |
void | pushNearbyPixelHits (std::vector< TVector3 > &pixelPoints, const FWEventItem &iItem, const reco::Track &t) |
void | pushPixelCluster (std::vector< TVector3 > &pixelPoints, const FWGeometry &geom, DetId id, const SiPixelCluster &c, const float *pars) |
void | pushPixelHits (std::vector< TVector3 > &pixelPoints, const FWEventItem &iItem, const reco::Track &t) |
const TGGC & | redGC () |
void | setPath (TString &v) |
void | setTrackTypePF (const reco::PFCandidate &pfCand, TAttLine *track) |
void | setupAddElement (TEveElement *el, TEveElement *parent, const FWEventItem *item, bool master, bool color) |
int * | supportedDataFormatsVersion () |
std::vector< std::pair< double, double > > | thetaBins () |
Variables | |
static const double | MICRON = 1. / 1000. / 1000. |
const TString | p1 = gSystem->Getenv("CMSSW_BASE") + datadir |
const TString | p2 = gSystem->Getenv("CMSSW_RELEASE_BASE") + datadir |
static const std::string | subdets [7] = {"UNKNOWN", "PXB", "PXF", "TIB", "TID", "TOB", "TEC"} |
bool fireworks::acceptDataFormatsVersion | ( | TString & | n | ) |
Definition at line 60 of file fwPaths.cc.
References data, getDecomposedVersion(), and supportedDataFormatsVersion().
Referenced by FWFileEntry::openFile().
void fireworks::addBox | ( | const std::vector< float > & | corners, |
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb | ||
) |
Definition at line 152 of file BuilderUtils.cc.
References FWProxyBuilderBase::setupAddElement().
Referenced by drawEnergyScaledBox3D(), drawEnergyTower3D(), drawEtScaledBox3D(), and drawEtTower3D().
void fireworks::addCircle | ( | double | eta, |
double | phi, | ||
double | radius, | ||
const unsigned int | nLineSegments, | ||
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb | ||
) |
Definition at line 161 of file BuilderUtils.cc.
References funct::cos(), M_PI, FWProxyBuilderBase::setupAddElement(), and funct::sin().
Referenced by FWJetLegoProxyBuilder::build(), FWL1JetParticleLegoProxyBuilder::build(), FWL1MuonParticleLegoProxyBuilder::build(), and FWPFTauProxyBuilder::buildViewType().
void fireworks::addDashedArrow | ( | double | phi, |
double | size, | ||
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb | ||
) |
Definition at line 180 of file BuilderUtils.cc.
References funct::cos(), FWProxyBuilderBase::setupAddElement(), and funct::sin().
Referenced by FWMETGlimpseProxyBuilder::build(), and FWL1EtMissParticleGlimpseProxyBuilder::build().
void fireworks::addDashedLine | ( | double | phi, |
double | theta, | ||
double | size, | ||
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb | ||
) |
Definition at line 190 of file BuilderUtils.cc.
References fireworks::Context::caloR1(), fireworks::Context::caloZ2(), visDQMUpload::context, FWProxyBuilderBase::context(), funct::cos(), M_PI, alignCSCRings::r, FWProxyBuilderBase::setupAddElement(), and funct::sin().
Referenced by FWL1EmParticleProxyBuilder::build(), FWL1MuonParticleProxyBuilder::build(), FWL1JetParticleProxyBuilder::build(), and FWL1EtMissParticleProxyBuilder::build().
void fireworks::addDoubleLines | ( | double | phi, |
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb | ||
) |
Definition at line 209 of file BuilderUtils.cc.
References M_PI, and FWProxyBuilderBase::setupAddElement().
Referenced by FWMETLegoProxyBuilder::build(), and FWL1EtMissParticleLegoProxyBuilder::build().
void fireworks::addRhoZEnergyProjection | ( | FWProxyBuilderBase * | pb, |
TEveElement * | container, | ||
double | r_ecal, | ||
double | z_ecal, | ||
double | theta_min, | ||
double | theta_max, | ||
double | phi | ||
) |
Definition at line 58 of file BuilderUtils.cc.
References diffTwoXMLs::r1, diffTwoXMLs::r2, FWProxyBuilderBase::setupAddElement(), submitPVValidationJobs::t, and funct::tan().
Referenced by FWTauProxyBuilderBase::buildBaseTau(), FWMETProxyBuilder::buildViewType(), and makeRhoZSuperCluster().
void fireworks::addSiStripClusters | ( | const FWEventItem * | iItem, |
const reco::Track & | t, | ||
class TEveElement * | tList, | ||
bool | addNearbyClusters, | ||
bool | master | ||
) |
Definition at line 336 of file TrackUtils.cc.
References edmNew::DetSet< T >::begin(), SiStripRecHit1D::cluster(), SiStripRecHit2D::cluster(), FWGeometry::contains(), edmNew::DetSet< T >::end(), edmNew::DetSetVector< T >::end(), extractClusterFromTrackingRecHit(), edmNew::DetSetVector< T >::find(), SiStripCluster::firstStrip(), fwLog, TrackingRecHit::geographicalId(), relativeConstraints::geom, edm::EventBase::get(), FWEventItem::getEvent(), FWEventItem::getGeom(), FWGeometry::getParameters(), edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::isAvailable(), edm::Ref< C, T, F >::isNonnull(), TrackingRecHit::isValid(), fwlog::kDebug, fwlog::kError, localSiStrip(), FWGeometry::localToGlobal(), edm::Handle< T >::product(), DetId::rawId(), reco::Track::recHitsBegin(), reco::Track::recHitsEnd(), and setupAddElement().
Referenced by FWConvTrackHitsDetailView::addHits(), FWTrackHitsDetailView::addHits(), and FWTracksRecHitsProxyBuilder::build().
void fireworks::addStraightLineSegment | ( | TEveStraightLineSet * | marker, |
reco::Candidate const * | cand, | ||
double | scale_factor = 2 |
||
) |
Definition at line 19 of file CandidateUtils.cc.
References funct::cos(), reco::Candidate::phi(), reco::Candidate::pt(), funct::sin(), findQualityFiles::size, reco::Candidate::theta(), and theta().
Referenced by FWMuonGlimpseProxyBuilder::build(), and FWElectronGlimpseProxyBuilder::build().
const TGGC & fireworks::boldGC | ( | ) |
Definition at line 11 of file GlobalContexts.cc.
References submitPVResolutionJobs::pool.
Referenced by FWPSetTableManager::cellRenderer().
void fireworks::createSegment | ( | int | detector, |
bool | matchedSegment, | ||
float | segmentLength, | ||
float | segmentLimit, | ||
float * | segmentPosition, | ||
float * | segmentDirection, | ||
float * | segmentInnerPoint, | ||
float * | segmentOuterPoint | ||
) |
Definition at line 9 of file SegmentUtils.cc.
References funct::cos(), MuonSubdetId::CSC, MuonSubdetId::DT, fwLog, MuonSubdetId::GEM, fwlog::kWarning, mag(), MuonSubdetId::ME0, mathSSE::sqrt(), funct::tan(), and theta().
const TString fireworks::datadir | ( | "/src/Fireworks/Core/" | ) |
void fireworks::drawEnergyScaledBox3D | ( | const float * | corners, |
float | scale, | ||
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb, | ||
bool | invert = false |
||
) |
Definition at line 245 of file BuilderUtils.cc.
References addBox(), and energyScaledBox3DCorners().
void fireworks::drawEnergyTower3D | ( | const float * | corners, |
float | scale, | ||
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb, | ||
bool | reflect = false |
||
) |
Definition at line 322 of file BuilderUtils.cc.
References addBox(), and energyTower3DCorners().
void fireworks::drawEtScaledBox3D | ( | const float * | corners, |
float | energy, | ||
float | maxEnergy, | ||
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb, | ||
bool | reflect = false |
||
) |
Definition at line 279 of file BuilderUtils.cc.
References addBox(), and etScaledBox3DCorners().
void fireworks::drawEtTower3D | ( | const float * | corners, |
float | scale, | ||
TEveElement * | comp, | ||
FWProxyBuilderBase * | pb, | ||
bool | reflect = false |
||
) |
Definition at line 365 of file BuilderUtils.cc.
References addBox(), and etTower3DCorners().
void fireworks::energyScaledBox3DCorners | ( | const float * | corners, |
float | scale, | ||
std::vector< float > & | scaledCorners, | ||
bool | invert = false |
||
) |
Definition at line 222 of file BuilderUtils.cc.
References validate-o2o-wbm::f, mps_fire::i, and invertBox().
Referenced by drawEnergyScaledBox3D().
void fireworks::energyTower3DCorners | ( | const float * | corners, |
float | scale, | ||
std::vector< float > & | scaledCorners, | ||
bool | reflect = false |
||
) |
Definition at line 287 of file BuilderUtils.cc.
References change_name::diff, mps_fire::i, and pileupReCalc_HLTpaths::scale.
Referenced by FWPRCaloTowerProxyBuilder::build(), FWPCaloHitProxyBuilder::build(), FWCaloClusterProxyBuilder::build(), and drawEnergyTower3D().
void fireworks::etScaledBox3DCorners | ( | const float * | corners, |
float | energy, | ||
float | maxEnergy, | ||
std::vector< float > & | scaledCorners, | ||
bool | reflect = false |
||
) |
Definition at line 252 of file BuilderUtils.cc.
References c, validate-o2o-wbm::f, mps_fire::i, invertBox(), pileupReCalc_HLTpaths::scale, and funct::sin().
Referenced by drawEtScaledBox3D().
void fireworks::etTower3DCorners | ( | const float * | corners, |
float | scale, | ||
std::vector< float > & | scaledCorners, | ||
bool | reflect = false |
||
) |
Definition at line 330 of file BuilderUtils.cc.
References change_name::diff, mps_fire::i, and funct::sin().
Referenced by drawEtTower3D().
const SiStripCluster * fireworks::extractClusterFromTrackingRecHit | ( | const TrackingRecHit * | rh | ) |
Definition at line 318 of file TrackUtils.cc.
References fwLog, and fwlog::kDebug.
Referenced by addSiStripClusters(), and FWTrajectorySeedProxyBuilder::build().
void fireworks::GetColorValuesForPaletteExtra | ( | float(*) | iColors[3], |
unsigned int | iSize, | ||
FWColorManager::EPalette | id, | ||
bool | isWhiteBg | ||
) |
Definition at line 135 of file fwPaletteExtra.cc.
References b, validate-o2o-wbm::f, g, mps_fire::i, fireworks::PaletteExtraTopBottomIndices::InitArctic(), fireworks::PaletteExtraTopBottomIndices::InitFall(), fireworks::PaletteExtraTopBottomIndices::InitPurple(), fireworks::PaletteExtraTopBottomIndices::InitSpring(), FWColorManager::kArctic, FWColorManager::kFall, FWColorManager::kPurple, FWColorManager::kSpring, Min(), AlCaHLTBitMon_ParallelJobs::p, alignCSCRings::r, alignCSCRings::s, and relativeConstraints::value.
Referenced by FWColorManager::initColorTable().
void fireworks::getDecomposedVersion | ( | const TString & | s, |
int * | out | ||
) |
Definition at line 26 of file fwPaths.cc.
Referenced by acceptDataFormatsVersion(), FWFileEntry::openFile(), and supportedDataFormatsVersion().
std::string fireworks::getLocalTime | ( | const edm::EventBase & | event | ) |
Definition at line 119 of file BuilderUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, submitPVValidationJobs::t, runonSM::text, edm::EventBase::time(), and edm::Timestamp::value().
Referenced by CmsShowMainFrame::loadEvent(), and FWEventAnnotation::updateOverlayText().
std::pair< double, double > fireworks::getPhiRange | ( | const std::vector< double > & | phis, |
double | phi | ||
) |
Definition at line 21 of file BuilderUtils.cc.
References mps_fire::i, M_PI, SiStripPI::max, and min().
Referenced by FWTauProxyBuilderBase::buildBaseTau(), and makeRhoPhiSuperCluster().
TEveGeoShape * fireworks::getShape | ( | const char * | name, |
TGeoBBox * | shape, | ||
Color_t | color | ||
) |
Definition at line 44 of file BuilderUtils.cc.
References c.
Referenced by FWTauProxyBuilderBase::buildBaseTau(), FWMETProxyBuilder::buildViewType(), FWGlimpseView::FWGlimpseView(), and makeRhoPhiSuperCluster().
std::string fireworks::getTimeGMT | ( | const edm::EventBase & | event | ) |
Definition at line 109 of file BuilderUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, submitPVValidationJobs::t, runonSM::text, edm::EventBase::time(), and edm::Timestamp::value().
const TGGC & fireworks::greenGC | ( | ) |
Definition at line 37 of file GlobalContexts.cc.
std::string fireworks::info | ( | const DetId & | id | ) |
Definition at line 599 of file TrackUtils.cc.
References DetId::Calo, ME0DetId::chamber(), CSCDetId::chamber(), GEMDetId::chamber(), MuonSubdetId::CSC, HcalDetId::depth(), MuonSubdetId::DT, DetId::Ecal, EcalBarrel, EcalEndcap, EcalLaserPnDiode, EcalPreshower, EcalTriggerTower, CSCDetId::endcap(), MuonSubdetId::GEM, fireworks::Context::getGeom(), fireworks::Context::getInstance(), FWGeometry::getTrackerTopology(), DetId::Hcal, HcalBarrel, HcalEmpty, HcalEndcap, HcalForward, HcalOther, HcalOuter, HcalTriggerTower, EEDetId::ic(), CaloTowerDetId::ieta(), EBDetId::ieta(), HcalDetId::ieta(), CaloTowerDetId::iphi(), EBDetId::iphi(), HcalDetId::iphi(), EEDetId::iquadrant(), EEDetId::isc(), EEDetId::ix(), EEDetId::iy(), ME0DetId::layer(), CSCDetId::layer(), RPCDetId::layer(), GEMDetId::layer(), MuonSubdetId::ME0, DetId::Muon, TrackerTopology::print(), ME0DetId::region(), RPCDetId::region(), GEMDetId::region(), RPCDetId::ring(), CSCDetId::ring(), GEMDetId::ring(), RPCDetId::roll(), MuonSubdetId::RPC, DTChamberId::sector(), RPCDetId::sector(), DTChamberId::station(), RPCDetId::station(), CSCDetId::station(), GEMDetId::station(), HcalDetId::subdet(), RPCDetId::subsector(), EBDetId::tower_ieta(), EBDetId::tower_iphi(), DetId::Tracker, and DTChamberId::wheel().
Referenced by FWConvTrackHitsDetailView::addModules(), FWTrackHitsDetailView::addModules(), FWTracksModulesProxyBuilder::build(), and info().
std::string fireworks::info | ( | const std::set< DetId > & | idSet | ) |
Definition at line 716 of file TrackUtils.cc.
References gpuClustering::id, info(), AlCaHLTBitMon_QueryRunRegistry::string, and runonSM::text.
std::string fireworks::info | ( | const std::vector< DetId > & | idSet | ) |
Definition at line 725 of file TrackUtils.cc.
References gpuClustering::id, info(), AlCaHLTBitMon_QueryRunRegistry::string, and runonSM::text.
void fireworks::invertBox | ( | std::vector< float > & | corners | ) |
Definition at line 134 of file BuilderUtils.cc.
References std::swap().
Referenced by energyScaledBox3DCorners(), etScaledBox3DCorners(), and FWCaloRecHitDigitSetProxyBuilder::viewContextBoxScale().
const TGGC & fireworks::italicGC | ( | ) |
Definition at line 49 of file GlobalContexts.cc.
References submitPVResolutionJobs::pool.
Referenced by FWPSetTableManager::cellRenderer().
void fireworks::localSiStrip | ( | short | strip, |
float * | localTop, | ||
float * | localBottom, | ||
const float * | pars, | ||
unsigned int | id | ||
) |
Definition at line 263 of file TrackUtils.cc.
References CommonMethods::delta(), fwLog, fwlog::kError, hltrates_dqm_sourceclient-live_cfg::offset, and funct::tan().
Referenced by addSiStripClusters(), FWSiStripClusterProxyBuilder::build(), FWSiStripDigiProxyBuilder::build(), and FWTrajectorySeedProxyBuilder::build().
TEveJetCone * fireworks::makeEveJetCone | ( | const reco::Jet & | iData, |
const fireworks::Context & | context | ||
) |
Definition at line 6 of file makeEveJetCone.cc.
References c, fireworks::Context::caloMaxEta(), fireworks::Context::caloR1(), fireworks::Context::caloR2(), fireworks::Context::caloTransAngle(), fireworks::Context::caloZ1(), fireworks::Context::caloZ2(), reco::LeafCandidate::eta(), reco::Jet::etaetaMoment(), reco::Jet::getJetConstituents(), metsig::jet, reco::LeafCandidate::phi(), reco::Jet::phiphiMoment(), mathSSE::sqrt(), funct::tan(), and reco::LeafCandidate::vertex().
Referenced by FWTauProxyBuilderBase::buildBaseTau(), and FWJetProxyBuilder::requestCommon().
bool fireworks::makeRhoPhiSuperCluster | ( | FWProxyBuilderBase * | pb, |
const reco::SuperClusterRef & | iCluster, | ||
float | iPhi, | ||
TEveElement & | oItemHolder | ||
) |
Definition at line 29 of file makeSuperCluster.cc.
References fireworks::Context::caloR1(), FWDisplayProperties::color(), FWProxyBuilderBase::context(), FWEventItem::defaultDisplayProperties(), dataset::end, FWGeometry::getCorners(), fireworks::Context::getGeom(), getPhiRange(), getShape(), mps_fire::i, gpuClustering::id, edm::Ref< C, T, F >::isAvailable(), FWProxyBuilderBase::item(), M_PI, colinearityKinematic::Phi, alignCSCRings::r, FWProxyBuilderBase::setupAddElement(), and trackerHitRTTI::vector.
Referenced by FWPhotonProxyBuilder::buildViewType(), and FWElectronProxyBuilder::buildViewType().
bool fireworks::makeRhoZSuperCluster | ( | FWProxyBuilderBase * | pb, |
const reco::SuperClusterRef & | iCluster, | ||
float | iPhi, | ||
TEveElement & | oItemHolder | ||
) |
Definition at line 69 of file makeSuperCluster.cc.
References addRhoZEnergyProjection(), Reference_intrackfit_cff::barrel, fireworks::Context::caloR1(), fireworks::Context::caloR2(), fireworks::Context::caloTransAngle(), fireworks::Context::caloZ1(), fireworks::Context::caloZ2(), visDQMUpload::context, FWProxyBuilderBase::context(), dataset::end, FWGeometry::getCorners(), fireworks::Context::getGeom(), mps_fire::i, gpuClustering::id, edm::Ref< C, T, F >::isAvailable(), Pi, theta(), and trackerHitRTTI::vector.
Referenced by FWPhotonProxyBuilder::buildViewType(), and FWElectronProxyBuilder::buildViewType().
float fireworks::phase2PixelLocalX | ( | const double | mpx, |
const float * | par, | ||
const float * | shape | ||
) |
Definition at line 249 of file TrackUtils.cc.
Referenced by FWPhase2TrackerCluster1DProxyBuilder::build().
float fireworks::phase2PixelLocalY | ( | const double | mpy, |
const float * | par, | ||
const float * | shape | ||
) |
Definition at line 255 of file TrackUtils.cc.
Referenced by FWPhase2TrackerCluster1DProxyBuilder::build().
float fireworks::pixelLocalX | ( | const double | mpx, |
const float * | par | ||
) |
Definition at line 159 of file TrackUtils.cc.
References fireworks::Context::getInstance(), and MICRON.
Referenced by FWSiPixelDigiProxyBuilder::build(), FWSiPixelClusterProxyBuilder::build(), FWTrajectorySeedProxyBuilder::build(), pushPixelCluster(), and ValidateGeometry::validatePixelTopology().
float fireworks::pixelLocalY | ( | const double | mpy, |
const float * | par | ||
) |
Definition at line 209 of file TrackUtils.cc.
References SplitLinear::begin, dataset::end, fireworks::Context::getInstance(), dqmiolumiharvest::j, cuda_std::lower_bound(), and MICRON.
Referenced by FWSiPixelDigiProxyBuilder::build(), FWSiPixelClusterProxyBuilder::build(), FWTrajectorySeedProxyBuilder::build(), pushPixelCluster(), and ValidateGeometry::validatePixelTopology().
TEveTrack * fireworks::prepareCandidate | ( | const reco::Candidate & | track, |
TEveTrackPropagator * | propagator | ||
) |
Definition at line 9 of file CandidateUtils.cc.
References reco::Candidate::charge(), reco::Candidate::px(), reco::Candidate::py(), reco::Candidate::pz(), submitPVValidationJobs::t, and reco::Candidate::vertex().
Referenced by FWElectronLegoProxyBuilder::build(), FWCandidatePtrProxyBuilder::build(), FWSecVertexCandidateProxyBuilder::build(), FWGenParticleProxyBuilder::build(), FWCandidateProxyBuilder::build(), FWVertexCandidateProxyBuilder::build(), FWMuonBuilder::buildMuon(), and FWElectronProxyBuilder::requestCommon().
TEveTrack * fireworks::prepareTrack | ( | const reco::Track & | track, |
TEveTrackPropagator * | propagator, | ||
const std::vector< TEveVector > & | extraRefPoints = std::vector<TEveVector>() |
||
) |
Definition at line 62 of file TrackUtils.cc.
References cms::cuda::assert(), reco::TrackBase::charge(), reco::Track::extra(), validate-o2o-wbm::f, mps_fire::i, reco::Track::innerMomentum(), reco::Track::innerOk(), reco::Track::innerPosition(), edm::Ref< C, T, F >::isAvailable(), dqmiolumiharvest::j, reco::Track::outerMomentum(), reco::Track::outerOk(), reco::Track::outerPosition(), AlCaHLTBitMon_ParallelJobs::p, point, position, reco::TrackBase::pt(), reco::TrackBase::px(), reco::TrackBase::py(), reco::TrackBase::pz(), submitPVValidationJobs::t, reco::btau::trackMomentum, findQualityFiles::v, reco::TrackBase::vx(), reco::TrackBase::vy(), and reco::TrackBase::vz().
Referenced by FWTauProxyBuilderBase::addConstituentTracks(), FWTauProxyBuilderBase::addLeadTrack(), DummyEvelyser::analyze(), FWElectronLegoProxyBuilder::build(), FWTrackProxyBuilder::build(), FWTrackHitsDetailView::build(), FWConvTrackHitsDetailView::build(), FWMuonBuilder::buildMuon(), and FWElectronProxyBuilder::requestCommon().
void fireworks::pushNearbyPixelHits | ( | std::vector< TVector3 > & | pixelPoints, |
const FWEventItem & | iItem, | ||
const reco::Track & | t | ||
) |
Definition at line 480 of file TrackUtils.cc.
References edmNew::DetSet< T >::begin(), SiPixelRecHit::cluster(), FWGeometry::contains(), edmNew::DetSet< T >::end(), edmNew::DetSetVector< T >::end(), edmNew::DetSetVector< T >::find(), fwLog, relativeConstraints::geom, edm::EventBase::get(), FWEventItem::getEvent(), FWEventItem::getGeom(), FWGeometry::getParameters(), edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::isAvailable(), edm::Ref< C, T, F >::isNonnull(), fwlog::kError, digitizers_cfi::pixel, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, edm::Handle< T >::product(), pushPixelCluster(), reco::Track::recHitsBegin(), and reco::Track::recHitsEnd().
Referenced by FWConvTrackHitsDetailView::addHits(), and FWTrackHitsDetailView::addHits().
void fireworks::pushPixelCluster | ( | std::vector< TVector3 > & | pixelPoints, |
const FWGeometry & | geom, | ||
DetId | id, | ||
const SiPixelCluster & | c, | ||
const float * | pars | ||
) |
Definition at line 570 of file TrackUtils.cc.
References cuy::col, fwLog, fwlog::kDebug, FWGeometry::localToGlobal(), SiPixelCluster::minPixelCol(), SiPixelCluster::minPixelRow(), pixelLocalX(), and pixelLocalY().
Referenced by pushNearbyPixelHits(), and pushPixelHits().
void fireworks::pushPixelHits | ( | std::vector< TVector3 > & | pixelPoints, |
const FWEventItem & | iItem, | ||
const reco::Track & | t | ||
) |
Definition at line 533 of file TrackUtils.cc.
References c, FWGeometry::contains(), PVValHelper::dz, reco::TrackBase::dz(), reco::TrackBase::eta(), fwLog, relativeConstraints::geom, FWEventItem::getGeom(), FWGeometry::getParameters(), fwlog::kDebug, fwlog::kError, digitizers_cfi::pixel, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, pushPixelCluster(), reco::Track::recHitsBegin(), reco::Track::recHitsEnd(), subdets, and reco::TrackBase::vz().
Referenced by FWConvTrackHitsDetailView::addHits(), FWTrackHitsDetailView::addHits(), and FWTracksRecHitsProxyBuilder::build().
const TGGC & fireworks::redGC | ( | ) |
Definition at line 43 of file GlobalContexts.cc.
void fireworks::setPath | ( | TString & | v | ) |
Definition at line 15 of file fwPaths.cc.
References fwLog, fwlog::kError, p1, and p2.
Referenced by CmsShowHelpPopup::CmsShowHelpPopup(), main(), CmsShowMainBase::sendVersionInfo(), and CmsShowMainFrame::showFWorksInfo().
void fireworks::setTrackTypePF | ( | const reco::PFCandidate & | pfCand, |
TAttLine * | track | ||
) |
Definition at line 16 of file setTrackTypePF.cc.
References dt_dqm_sourceclient_common_cff::reco.
Referenced by FWPFCandidateWithHitsProxyBuilder::build(), FWPFCandidate3DProxyBuilder::build(), FWPFPatJet3DProxyBuilder< T >::build(), FWPFPatJetLegoProxyBuilder< T >::build(), and FWPFCandidatesLegoProxyBuilder::build().
void fireworks::setupAddElement | ( | TEveElement * | el, |
TEveElement * | parent, | ||
const FWEventItem * | item, | ||
bool | master, | ||
bool | color | ||
) |
Definition at line 299 of file TrackUtils.cc.
References cms::cuda::assert(), FWDisplayProperties::color(), FWEventItem::defaultDisplayProperties(), and FWDisplayProperties::transparency().
Referenced by addSiStripClusters(), and FWDTRecHitProxyBuilder::buildViewType().
int * fireworks::supportedDataFormatsVersion | ( | ) |
Definition at line 35 of file fwPaths.cc.
References getDecomposedVersion(), and findQualityFiles::v.
Referenced by acceptDataFormatsVersion(), CmsShowSearchFiles::CmsShowSearchFiles(), FWFileEntry::openFile(), and CmsShowSearchFiles::readInfo().
std::vector< std::pair< double, double > > fireworks::thetaBins | ( | ) |
Definition at line 46 of file thetaBins.cc.
References funct::exp(), mps_fire::i, fw3dlego::xbins, and fw3dlego::xbins_n.
|
static |
Definition at line 57 of file TrackUtils.cc.
Referenced by pixelLocalX(), and pixelLocalY().
const TString fireworks::p1 = gSystem->Getenv("CMSSW_BASE") + datadir |
Definition at line 12 of file fwPaths.cc.
Referenced by CMSTopTagger::_split_once(), FullModelReactionDynamics::AddBlackTrackParticles(), PFEnergyCalibration::Alpha(), HcalTestSimHitID::analyze(), MuonAlignmentAnalyzer::analyze(), BPHMonitor::analyze(), TkConvValidator::analyze(), PhotonValidator::analyze(), StudyCaloResponse::analyze(), IsolatedTracksCone::analyze(), IsolatedTracksNxN::analyze(), ThirdHitPrediction::angleRatio(), gen::PhotosppInterface::apply(), HLTMuonDimuonL3Filter::applyDiMuonSelection(), BesselI0(), BesselI1(), PFEnergyCalibration::Beta(), SiStripGainFromCalibTree::bookDQMHistos(), SiStripGainsPCLWorker::bookHistograms(), BPHDecayToTkpTknSymChargeBuilder::build(), FWJetProxyBuilder::buildViewType(), Phase2TrackerDigitizerAlgorithm::calcQ(), edm::InputTag::calcSkipCurrentProcess(), CSCWireElectronicsSim::calculateAmpResponse(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), CSCSimHitMatcher::chamberIdsStation(), DTSimHitMatcher::chamberIdsStation(), L1MuonPixelTrackFitter::Circle::Circle(), DTTracoChip::clear(), AnalyticalCurvilinearJacobian::computeFullJacobian(), HcalPulseShapes::computeHFShape(), AnalyticalCurvilinearJacobian::computeStraightLineJacobian(), TwoBodyDecayTrajectoryState::construct(), PFEnergyCalibration::CorrBarrel(), HFRecoEcalCandidateAlgo::correctEPosition(), EnergyScaleCorrection::CorrectionCategory::CorrectionCategory(), correctionCategory_class::correctionCategory_class(), DynamicTruncation::correctThrByPAndEta(), PFEnergyCalibration::CorrPhi(), CaloDetIdAssociator::crossedElement(), Qjets::d_ij(), DDCompareCPV(), gen::TauolappInterface::decay(), Decay(), reco::deltaR2(), pat::helper::ParametrizationHelper::diffToParameters(), Decay3Body::doDecay(), SurveyPxbDicer::doDice(), MuonTrackValidatorBase::doProfileX(), TEveEllipsoidProjectedGL::DrawRhoPhi(), DTTracoChip::DTTracoChip(), EcalLaserAPDPNRatiosXMLTranslator::dumpXML(), EcalLinearCorrectionsXMLTranslator::dumpXML(), PFEnergyCalibration::EcorrPS(), PFEnergyCalibration::EcorrPS_ePSNil(), PFEnergyCalibration::EcorrZoneAfterPS(), PFEnergyCalibration::EcorrZoneBeforePS(), analyzer::SiPixelLorentzAngle::endJob(), L1MuonPixelTrackFitter::errCotTheta(), L1MuonPixelTrackFitter::errInversePt(), L1MuonPixelTrackFitter::errPhi(), L1MuonPixelTrackFitter::errTip(), L1MuonPixelTrackFitter::errZip(), etaCorrE1E25(), etaCorrE1E49(), etaCorrE1E9(), TMultiDimFet::EvalFactor(), AlignmentMonitorTracksFromTrajectories::event(), VVIObjFDetails::expint(), VVIObjDetails::expint(), sistripvvi::VVIObjDetails::expint(), EcalClusterEnergyCorrection::fBrem(), EcalClusterEnergyCorrection::fEta(), EcalClusterEnergyCorrectionObjectSpecific::fEta(), ZeeCalibration::fEtaBarrelBad(), ZeeCalibration::fEtaBarrelGood(), ZeeCalibration::fEtaEndcapBad(), ZeeCalibration::fEtaEndcapGood(), EcalClusterEnergyCorrection::fEtEta(), ColinearityKinematicConstraintT< Dim >::fillParametersDerivative(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), ColinearityKinematicConstraintT< Dim >::fillPositionDerivative(), QcdLowPtDQM::fillTracklets(), ColinearityKinematicConstraintT< Dim >::fillValue(), PythiaFilterIsolatedTrack::filter(), SiPixelPI::findMinMaxInMap(), OutInConversionSeedFinder::fixPointRadius(), fnc_dscb(), HiEgammaSCEnergyCorrectionAlgo::fNCrystals(), EgammaSCEnergyCorrectionAlgo::fNCrystals(), EcalLaserCondTools::from_hdf_to_db(), root::function(), PFEnergyCalibration::Gamma(), ZIterativeAlgorithmWithFit::gausfit(), funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), L1MuonPixelTrackFitter::getBending(), L1MuonPixelTrackFitter::getBendingError(), MatcherUsingTracksAlgorithm::getChi2(), FWPFTrackUtils::getCollisionMarkers(), btagbtvdeep::getDRSubjetFeatures(), TwoBodyDecayLinearizationPointFinder::getLinearizationPoint(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), FastLineRecognition::getOneLine(), MuonRecoAnalyzer::GetRes(), EcalClusterEnergyUncertainty::getValue(), TrajSeedMatcher::getZVtxFromExtrapolation(), HFGflash::gfParameterization(), HankelK0(), HankelK1(), PixelTripletNoTipGenerator::hitTriplets(), HLTMuonDimuonL2Filter::hltFilter(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), ThirdHitPredictionFromInvParabola::init(), DTBtiChip::init(), DTBtiChip::init_clock(), CMSCGEN::initialize(), ThirdHitPrediction::invertCircle(), ThirdHitPrediction::invertPoint(), ThirdHitPrediction::isCompatibleWithMultipleScattering(), CSCSegmentValidation::keyHit(), L1MuDTEtaPattern::L1MuDTEtaPattern(), L1TowerCalibrator::L1TowerCalibrator(), FWPFMaths::lineLineIntersect(), HGCalGeomParameters::loadGeometryHexagon(), DTTSPhi::localClear(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), reco::tau::xclean::makePredicateAND(), LowPtConversion::mee(), SiPixelDigitizerAlgorithm::missCalibrate(), MasslessInvariantMass::operator()(), LinTrackCache::Vicinity::operator()(), TrackMerger::GlobalMomentumSort::operator()(), TrackMerger::MomentumSort::operator()(), DTTracoChip::operator=(), GflashEMShowerProfile::parameterization(), ColinearityKinematicConstraint::parametersDerivative(), TwoTrackMassKinematicConstraint::parametersDerivative(), pdgEntryReplace(), FullModelReactionDynamics::Poisson(), ColinearityKinematicConstraint::positionDerivative(), TwoTrackMassKinematicConstraint::positionDerivative(), FullModelHadronicProcess::PostStepDoIt(), HLTDisplacedmumumuVtxProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTDisplacedtktkVtxProducer::produce(), HLTmumutktkVtxProducer::produce(), PATHemisphereProducer::produce(), HLTmumutkVtxProducer::produce(), OscarMTProducer::produce(), IPProducer< Container, Base, Helper >::produce(), FullModelReactionDynamics::ProduceStrangeParticlePairs(), MuonUpdatorAtVertex::propagateToNominalLine(), ErrorCorrelationMgr::readFromReportFile(), HepMCFileReader::ReadStats(), EcalLaserAPDPNRatiosXMLTranslator::readXML(), EcalLinearCorrectionsXMLTranslator::readXML(), MultiHitGeneratorFromChi2::refit2Hits(), PFJetFilter::resolution(), PFJetFilter::response(), L1MuBMTrackAssembler::run(), L1MuDTTrackAssembler::run(), GlobalMuonTrackMatcher::samePlane(), magneticfield::BaseVolumeHandle::sameSurface(), SiG4UniversalFluctuation::SampleFluctuations(), LandauFP420::SampleFluctuations(), DTConfigTraco::setDefaults(), setPath(), magneticfield::BaseVolumeHandle::setSurface(), FWPFTrackUtils::setupLegoTrack(), Cone::side(), reco::SCDynamicDPhiParametersHelper::sortDynamicDPhiParametersCollection(), reco::MustacheSCParametersHelper::sortParabolaParametersCollection(), DAClusterizerInZ::split(), DAClusterizerInZ_vect::split(), DAClusterizerInZT_vect::split(), root::tf1(), ThirdHitPrediction::ThirdHitPrediction(), ThirdHitZPrediction::ThirdHitZPrediction(), QcdLowPtDQM::trackletVertexUnbinned(), L1MuonPixelTrackFitter::valInversePt(), ColinearityKinematicConstraint::value(), TwoTrackMassKinematicConstraint::value(), vtxMean(), EPOS::IO_EPOS::write_event(), and HtrXmlPatternWriter::writePattern().
const TString fireworks::p2 = gSystem->Getenv("CMSSW_RELEASE_BASE") + datadir |
Definition at line 13 of file fwPaths.cc.
Referenced by CMSTopTagger::_split_once(), FullModelReactionDynamics::AddBlackTrackParticles(), BPHDecayToTkpTknSymChargeBuilder::addParticle(), PFEnergyCalibration::Alpha(), TrackingRecoMaterialAnalyser::analyze(), HcalTestSimHitID::analyze(), MuonAlignmentAnalyzer::analyze(), BPHMonitor::analyze(), TkConvValidator::analyze(), PhotonValidator::analyze(), ThirdHitPrediction::angleRatio(), HLTMuonDimuonL3Filter::applyDiMuonSelection(), BesselI0(), BesselI1(), PFEnergyCalibration::Beta(), SiStripGainFromCalibTree::bookDQMHistos(), SiStripGainsPCLWorker::bookHistograms(), BPHX3872ToJPsiPiPiBuilder::build(), BPHDecayToTkpTknSymChargeBuilder::build(), FWJetProxyBuilder::buildViewType(), Phase2TrackerDigitizerAlgorithm::calcQ(), edm::InputTag::calcSkipCurrentProcess(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), TwoBodyDecayModel::cartesianSecondaryMomenta(), DTSimHitMatcher::chamberIdsStation(), CSCSimHitMatcher::chamberIdsStation(), L1MuonPixelTrackFitter::Circle::Circle(), EventShapeVariables::compTensorsAndVectors(), MultipleScatteringUpdator::compute(), MultipleScatteringSimulator::compute(), EnergyLossSimulator::compute(), EnergyLossUpdator::computeBetheBloch(), EnergyLossUpdator::computeElectrons(), AnalyticalCurvilinearJacobian::computeFullJacobian(), HcalPulseShapes::computeHFShape(), l1tpf_impl::PuppiAlgo::computePuppiAlphas(), l1tpf_impl::PuppiAlgo::computePuppiMedRMS(), TwoBodyDecayTrajectoryState::construct(), PFEnergyCalibration::CorrBarrel(), HFRecoEcalCandidateAlgo::correctEPosition(), EnergyScaleCorrection::CorrectionCategory::CorrectionCategory(), correctionCategory_class::correctionCategory_class(), PFEnergyCalibration::CorrPhi(), MuonSensitiveDetector::createHit(), CaloDetIdAssociator::crossedElement(), MuonShowerInformationFiller::crossingPoint(), Qjets::d_ij(), DDCompareCPV(), Decay(), reco::deltaR2(), pat::helper::ParametrizationHelper::diffToParameters(), Decay3Body::doDecay(), SurveyPxbDicer::doDice(), TwoBodyDecayDerivatives::dqsdm(), TwoBodyDecayDerivatives::dqsdpx(), TwoBodyDecayDerivatives::dqsdpy(), TwoBodyDecayDerivatives::dqsdpz(), TwoBodyDecayDerivatives::dqsdtheta(), TEveEllipsoidProjectedGL::DrawRhoPhi(), EcalLaserAPDPNRatiosXMLTranslator::dumpXML(), EcalLinearCorrectionsXMLTranslator::dumpXML(), PFEnergyCalibration::EcorrPS(), PFEnergyCalibration::EcorrPS_ePSNil(), PFEnergyCalibration::EcorrZoneAfterPS(), PFEnergyCalibration::EcorrZoneBeforePS(), etaCorrE1E25(), etaCorrE1E49(), etaCorrE1E9(), TMultiDimFet::EvalFactor(), AlignmentMonitorTracksFromTrajectories::event(), VVIObjFDetails::expint(), VVIObjDetails::expint(), sistripvvi::VVIObjDetails::expint(), EcalClusterEnergyCorrection::fBrem(), lowptgsfeleid::features_V0(), lowptgsfeleid::features_V1(), ZeeCalibration::fEtaBarrelBad(), ZeeCalibration::fEtaBarrelGood(), ZeeCalibration::fEtaEndcapBad(), ZeeCalibration::fEtaEndcapGood(), EcalClusterEnergyCorrection::fEtEta(), ColinearityKinematicConstraintT< Dim >::fillParametersDerivative(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), ColinearityKinematicConstraintT< Dim >::fillPositionDerivative(), QcdLowPtDQM::fillTracklets(), ColinearityKinematicConstraintT< Dim >::fillValue(), PythiaFilterIsolatedTrack::filter(), SiPixelPI::findMinMaxInMap(), ThirdHitPrediction::findTouchingCircles(), OutInConversionSeedFinder::fixPointRadius(), fnc_dscb(), HiEgammaSCEnergyCorrectionAlgo::fNCrystals(), EgammaSCEnergyCorrectionAlgo::fNCrystals(), EcalLaserCondTools::from_hdf_to_db(), root::function(), PFEnergyCalibration::Gamma(), funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), L1MuonPixelTrackFitter::getBending(), MatcherUsingTracksAlgorithm::getChi2(), FWPFTrackUtils::getCollisionMarkers(), btagbtvdeep::getDRSubjetFeatures(), TwoBodyDecayLinearizationPointFinder::getLinearizationPoint(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), FastLineRecognition::getOneLine(), MuonRecoAnalyzer::GetRes(), pat::helper::ResolutionHelper::getResolEt(), EcalClusterEnergyUncertainty::getValue(), TrajSeedMatcher::getZVtxFromExtrapolation(), HFGflash::gfParameterization(), HankelK0(), HankelK1(), HelixArbitraryPlaneCrossing::HelixArbitraryPlaneCrossing(), HelixArbitraryPlaneCrossing2Order::HelixArbitraryPlaneCrossing2Order(), HelixBarrelCylinderCrossing::HelixBarrelCylinderCrossing(), HelixForwardPlaneCrossing::HelixForwardPlaneCrossing(), PixelTripletNoTipGenerator::hitTriplets(), HLTMuonDimuonL2Filter::hltFilter(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTmmkFilter::hltFilter(), HLTmmkkFilter::hltFilter(), ThirdHitPredictionFromInvParabola::init(), CMSCGEN::initialize(), fastsim::EnergyLoss::interact(), fastsim::MultipleScattering::interact(), ThirdHitPrediction::isCompatibleWithMultipleScattering(), jacobianCartesianToCurvilinear(), jacobianCurvilinearToCartesian(), CSCSegmentValidation::keyHit(), L1MuDTEtaPattern::L1MuDTEtaPattern(), L1TowerCalibrator::L1TowerCalibrator(), HGCalGeomParameters::loadGeometryHexagon(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), reco::tau::xclean::makePredicateAND(), LowPtConversion::mee(), SiPixelDigitizerAlgorithm::missCalibrate(), reco::PFDisplacedVertex::momentum(), MasslessInvariantMass::operator()(), LinTrackCache::Vicinity::operator()(), TrackMerger::GlobalMomentumSort::operator()(), TrackMerger::MomentumSort::operator()(), GflashEMShowerProfile::parameterization(), ColinearityKinematicConstraint::parametersDerivative(), TwoTrackMassKinematicConstraint::parametersDerivative(), pdgEntryReplace(), FullModelReactionDynamics::Poisson(), ColinearityKinematicConstraint::positionDerivative(), TwoTrackMassKinematicConstraint::positionDerivative(), HLTDisplacedmumumuVtxProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTDisplacedtktkVtxProducer::produce(), HLTmumutktkVtxProducer::produce(), PATHemisphereProducer::produce(), HLTmumutkVtxProducer::produce(), OscarMTProducer::produce(), IPProducer< Container, Base, Helper >::produce(), MuonUpdatorAtVertex::propagateToNominalLine(), ErrorCorrelationMgr::readFromReportFile(), HepMCFileReader::ReadStats(), EcalLinearCorrectionsXMLTranslator::readXML(), EcalLaserAPDPNRatiosXMLTranslator::readXML(), MultiHitGeneratorFromChi2::refit2Hits(), PFJetFilter::resolution(), PFJetFilter::response(), TwoBodyDecayModel::rotationMatrix(), L1MuBMTrackAssembler::run(), L1MuDTTrackAssembler::run(), GlobalMuonTrackMatcher::samePlane(), magneticfield::BaseVolumeHandle::sameSurface(), SiG4UniversalFluctuation::SampleFluctuations(), LandauFP420::SampleFluctuations(), setPath(), magneticfield::BaseVolumeHandle::setSurface(), FWPFTrackUtils::setupLegoTrack(), reco::SCDynamicDPhiParametersHelper::sortDynamicDPhiParametersCollection(), reco::MustacheSCParametersHelper::sortParabolaParametersCollection(), DAClusterizerInZ::split(), DAClusterizerInZ_vect::split(), DAClusterizerInZT_vect::split(), root::tf1(), ThirdHitPrediction::ThirdHitPrediction(), ThirdHitPredictionFromCircle::ThirdHitPredictionFromCircle(), QcdLowPtDQM::trackletVertexUnbinned(), MuonSensitiveDetector::updateHit(), L1MuonPixelTrackFitter::valInversePt(), ColinearityKinematicConstraint::value(), TwoTrackMassKinematicConstraint::value(), EPOS::IO_EPOS::write_event(), and HtrXmlPatternWriter::writePattern().
|
static |
Definition at line 60 of file TrackUtils.cc.
Referenced by MixCollectionValidation::bookHistograms(), edm::CFWriter::CFWriter(), DMRChecker::endJob(), HcalHitFilter< HcalForward >::HcalHitFilter(), edm::MixingModule::MixingModule(), pushPixelHits(), and HcalFrontEndId::rbx().