38 for (
unsigned int t = 0;
t < inputs_.size();
t++)
41 if (inputs_.size() != dPhi_.size() || dPhi_.size() != maxZ_.size()) {
43 <<
"Not the same size of config parameters vectors!\n" 44 <<
" inputs " << inputs_.size() <<
" deltaPhi " << dPhi_.size() <<
" maxZ " << maxZ_.size();
60 size_t ninputs =
inputs_.size();
66 for (
size_t i = 0;
i <
n; ++
i) {
104 auto it = geom->
dets().begin();
105 for (; it != geom->
dets().end(); ++it) {
106 int subdet = (*it)->geographicalId().subdetId();
112 m.
x = (*it)->position().x();
113 m.
y = (*it)->position().y();
114 m.
z = (*it)->position().z();
116 m.
phi = (*it)->position().phi();
118 m.
id = (*it)->geographicalId().rawId();
119 const std::vector<sipixelobjects::CablingPathToDetUnit> path2det =
cabling_->pathToDetUnit(m.
id);
121 m.
fed = path2det[0].fed;
122 assert((m.
fed <= fedMax) && (m.
fed >= fedMin));
144 float phi = r.
v.phi();
150 if (r.
v.eta() > 1.) {
153 if (r.
v.eta() < -1.) {
159 std::vector<Module>& container,
167 std::vector<Module>::const_iterator
a,
b;
171 a = lower_bound(container.begin(), container.end(), lo);
172 b = upper_bound(container.begin(), container.end(), hi);
178 a = lower_bound(container.begin(), container.end(), pi_m);
179 b = upper_bound(container.begin(), container.end(), hi);
184 a = lower_bound(container.begin(), container.end(), lo);
185 b = upper_bound(container.begin(), container.end(), pi_p);
191 std::vector<Module>::const_iterator
a,
192 std::vector<Module>::const_iterator
b) {
193 for (; a !=
b; ++
a) {
201 feds_.insert(a->fed);
207 if (
feds_.count(fed_n))
T getParameter(std::string const &) const
bool mayUnpackModule(unsigned int id) const
check whether a module has to be unpacked
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
void addRegionLocal(Region &r, std::vector< Module > &container, const Module &lo, const Module &hi)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
std::vector< edm::EDGetTokenT< reco::CandidateView > > tCandidateView
void addRegion(Region &r)
void gatherFromRange(Region &r, std::vector< Module >::const_iterator, std::vector< Module >::const_iterator)
PixelUnpackingRegions(const edm::ParameterSet &, edm::ConsumesCollector &&iC)
static std::string const input
std::vector< Module > phiFPIXm_
bool isThere(GeomDetEnumerators::SubDetector subdet) const
std::unique_ptr< SiPixelFedCablingTree > cabling_
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
edm::ESWatcher< SiPixelFedCablingMapRcd > watcherSiPixelFedCablingMap_
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
Abs< T >::type abs(const T &t)
unsigned int nBarrelModules() const
edm::InputTag beamSpotTag_
void run(const edm::Event &e, const edm::EventSetup &es)
has to be run during each event
std::unique_ptr< SiPixelFedCablingTree > cablingTree() const
std::vector< edm::InputTag > inputs_
std::vector< Module > phiFPIXp_
bool check(const edm::EventSetup &iSetup)
virtual Vector momentum() const =0
spatial momentum vector
unsigned int nForwardModules() const
bool mayUnpackFED(unsigned int fed_n) const
check whether a FED has to be unpacked
std::vector< double > dPhi_
void initialize(const edm::EventSetup &es)
run by the run method: (re)initialize the cabling data when it's necessary
const Point & position() const
position
std::vector< double > maxZ_
std::vector< Module > phiBPIX_
edm::EDGetTokenT< reco::BeamSpot > tBeamSpot
std::set< unsigned int > feds_
std::set< unsigned int > modules_