1 #ifndef HitPixelLayersTrackSelection_h 2 #define HitPixelLayersTrackSelection_h 35 ptMin_(iConfig.getParameter<double>(
"ptMin")),
36 minRapidity_(iConfig.getParameter<double>(
"minRapidity")),
37 maxRapidity_(iConfig.getParameter<double>(
"maxRapidity")),
38 tip_(iConfig.getParameter<double>(
"tip")),
39 lip_(iConfig.getParameter<double>(
"lip")),
45 pdgId_(iConfig.getParameter<
std::vector<
int> >(
"pdgId")){};
56 const collection& tpc = *(TPCH.
product());
62 if (
signalOnly_ && !(tpr->eventId().bunchCrossing() == 0 && tpr->eventId().event() == 0))
73 unsigned int idSize =
pdgId_.size();
77 for (
unsigned int it = 0; it != idSize; ++it) {
78 if (tpr->pdgId() ==
pdgId_[it])
83 if (tpr->numberOfTrackerLayers() >=
minHit_ &&
sqrt(tpr->momentum().perp2()) >=
ptMin_ &&
85 sqrt(tpr->vertex().perp2()) <=
tip_ && fabs(tpr->vertex().z()) <=
lip_ && testId) {
95 std::vector<bool> hitpattern(5,
false);
103 if ((hitpattern[0] && hitpattern[1] && hitpattern[2]) || (hitpattern[0] && hitpattern[1] && hitpattern[3]) ||
104 (hitpattern[0] && hitpattern[3] && hitpattern[4]))
std::vector< TrackingParticle > TrackingParticleCollection
std::vector< bool > pixelHitPattern(const TrackingParticleRef &simTrack, const TrackerTopology *tTopo)
const_iterator end() const
Termination of iteration.
const_iterator begin() const
Initialize an iterator over the RefVector.
const_iterator end() const
TrackingParticleCollection collection
void select(const edm::Handle< collection > &TPCH, const edm::Event &iEvent, const edm::EventSetup &iSetup)
TrackingParticleRefVector container
std::vector< int > pdgId_
container::const_iterator const_iterator
T const * product() const
void clear()
Clear the vector.
bool goodHitPattern(const std::vector< bool > &hitpattern)
HitPixelLayersTPSelector(const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC)
void push_back(value_type const &ref)
Add a Ref<C, T> to the RefVector.
size_type size() const
Size of the RefVector.
T const * product() const
const_iterator begin() const