#include "DataFormats/MuonDetId/interface/CSCDetId.h"
#include "EventFilter/CSCRawToDigi/interface/CSCCFEBTimeSlice.h"
#include <cassert>
#include <iomanip>
#include <cstdint>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const CSCCFEBTimeSlice &slice) |
Variables | |
const unsigned | channelInverseGrayCode [] = {0, 1, 3, 2, 7, 6, 4, 5, 15, 14, 12, 13, 8, 9, 11, 10} |
const unsigned | layerInverseGrayCode [] = {1, 5, 0, 4, 2, 3} |
std::ostream& operator<< | ( | std::ostream & | os, |
const CSCCFEBTimeSlice & | slice | ||
) |
Definition at line 71 of file CSCCFEBTimeSlice.cc.
References TauDecayModes::dec, CSCDetId::maxLayerId(), CSCDetId::minLayerId(), l1tGTMenu_BTagSeeds_cff::os, mergeAndRegister::slice, and relativeConstraints::value.
const unsigned channelInverseGrayCode[] = {0, 1, 3, 2, 7, 6, 4, 5, 15, 14, 12, 13, 8, 9, 11, 10} |
Definition at line 12 of file CSCCFEBTimeSlice.cc.
Referenced by CSCCFEBTimeSlice::timeSample().
const unsigned layerInverseGrayCode[] = {1, 5, 0, 4, 2, 3} |
Definition at line 10 of file CSCCFEBTimeSlice.cc.
Referenced by CSCCFEBTimeSlice::timeSample().