|
||||
File indexing completed on 2025-01-07 03:06:28
0001 #include "DataFormats/Phase2TrackerDigi/interface/Phase2ITDigiHit.h" 0002 0003 // Describes the 4x4=16 bit hitmap with its row and column numbers and the ADC values 0004 Phase2ITDigiHit::Phase2ITDigiHit(int row_num, int col_num, int adc_num) { 0005 row_ = row_num; 0006 col_ = col_num; 0007 adc_ = adc_num; 0008 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |