#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 81 of file CSCCFEBTimeSlice.cc.
References TauDecayModes::dec, CSCCFEBTimeSlice::timeSample(), 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 11 of file CSCCFEBTimeSlice.cc.
Referenced by CSCCFEBTimeSlice::timeSample().
const unsigned layerInverseGrayCode[] = {1,5,0,4,2,3} |
Definition at line 9 of file CSCCFEBTimeSlice.cc.
Referenced by CSCCFEBTimeSlice::timeSample().