CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
InitialGrouping Class Reference

#include <InitialGrouping.h>

Inheritance diagram for InitialGrouping:
MotherGrouping

Public Member Functions

void finish () override
 
 InitialGrouping (const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
 
void initialise (const edm::EventSetup &iEventSetup) override
 
void run (edm::Event &iEvent, const edm::EventSetup &iEventSetup, const DTDigiCollection &digis, MuonPathPtrs &outMpath) override
 
 ~InitialGrouping () override
 
- Public Member Functions inherited from MotherGrouping
 MotherGrouping (const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
 
virtual ~MotherGrouping ()
 

Private Member Functions

bool isEqualComb2Previous (DTPrimitives &ptr)
 
void mixChannels (int sl, int pathId, MuonPathPtrs &outMpath)
 
bool notEnoughDataInChannels (void)
 
void resetPrvTDCTStamp (void)
 
void selectInChannels (int baseCh)
 
void setInChannels (const DTDigiCollection *digi, int sl)
 

Private Attributes

DTPrimitives channelIn_ [cmsdt::NUM_LAYERS][cmsdt::NUM_CH_PER_LAYER]
 
DTPrimitives chInDummy_
 
int currentBaseChannel_
 
const bool debug_
 
DTPrimitives muxInChannels_ [cmsdt::NUM_CELLS_PER_BLOCK]
 
int prevTDCTimeStamps_ [4]
 

Detailed Description

Definition at line 61 of file InitialGrouping.h.

Constructor & Destructor Documentation

◆ InitialGrouping()

InitialGrouping::InitialGrouping ( const edm::ParameterSet pset,
edm::ConsumesCollector iC 
)

Definition at line 14 of file InitialGrouping.cc.

References channelIn_, chInDummy_, debug_, LogDebug, cmsdt::NUM_CH_PER_LAYER, and NUM_LAYERS.

15  : MotherGrouping(pset, iC), debug_(pset.getUntrackedParameter<bool>("debug")), currentBaseChannel_(-1) {
16  // Obtention of parameters
17  if (debug_)
18  LogDebug("InitialGrouping") << "InitialGrouping: constructor";
19 
20  // Initialisation of channelIn array
21  chInDummy_.push_back(DTPrimitive());
22  for (int lay = 0; lay < NUM_LAYERS; lay++) {
23  for (int ch = 0; ch < NUM_CH_PER_LAYER; ch++) {
24  channelIn_[lay][ch] = {chInDummy_};
25  channelIn_[lay][ch].clear();
26  }
27  }
28 }
const bool debug_
DTPrimitives channelIn_[cmsdt::NUM_LAYERS][cmsdt::NUM_CH_PER_LAYER]
MotherGrouping(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
DTPrimitives chInDummy_
constexpr int NUM_CH_PER_LAYER
Definition: constants.h:357
#define LogDebug(id)

◆ ~InitialGrouping()

InitialGrouping::~InitialGrouping ( )
override

Definition at line 30 of file InitialGrouping.cc.

References debug_, and LogDebug.

30  {
31  if (debug_)
32  LogDebug("InitialGrouping") << "InitialGrouping: destructor";
33 }
const bool debug_
#define LogDebug(id)

Member Function Documentation

◆ finish()

void InitialGrouping::finish ( )
overridevirtual

Reimplemented from MotherGrouping.

Definition at line 77 of file InitialGrouping.cc.

Referenced by progressbar.ProgressBar::__next__().

77 { return; };

◆ initialise()

void InitialGrouping::initialise ( const edm::EventSetup iEventSetup)
overridevirtual

Reimplemented from MotherGrouping.

Definition at line 38 of file InitialGrouping.cc.

References debug_, and LogDebug.

38  {
39  if (debug_)
40  LogDebug("InitialGrouping") << "InitialGrouping::initialiase";
41 }
const bool debug_
#define LogDebug(id)

◆ isEqualComb2Previous()

bool InitialGrouping::isEqualComb2Previous ( DTPrimitives ptr)
private

Definition at line 200 of file InitialGrouping.cc.

References mps_fire::i, dqmiolumiharvest::j, NUM_LAYERS, and prevTDCTimeStamps_.

Referenced by mixChannels().

200  {
201  bool answer = true;
202 
203  for (int i = 0; i < NUM_LAYERS; i++) {
204  if (prevTDCTimeStamps_[i] != dtPrims[i].tdcTimeStamp()) {
205  answer = false;
206  for (int j = 0; j < NUM_LAYERS; j++) {
207  prevTDCTimeStamps_[j] = dtPrims[j].tdcTimeStamp();
208  }
209  break;
210  }
211  }
212  return answer;
213 }
int prevTDCTimeStamps_[4]

◆ mixChannels()

void InitialGrouping::mixChannels ( int  sl,
int  pathId,
MuonPathPtrs outMpath 
)
private

Definition at line 215 of file InitialGrouping.cc.

References dtamgrouping::CELL_HORIZONTAL_LAYOUTS, dtamgrouping::CHANNELS_PATH_ARRANGEMENTS, currentBaseChannel_, data, debug_, relativeConstraints::empty, mps_fire::i, isEqualComb2Previous(), mps_monitormerge::items, nano_mu_digi_cff::layer, LogDebug, eostools::move(), muxInChannels_, NUM_LAYERS, and push_back().

Referenced by run().

215  {
216  if (debug_)
217  LogDebug("InitialGrouping") << "[InitialGrouping::mixChannel] begin";
218  DTPrimitives data[4];
219 
220  // Real amount of values extracted from each channel.
221  int numPrimsPerLayer[4] = {0, 0, 0, 0};
222  unsigned int canal;
223  int channelEmptyCnt = 0;
224  for (int layer = 0; layer <= 3; layer++) {
225  canal = CHANNELS_PATH_ARRANGEMENTS[pathId][layer];
226  if (muxInChannels_[canal].empty())
227  channelEmptyCnt++;
228  }
229 
230  if (channelEmptyCnt >= 2)
231  return;
232  //
233 
234  // We extract the number of elements necesary from each channel as the combination requires
235  for (int layer = 0; layer < NUM_LAYERS; layer++) {
236  canal = CHANNELS_PATH_ARRANGEMENTS[pathId][layer];
237  unsigned int maxPrimsToBeRetrieved = muxInChannels_[canal].size();
238  /*
239  If the number of primitives is zero, in order to avoid that only one
240  empty channel avoids mixing data from the other three, we, at least,
241  consider one dummy element from this channel.
242  In other cases, where two or more channels has zero elements, the final
243  combination will be not analyzable (the condition for being analyzable is
244  that it has at least three good TDC time values, not dummy), so it will
245  be discarded and not sent to the analyzer.
246  */
247  if (maxPrimsToBeRetrieved == 0)
248  maxPrimsToBeRetrieved = 1;
249 
250  for (unsigned int items = 0; items < maxPrimsToBeRetrieved; items++) {
251  auto dtpAux = DTPrimitive();
252  if (!muxInChannels_[canal].empty())
253  dtpAux = DTPrimitive(&(muxInChannels_[canal].at(items)));
254 
255  /*
256  I won't allow a whole loop cycle. When a DTPrimitive has an invalid
257  time-stamp (TDC value = -1) it means that the buffer is empty or the
258  buffer has reached the last element within the configurable time window.
259  In this case the loop is broken, but only if there is, at least, one
260  DTPrim (even invalid) on the outgoing array. This is mandatory to cope
261  with the idea explained in the previous comment block
262  */
263  if (dtpAux.tdcTimeStamp() < 0 && items > 0)
264  break;
265 
266  // In this new schema, if the hit corresponds with the SL over which
267  // you are doing the mixings, it is sent to the intermediate mixing
268  // buffer. In the opposite case, a blank and invalid copy is sent to
269  // allow them mixing to be complete, as it was done in the one SL case.
270 
271  // This is a kind of quick solution in which there will be no few cases
272  // where you will have invalid mixings. Because of that, the verification
273  // that is done later, where the segment is analysed to check whether it
274  // can be analysed is essential.
275  if (dtpAux.superLayerId() == supLayer)
276  data[layer].push_back(dtpAux); // values are 0, 1, 2
277  else
278  data[layer].push_back(DTPrimitive());
279  numPrimsPerLayer[layer]++;
280  }
281  }
282 
283  if (debug_)
284  LogDebug("InitialGrouping") << "[InitialGrouping::mixChannels] filled data";
285 
286  // Here we do the different combinations and send them to the output FIFO.
287  DTPrimitives ptrPrimitive;
288  int chIdx[4];
289  for (chIdx[0] = 0; chIdx[0] < numPrimsPerLayer[0]; chIdx[0]++) {
290  for (chIdx[1] = 0; chIdx[1] < numPrimsPerLayer[1]; chIdx[1]++) {
291  for (chIdx[2] = 0; chIdx[2] < numPrimsPerLayer[2]; chIdx[2]++) {
292  for (chIdx[3] = 0; chIdx[3] < numPrimsPerLayer[3]; chIdx[3]++) {
293  // We build a copy of the object so that we can manipulate each one
294  // in each thread of the process independently, allowing us also to
295  // delete them whenever it is necessary, without relying upon a
296  // unique reference all over the code.
297 
298  for (int i = 0; i < NUM_LAYERS; i++) {
299  ptrPrimitive.push_back((data[i])[chIdx[i]]);
300  if (debug_)
301  LogDebug("InitialGrouping")
302  << "[InitialGrouping::mixChannels] reading " << ptrPrimitive[i].tdcTimeStamp();
303  }
304 
305  auto ptrMuonPath = std::make_shared<MuonPath>(ptrPrimitive);
306  ptrMuonPath->setCellHorizontalLayout(CELL_HORIZONTAL_LAYOUTS[pathId]);
307 
308  /*
309  This new version of this code is redundant with PathAnalyzer code,
310  where every MuonPath not analyzable is discarded.
311  I insert this discarding mechanism here, as well, to avoid inserting
312  not-analyzable MuonPath into the candidate FIFO.
313  Equivalent code must be removed in the future from PathAnalyzer, but
314  it the mean time, at least during the testing state, I'll preserve
315  both.
316  Code in the PathAnalyzer should be doing nothing now.
317  */
318  if (debug_)
319  LogDebug("InitialGrouping") << "[InitialGrouping::mixChannels] muonPath is analyzable? " << ptrMuonPath;
320  if (ptrMuonPath->isAnalyzable()) {
321  if (debug_)
322  LogDebug("InitialGrouping") << "[InitialGrouping::mixChannels] YES";
323  /*
324  This is a very simple filter because, during the tests, it has been
325  detected that many consecutive MuonPaths are duplicated mainly due
326  to buffers empty (or dummy) that give a TDC time-stamp = -1
327  With this filter, I'm removing those consecutive identical
328  combinations.
329 
330  If duplicated combinations are not consecutive, they won't be
331  detected here
332  */
333  if (!isEqualComb2Previous(ptrPrimitive)) {
334  if (debug_)
335  LogDebug("InitialGrouping") << "[InitialGrouping::mixChannels] isNOT equal to previous";
336  ptrMuonPath->setBaseChannelId(currentBaseChannel_);
337  outMuonPath.push_back(std::move(ptrMuonPath));
338  }
339  ptrPrimitive.clear();
340  }
341  }
342  }
343  }
344  }
345  for (int layer = 0; layer < NUM_LAYERS; layer++) {
346  data[layer].clear();
347  }
348 }
const bool debug_
bool isEqualComb2Previous(DTPrimitives &ptr)
DTPrimitives muxInChannels_[cmsdt::NUM_CELLS_PER_BLOCK]
constexpr int CHANNELS_PATH_ARRANGEMENTS[8][4]
constexpr int CELL_HORIZONTAL_LAYOUTS[8][4]
deadvectors [0] push_back({0.0175431, 0.538005, 6.80997, 13.29})
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:80
std::vector< DTPrimitive > DTPrimitives
Definition: DTprimitive.h:58
def move(src, dest)
Definition: eostools.py:511
#define LogDebug(id)

◆ notEnoughDataInChannels()

bool InitialGrouping::notEnoughDataInChannels ( void  )
private

Definition at line 173 of file InitialGrouping.cc.

References muxInChannels_, and or.

Referenced by run().

173  {
174  // Empty layer indicators
175  bool lEmpty[4];
176 
177  lEmpty[0] = muxInChannels_[0].empty();
178 
179  lEmpty[1] = muxInChannels_[1].empty() && muxInChannels_[2].empty();
180 
181  lEmpty[2] = muxInChannels_[3].empty() && muxInChannels_[4].empty() && muxInChannels_[5].empty();
182 
183  lEmpty[3] =
184  muxInChannels_[6].empty() && muxInChannels_[7].empty() && muxInChannels_[8].empty() && muxInChannels_[9].empty();
185 
186  // If there are at least two empty layers, you cannot link it to a possible trace
187  if ((lEmpty[0] && lEmpty[1]) or (lEmpty[0] && lEmpty[2]) or (lEmpty[0] && lEmpty[3]) or (lEmpty[1] && lEmpty[2]) or
188  (lEmpty[1] && lEmpty[3]) or (lEmpty[2] && lEmpty[3])) {
189  return true;
190  } else {
191  return false;
192  }
193 }
DTPrimitives muxInChannels_[cmsdt::NUM_CELLS_PER_BLOCK]
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
Definition: Activities.doc:12

◆ resetPrvTDCTStamp()

void InitialGrouping::resetPrvTDCTStamp ( void  )
private

Definition at line 195 of file InitialGrouping.cc.

References mps_fire::i, NUM_LAYERS, and prevTDCTimeStamps_.

Referenced by run().

195  {
196  for (int i = 0; i < NUM_LAYERS; i++)
197  prevTDCTimeStamps_[i] = -1;
198 }
int prevTDCTimeStamps_[4]

◆ run()

void InitialGrouping::run ( edm::Event iEvent,
const edm::EventSetup iEventSetup,
const DTDigiCollection digis,
MuonPathPtrs outMpath 
)
overridevirtual

Reimplemented from MotherGrouping.

Definition at line 43 of file InitialGrouping.cc.

References currentBaseChannel_, debug_, LogDebug, mixChannels(), notEnoughDataInChannels(), cmsdt::NUM_SUPERLAYERS, resetPrvTDCTStamp(), selectInChannels(), setInChannels(), and cmsdt::TOTAL_BTI.

46  {
47  // This function returns the analyzable mpath collection back to the the main function
48  // so it can be fitted. This is in fact doing the so-called grouping.
49 
50  for (int supLayer = 0; supLayer < NUM_SUPERLAYERS; supLayer++) { // for each SL:
51  if (debug_)
52  LogDebug("InitialGrouping") << "InitialGrouping::run Reading SL" << supLayer;
53  setInChannels(&digis, supLayer);
54 
55  for (int baseCh = 0; baseCh < TOTAL_BTI; baseCh++) {
56  currentBaseChannel_ = baseCh;
57  selectInChannels(currentBaseChannel_); //map a number of wires for a given base channel
59  continue;
60 
61  if (debug_)
62  LogDebug("InitialGrouping") << "InitialGrouping::run --> now check pathId";
63  for (int pathId = 0; pathId < 8; pathId++) {
65  if (debug_)
66  LogDebug("InitialGrouping") << "[InitialGrouping::run] mixChannels calling";
67  mixChannels(supLayer, pathId, mpaths);
68  if (debug_)
69  LogDebug("InitialGrouping") << "[InitialGrouping::run] mixChannels end";
70  }
71  }
72  }
73  if (debug_)
74  LogDebug("InitialGrouping") << "[InitialGrouping::run] end";
75 }
void selectInChannels(int baseCh)
const bool debug_
constexpr int NUM_SUPERLAYERS
Definition: constants.h:362
void resetPrvTDCTStamp(void)
constexpr int TOTAL_BTI
Definition: constants.h:356
bool notEnoughDataInChannels(void)
void setInChannels(const DTDigiCollection *digi, int sl)
#define LogDebug(id)
void mixChannels(int sl, int pathId, MuonPathPtrs &outMpath)

◆ selectInChannels()

void InitialGrouping::selectInChannels ( int  baseCh)
private

Definition at line 117 of file InitialGrouping.cc.

References channelIn_, chInDummy_, muxInChannels_, and cmsdt::NUM_CH_PER_LAYER.

Referenced by run().

117  {
118  // Channels are labeled following next schema:
119  // Input Muxer Indexes
120  // ---------------------------------
121  // | 6 | 7 | 8 | 9 |
122  // ---------------------------------
123  // | 3 | 4 | 5 |
124  // -------------------------
125  // | 1 | 2 |
126  // -----------------
127  // | 0 |
128  // ---------
129 
130  // ****** LAYER 0 ******
131  muxInChannels_[0] = channelIn_[0][baseChannel];
132 
133  // ****** LAYER 1 ******
134  muxInChannels_[1] = channelIn_[1][baseChannel];
135 
136  if (baseChannel + 1 < NUM_CH_PER_LAYER)
137  muxInChannels_[2] = channelIn_[1][baseChannel + 1];
138  else
140 
141  // ****** LAYER 2 ******
142  if (baseChannel - 1 >= 0)
143  muxInChannels_[3] = channelIn_[2][baseChannel - 1];
144  else
146 
147  muxInChannels_[4] = channelIn_[2][baseChannel];
148 
149  if (baseChannel + 1 < NUM_CH_PER_LAYER)
150  muxInChannels_[5] = channelIn_[2][baseChannel + 1];
151  else
153 
154  // ****** LAYER 3 ******
155  if (baseChannel - 1 >= 0)
156  muxInChannels_[6] = channelIn_[3][baseChannel - 1];
157  else
159 
160  muxInChannels_[7] = channelIn_[3][baseChannel];
161 
162  if (baseChannel + 1 < NUM_CH_PER_LAYER)
163  muxInChannels_[8] = channelIn_[3][baseChannel + 1];
164  else
166 
167  if (baseChannel + 2 < NUM_CH_PER_LAYER)
168  muxInChannels_[9] = channelIn_[3][baseChannel + 2];
169  else
171 }
DTPrimitives channelIn_[cmsdt::NUM_LAYERS][cmsdt::NUM_CH_PER_LAYER]
DTPrimitives muxInChannels_[cmsdt::NUM_CELLS_PER_BLOCK]
DTPrimitives chInDummy_
constexpr int NUM_CH_PER_LAYER
Definition: constants.h:357

◆ setInChannels()

void InitialGrouping::setInChannels ( const DTDigiCollection digi,
int  sl 
)
private

Definition at line 82 of file InitialGrouping.cc.

References channelIn_, debug_, nano_mu_digi_cff::layer, DTLayerId::layer(), LogDebug, cmsdt::NUM_CH_PER_LAYER, NUM_LAYERS, DetId::rawId(), edm::second(), DTSuperLayerId::superlayer(), and nano_mu_digi_cff::wire.

Referenced by run().

82  {
83  // before setting channels we need to clear
84  for (int lay = 0; lay < NUM_LAYERS; lay++) {
85  for (int ch = 0; ch < NUM_CH_PER_LAYER; ch++) {
86  channelIn_[lay][ch].clear();
87  }
88  }
89 
90  // now fill with those primitives that makes sense:
91  for (const auto &dtLayerId_It : *digis) {
92  const DTLayerId dtLId = dtLayerId_It.first;
93  if (dtLId.superlayer() != sl + 1)
94  continue; //skip digis not in SL...
95 
96  for (DTDigiCollection::const_iterator digiIt = (dtLayerId_It.second).first; digiIt != (dtLayerId_It.second).second;
97  ++digiIt) {
98  int layer = dtLId.layer() - 1;
99  int wire = (*digiIt).wire() - 1;
100  int digiTIME = (*digiIt).time();
101  int digiTIMEPhase2 = digiTIME;
102 
103  if (debug_)
104  LogDebug("InitialGrouping") << "[InitialGrouping::setInChannels] SL" << sl << " L" << layer << " : " << wire
105  << " " << digiTIMEPhase2;
106  auto dtpAux = DTPrimitive();
107  dtpAux.setTDCTimeStamp(digiTIMEPhase2);
108  dtpAux.setChannelId(wire);
109  dtpAux.setLayerId(layer); // L=0,1,2,3
110  dtpAux.setSuperLayerId(sl); // SL=0,1,2
111  dtpAux.setCameraId(dtLId.rawId());
112  channelIn_[layer][wire].push_back(dtpAux);
113  }
114  }
115 }
const bool debug_
DTPrimitives channelIn_[cmsdt::NUM_LAYERS][cmsdt::NUM_CH_PER_LAYER]
U second(std::pair< T, U > const &p)
int superlayer() const
Return the superlayer number (deprecated method name)
constexpr int NUM_CH_PER_LAYER
Definition: constants.h:357
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
std::vector< DigiType >::const_iterator const_iterator
int layer() const
Return the layer number.
Definition: DTLayerId.h:45
#define LogDebug(id)

Member Data Documentation

◆ channelIn_

DTPrimitives InitialGrouping::channelIn_[cmsdt::NUM_LAYERS][cmsdt::NUM_CH_PER_LAYER]
private

Definition at line 92 of file InitialGrouping.h.

Referenced by InitialGrouping(), selectInChannels(), and setInChannels().

◆ chInDummy_

DTPrimitives InitialGrouping::chInDummy_
private

Definition at line 93 of file InitialGrouping.h.

Referenced by InitialGrouping(), and selectInChannels().

◆ currentBaseChannel_

int InitialGrouping::currentBaseChannel_
private

Definition at line 95 of file InitialGrouping.h.

Referenced by mixChannels(), and run().

◆ debug_

const bool InitialGrouping::debug_
private

◆ muxInChannels_

DTPrimitives InitialGrouping::muxInChannels_[cmsdt::NUM_CELLS_PER_BLOCK]
private

Definition at line 91 of file InitialGrouping.h.

Referenced by mixChannels(), notEnoughDataInChannels(), and selectInChannels().

◆ prevTDCTimeStamps_

int InitialGrouping::prevTDCTimeStamps_[4]
private

Definition at line 94 of file InitialGrouping.h.

Referenced by isEqualComb2Previous(), and resetPrvTDCTStamp().