CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
HLTLevel1Pattern Class Reference
Inheritance diagram for HLTLevel1Pattern:
edm::EDFilter edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

bool filter (edm::Event &, const edm::EventSetup &) override
 
 HLTLevel1Pattern (const edm::ParameterSet &)
 
 ~HLTLevel1Pattern () override
 
- Public Member Functions inherited from edm::EDFilter
 EDFilter ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDFilter () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::EDFilter
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 

Private Attributes

std::vector< int > m_bunchCrossings
 
unsigned int m_daqPartitions
 
edm::InputTag m_gtReadoutRecord
 
edm::EDGetTokenT< L1GlobalTriggerReadoutRecordm_gtReadoutRecordToken
 
bool m_ignoreL1Mask
 
bool m_invert
 
bool m_throw
 
bool m_triggerAlgo
 
std::string m_triggerBit
 
bool m_triggerMasked
 
unsigned int m_triggerNumber
 
std::vector< int > m_triggerPattern
 
edm::ESWatcher< L1GtTriggerMenuRcdm_watchL1Menu
 
edm::ESWatcher< L1GtTriggerMaskAlgoTrigRcdm_watchPhysicsMask
 
edm::ESWatcher< L1GtTriggerMaskTechTrigRcdm_watchTechnicalMask
 

Additional Inherited Members

- Public Types inherited from edm::EDFilter
typedef EDFilter ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

This class is an EDFilter that checks for a specific pattern of L1 accept/reject in 5 BX's for a given L1 bit It can be configured to use or ignore the L1 trigger mask

Author
Andrea Bocci

Definition at line 33 of file HLTLevel1Pattern.cc.

Constructor & Destructor Documentation

HLTLevel1Pattern::HLTLevel1Pattern ( const edm::ParameterSet config)
explicit

Definition at line 68 of file HLTLevel1Pattern.cc.

References edm::ParameterSet::getParameter(), mps_fire::i, m_bunchCrossings, m_gtReadoutRecord, m_gtReadoutRecordToken, m_triggerPattern, topSingleLeptonDQM_PU_cfi::pattern, and ~HLTLevel1Pattern().

69  : m_gtReadoutRecord(config.getParameter<edm::InputTag>("L1GtReadoutRecordTag")),
70  m_triggerBit(config.getParameter<std::string>("triggerBit")),
71  m_bunchCrossings(config.getParameter<std::vector<int> >("bunchCrossings")),
72  m_triggerPattern(m_bunchCrossings.size(), false),
73  m_daqPartitions(config.getParameter<unsigned int>("daqPartitions")),
74  m_triggerNumber(0),
75  m_triggerAlgo(true),
76  m_triggerMasked(false),
77  m_ignoreL1Mask(config.getParameter<bool>("ignoreL1Mask")),
78  m_invert(config.getParameter<bool>("invert")),
79  m_throw(config.getParameter<bool>("throw")) {
80  m_gtReadoutRecordToken = consumes<L1GlobalTriggerReadoutRecord>(m_gtReadoutRecord);
81  std::vector<int> pattern(config.getParameter<std::vector<int> >("triggerPattern"));
82  if (pattern.size() != m_bunchCrossings.size())
83  throw cms::Exception("Configuration") << "\"bunchCrossings\" and \"triggerPattern\" parameters do not match";
84 
85  for (unsigned int i = 0; i < pattern.size(); ++i)
86  m_triggerPattern[i] = (bool)pattern[i];
87 }
T getParameter(std::string const &) const
std::string m_triggerBit
edm::InputTag m_gtReadoutRecord
std::vector< int > m_bunchCrossings
unsigned int m_triggerNumber
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_gtReadoutRecordToken
unsigned int m_daqPartitions
std::vector< int > m_triggerPattern
HLTLevel1Pattern::~HLTLevel1Pattern ( )
overridedefault

Referenced by HLTLevel1Pattern().

Member Function Documentation

void HLTLevel1Pattern::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 91 of file HLTLevel1Pattern.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), HLT_2018_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.

