15 theEndcap(endcap), theStation(station), theChamber(chamber)
43 std::vector<GEMCoPadDigi>
46 const int region((
theEndcap == 1) ? 1: -1);
50 for (
auto det_range = in_pads->begin(); det_range != in_pads->end(); ++det_range) {
51 const auto& pads_range1 = (*det_range).second;
52 for (
auto p = pads_range1.first;
p != pads_range1.second; ++
p) {
55 const GEMDetId&
id = (*det_range).first;
57 if (
id.region() != region
or 62 if (
id.layer() != 1)
continue;
67 for (
int roll =
id.roll() - 1; roll <=
id.roll() +1; ++roll){
71 auto co_pads_range = in_pads->get(co_id);
73 if (co_pads_range.first == co_pads_range.second)
continue;
76 const auto& pads_range = (*det_range).second;
77 for (
auto p = pads_range.first;
p != pads_range.second; ++
p) {
78 for (
auto co_p = co_pads_range.first; co_p != co_pads_range.second; ++co_p) {
80 const unsigned int deltaPad(
std::abs(
p->pad() - co_p->pad()));
97 std::vector<GEMCoPadDigi>
102 return run(out_pads.get());
106 const std::vector<GEMCoPadDigi>&
117 for (detUnitIt = in_clusters->begin();detUnitIt != in_clusters->end(); ++detUnitIt) {
118 const GEMDetId&
id = (*detUnitIt).first;
121 for (
auto p: digiIt->pads()){
122 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 &)
unsigned int maxDeltaRollGE21_
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
unsigned int maxDeltaRollGE11_
const std::vector< GEMCoPadDigi > & readoutCoPads()