#include <CoreSimTrack.h>
Public Member Functions | |
float | charge () const |
charge More... | |
CoreSimTrack () | |
constructors More... | |
CoreSimTrack (int ipart, const math::XYZTLorentzVectorD &p) | |
CoreSimTrack (int ipart, math::XYZVectorD &ip, double ie) | |
EncodedEventId | eventId () const |
const math::XYZTLorentzVectorD & | momentum () const |
void | setEventId (EncodedEventId e) |
void | setTrackId (unsigned int t) |
unsigned int | trackId () const |
int | type () const |
particle type (HEP PDT convension) More... | |
Private Attributes | |
EncodedEventId | eId |
math::XYZTLorentzVectorD | theMomentum |
int | thePID |
unsigned int | tId |
Definition at line 9 of file CoreSimTrack.h.
|
inline |
|
inline |
Definition at line 13 of file CoreSimTrack.h.
|
inline |
float CoreSimTrack::charge | ( | void | ) | const |
charge
Definition at line 17 of file CoreSimTrack.cc.
References funct::abs(), chg, and thePID.
Referenced by TrackingTruthAccumulator::accumulateEvent(), pat::GenPlusSimParticleProducer::addGenParticle(), FWSimTrackProxyBuilder::build(), pat::PATGenCandsFromSimTracksProducer::makeGenParticle_(), SeedMatcher::matchSimTrack(), SimpleL1MuGMTCand::operator=(), MuonSimHitProducer::produce(), SimpleL1MuGMTCand::SimpleL1MuGMTCand(), PropagateToMuon::startingState(), FastTSGFromPropagation::trackerSeeds(), and type().
|
inline |
Definition at line 28 of file CoreSimTrack.h.
References eId.
Referenced by TrackingTruthAccumulator::accumulateEvent(), CaloParticle::CaloParticle(), ntupleDataFormat.Event::eventIdStr(), TrackingTruthAccumulator::fillSimHits(), and SimCluster::SimCluster().
|
inline |
Definition at line 19 of file CoreSimTrack.h.
References theMomentum.
Referenced by CaloTruthAccumulator::accumulateEvent(), pat::GenPlusSimParticleProducer::addGenParticle(), ValidationMisalignedTracker::analyze(), TestPythiaDecays::analyze(), TestOutliers::analyze(), FWSimTrackProxyBuilder::build(), CaloParticle::CaloParticle(), FastTSGFromL2Muon::clean(), FastTSGFromIOHit::clean(), HTrack::computePull(), HTrack::computeResolution(), HTrack::computeResolutionAndPull(), HTrack::computeTDRResolution(), FBaseSimEvent::fill(), OMTFProcessor::fillCounts(), MuonTrackAnalyzer::fillPlots(), SimMuFilter::filter(), ElectronMCTruthFinder::find(), PhotonMCTruthFinder::find(), OMTFPatternMaker::findSimMuon(), TrackDetectorAssociator::getFreeTrajectoryState(), HTrackAssociator::getFreeTrajectoryState(), GEMTrackMatch::isSimTrackGood(), FSimEvent::load(), pat::PATGenCandsFromSimTracksProducer::makeGenParticle_(), MuonIdTruthInfo::matchChi2(), operator<<(), SimpleL1MuGMTCand::operator=(), MuonSimHitProducer::produce(), TrackClassifier::reconstructionInformation(), SimCluster::SimCluster(), SimpleL1MuGMTCand::SimpleL1MuGMTCand(), PropagateToMuon::startingState(), and MuonTrackAnalyzer::tracksAnalysis().
|
inline |
|
inline |
Definition at line 30 of file CoreSimTrack.h.
References protons_cff::t, and tId.
Referenced by FSimTrack::FSimTrack().
|
inline |
Definition at line 31 of file CoreSimTrack.h.
References tId.
Referenced by pat::GenPlusSimParticleProducer::addGenParticle(), CaloParticle::CaloParticle(), TrackingTruthAccumulator::fillSimHits(), SimMuFilter::filter(), ElectronMCTruthFinder::find(), pat::PATGenCandsFromSimTracksProducer::findRef(), SimHitMatcher::init(), MuonSimHitMatcher::match(), IdSort::operator()(), pat::GenPlusSimParticleProducer::LessById::operator()(), pat::PATGenCandsFromSimTracksProducer::LessById::operator()(), MuonSimHitProducer::produce(), and SimCluster::SimCluster().
|
inline |
particle type (HEP PDT convension)
Definition at line 22 of file CoreSimTrack.h.
References charge(), and thePID.
Referenced by pat::GenPlusSimParticleProducer::addGenParticle(), ValidationMisalignedTracker::analyze(), TestPythiaDecays::analyze(), FWSimTrackProxyBuilder::build(), HTrack::computePull(), HTrack::computeResolution(), HTrack::computeTDRResolution(), CalorimetryManager::EMShowerSimulation(), FBaseSimEvent::fill(), OMTFProcessor::fillCounts(), TrackingTruthAccumulator::fillSimHits(), SimMuFilter::filter(), TauHadronDecayFilter::filter(), ElectronMCTruthFinder::find(), PhotonMCTruthFinder::find(), OMTFPatternMaker::findSimMuon(), FSimTrack::FSimTrack(), TrackDetectorAssociator::getFreeTrajectoryState(), HTrackAssociator::getFreeTrajectoryState(), HcalHitMaker::HcalHitMaker(), CalorimetryManager::HDShowerSimulation(), GEMTrackMatch::isSimTrackGood(), FSimEvent::load(), pat::PATGenCandsFromSimTracksProducer::makeGenParticle_(), operator<<(), pat::PATGenCandsFromSimTracksProducer::produce(), PFSimParticleProducer::produce(), MuonSimHitProducer::produce(), FastHFShowerLibrary::recoHFShowerLibrary(), TrajectoryManager::reconstruct(), CalorimetryManager::reconstructHCAL(), and CalorimetryManager::reconstructTrack().
|
private |
Definition at line 34 of file CoreSimTrack.h.
Referenced by eventId(), and setEventId().
|
private |
Definition at line 37 of file CoreSimTrack.h.
Referenced by CoreSimTrack(), and momentum().
|
private |
Definition at line 36 of file CoreSimTrack.h.
|
private |
Definition at line 35 of file CoreSimTrack.h.
Referenced by setTrackId(), and trackId().