91  {
93  desc.add<edm::InputTag>("L1GtReadoutRecordTag", edm::InputTag("hltGtDigis"));
94  desc.add<std::string>("triggerBit", "L1Tech_RPC_TTU_pointing_Cosmics.v0");
95  {
96  std::vector<int> temp1;
97  temp1.reserve(5);
98  temp1.push_back(-2);
99  temp1.push_back(-1);
100  temp1.push_back(0);
101  temp1.push_back(1);
102  temp1.push_back(2);
103  desc.add<std::vector<int> >("bunchCrossings", temp1);
104  }
105  desc.add<unsigned int>("daqPartitions", 1);
106  desc.add<bool>("ignoreL1Mask", false);
107  desc.add<bool>("invert", false);
108  desc.add<bool>("throw", true);
109  {
110  std::vector<int> temp1;
111  temp1.reserve(5);
112  temp1.push_back(1);
113  temp1.push_back(1);
114  temp1.push_back(1);
115  temp1.push_back(0);
116  temp1.push_back(0);
117  desc.add<std::vector<int> >("triggerPattern", temp1);
118  }
119  descriptions.add("hltLevel1Pattern", desc);
120 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
bool HLTLevel1Pattern::filter ( edm::Event event,
const edm::EventSetup setup 
)
override

Definition at line 127 of file HLTLevel1Pattern.cc.

References l1GtPatternGenerator_cfi::bx, edm::ESWatcher< T >::check(), L1GlobalTriggerReadoutRecord::decisionWord(), DEFINE_FWK_MODULE, mps_splice::entry, Exception, edm::EventSetup::get(), L1GtTriggerMenu::gtAlgorithmAliasMap(), L1GtTriggerMenu::gtTechnicalTriggerMap(), L1GtTriggerMask::gtTriggerMask(), mps_fire::i, m_bunchCrossings, m_daqPartitions, m_gtReadoutRecordToken, m_ignoreL1Mask, m_invert, m_throw, m_triggerAlgo, m_triggerBit, m_triggerMasked, m_triggerNumber, m_triggerPattern, m_watchL1Menu, m_watchPhysicsMask, m_watchTechnicalMask, or, mps_fire::result, and L1GlobalTriggerReadoutRecord::technicalTriggerWord().

127  {
128  // determine the L1 algo or tech bit to use
129  if (m_watchL1Menu.check(setup)) {
131  setup.get<L1GtTriggerMenuRcd>().get(h_menu);
132 
133  // look for an Algo L1 bit
134  const AlgorithmMap& algoMap = h_menu->gtAlgorithmAliasMap();
135  const AlgorithmMap& techMap = h_menu->gtTechnicalTriggerMap();
136  AlgorithmMap::const_iterator entry;
137  if ((entry = algoMap.find(m_triggerBit)) != algoMap.end()) {
138  m_triggerAlgo = true;
139  m_triggerNumber = entry->second.algoBitNumber();
140  } else if ((entry = techMap.find(m_triggerBit)) != techMap.end()) {
141  m_triggerAlgo = false;
142  m_triggerNumber = entry->second.algoBitNumber();
143  } else {
144  if (m_throw) {
145  throw cms::Exception("Configuration")
146  << "requested L1 trigger \"" << m_triggerBit << "\" does not exist in the current L1 menu";
147  } else {
148  return m_invert;
149  }
150  }
151  }
152 
153  if (m_triggerAlgo) {
154  // check the L1 algorithms mask
155  // - mask & partition == part. --> fully masked
156  // - mask & partition == 0x00 --> fully unmasked
157  // - mask & partition != part. --> unmasked in some partitions, consider as unmasked
158  if (m_watchPhysicsMask.check(setup)) {
160  setup.get<L1GtTriggerMaskAlgoTrigRcd>().get(h_mask);
162  }
163  } else {
164  // check the L1 technical triggers mask
165  // - mask & partition == part. --> fully masked
166  // - mask & partition == 0x00 --> fully unmasked
167  // - mask & partition != part. --> unmasked in some partitions, consider as unmasked
168  if (m_watchTechnicalMask.check(setup)) {
170  setup.get<L1GtTriggerMaskTechTrigRcd>().get(h_mask);
172  }
173  }
174 
175  // is the L1 trigger masked ?
176  if (not m_ignoreL1Mask and m_triggerMasked)
177  return m_invert;
178 
179  // access the L1 decisions
181  event.getByToken(m_gtReadoutRecordToken, h_gtReadoutRecord);
182 
183  // check the L1 algorithms results
184  for (unsigned int i = 0; i < m_bunchCrossings.size(); ++i) {
185  int bx = m_bunchCrossings[i];
186  const std::vector<bool>& word =
187  (m_triggerAlgo) ? h_gtReadoutRecord->decisionWord(bx) : h_gtReadoutRecord->technicalTriggerWord(bx);
188  if (word.empty() or m_triggerNumber >= word.size())
189  // L1 results not available, bail out
190  return m_invert;
191  bool result = word[m_triggerNumber];
192  if (result != m_triggerPattern[i])
193  // comparison failed, bail out
194  return m_invert;
195  }
196 
197  // comparison successful
198  return not m_invert;
199 }
std::string m_triggerBit
const TechnicalTriggerWord & technicalTriggerWord(int bxInEventValue) const
std::map< std::string, L1GtAlgorithm > AlgorithmMap
map containing the algorithms
edm::ESWatcher< L1GtTriggerMaskTechTrigRcd > m_watchTechnicalMask
std::vector< int > m_bunchCrossings
uint64_t word
const std::vector< unsigned int > & gtTriggerMask() const
get the trigger mask
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
unsigned int m_triggerNumber
const DecisionWord & decisionWord(int bxInEventValue) const
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_gtReadoutRecordToken
edm::ESWatcher< L1GtTriggerMenuRcd > m_watchL1Menu
unsigned int m_daqPartitions
std::vector< int > m_triggerPattern
bool check(const edm::EventSetup &iSetup)
Definition: ESWatcher.h:52
T get() const
Definition: EventSetup.h:73
const AlgorithmMap & gtTechnicalTriggerMap() const
get / set the technical trigger map
edm::ESWatcher< L1GtTriggerMaskAlgoTrigRcd > m_watchPhysicsMask
const AlgorithmMap & gtAlgorithmAliasMap() const
get / set the algorithm map (by alias)

Member Data Documentation

std::vector<int> HLTLevel1Pattern::m_bunchCrossings
private

Definition at line 44 of file HLTLevel1Pattern.cc.

Referenced by filter(), and HLTLevel1Pattern().

unsigned int HLTLevel1Pattern::m_daqPartitions
private

Definition at line 46 of file HLTLevel1Pattern.cc.

Referenced by filter().

edm::InputTag HLTLevel1Pattern::m_gtReadoutRecord
private

Definition at line 41 of file HLTLevel1Pattern.cc.

Referenced by HLTLevel1Pattern().

edm::EDGetTokenT<L1GlobalTriggerReadoutRecord> HLTLevel1Pattern::m_gtReadoutRecordToken
private

Definition at line 42 of file HLTLevel1Pattern.cc.

Referenced by filter(), and HLTLevel1Pattern().

bool HLTLevel1Pattern::m_ignoreL1Mask
private

Definition at line 50 of file HLTLevel1Pattern.cc.

Referenced by filter().

bool HLTLevel1Pattern::m_invert
private

Definition at line 51 of file HLTLevel1Pattern.cc.

Referenced by filter().

bool HLTLevel1Pattern::m_throw
private

Definition at line 52 of file HLTLevel1Pattern.cc.

Referenced by filter().

bool HLTLevel1Pattern::m_triggerAlgo
private

Definition at line 48 of file HLTLevel1Pattern.cc.

Referenced by filter().

std::string HLTLevel1Pattern::m_triggerBit
private

Definition at line 43 of file HLTLevel1Pattern.cc.

Referenced by filter().

bool HLTLevel1Pattern::m_triggerMasked
private

Definition at line 49 of file HLTLevel1Pattern.cc.

Referenced by filter().

unsigned int HLTLevel1Pattern::m_triggerNumber
private

Definition at line 47 of file HLTLevel1Pattern.cc.

Referenced by filter().

std::vector<int> HLTLevel1Pattern::m_triggerPattern
private

Definition at line 45 of file HLTLevel1Pattern.cc.

Referenced by filter(), and HLTLevel1Pattern().

edm::ESWatcher<L1GtTriggerMenuRcd> HLTLevel1Pattern::m_watchL1Menu
private

Definition at line 54 of file HLTLevel1Pattern.cc.

Referenced by filter().

edm::ESWatcher<L1GtTriggerMaskAlgoTrigRcd> HLTLevel1Pattern::m_watchPhysicsMask
private

Definition at line 55 of file HLTLevel1Pattern.cc.

Referenced by filter().

edm::ESWatcher<L1GtTriggerMaskTechTrigRcd> HLTLevel1Pattern::m_watchTechnicalMask
private

Definition at line 56 of file HLTLevel1Pattern.cc.

Referenced by filter().