1 #ifndef EventFilter_CSCRawToDigi_CSCDigiToRawAccept_h 2 #define EventFilter_CSCRawToDigi_CSCDigiToRawAccept_h 29 template <
typename LCTCollection>
36 for (
typename LCTCollection::const_iterator lctItr = lctRange.first; lctItr != lctRange.second; ++lctItr) {
37 int bx = lctItr->getBX() - nominalBX;
55 std::vector<bool>& preTriggerInCFEB);
bool accept(const CSCDetId &cscId, const LCTCollection &lcts, int bxMin, int bxMax, int nominalBX)
PixelRecoRange< float > Range
CSCDetId chamberID(const CSCDetId &cscDetId)
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...