16 theEndcap(endcap), theStation(station), theRing(ring), theChamber(chamber)
40 std::vector<GEMCoPadDigi>
43 const int region((
theEndcap == 1) ? 1: -1);
46 for (
auto det_range = in_pads->begin(); det_range != in_pads->end(); ++det_range) {
47 const GEMDetId&
id = (*det_range).first;
54 if (
id.layer() != 1)
continue;
59 auto co_pads_range = in_pads->get(co_id);
61 if (co_pads_range.first == co_pads_range.second)
continue;
64 const auto& pads_range = (*det_range).second;
65 for (
auto p = pads_range.first;
p != pads_range.second; ++
p) {
66 for (
auto co_p = co_pads_range.first; co_p != co_pads_range.second; ++co_p) {
68 const unsigned int deltaPad(
std::abs(
p->pad() - co_p->pad()));
84 std::vector<GEMCoPadDigi>
89 return run(out_pads.get());
93 const std::vector<GEMCoPadDigi>&
104 for (detUnitIt = in_clusters->begin();detUnitIt != in_clusters->end(); ++detUnitIt) {
105 const GEMDetId&
id = (*detUnitIt).first;
108 for (
auto p: digiIt->pads()){
109 out_pads.insertDigi(
id,
GEMPadDigi(
p, digiIt->bx()));
T getParameter(std::string const &) const
std::vector< GEMCoPadDigi > run(const GEMPadDigiCollection *)
void declusterize(const GEMPadDigiClusterCollection *, GEMPadDigiCollection &)
std::vector< GEMCoPadDigi > gemCoPadV
unsigned int maxDeltaPadGE21_
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
Abs< T >::type abs(const T &t)
unsigned int maxDeltaPadGE11_
MuonDigiCollection< GEMDetId, GEMPadDigi > GEMPadDigiCollection
std::vector< GEMPadDigiCluster >::const_iterator const_iterator
std::pair< const_iterator, const_iterator > Range
const std::vector< GEMCoPadDigi > & readoutCoPads()