#include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"
#include "HLTrigger/HLTcore/interface/HLTConfigDataRegistry.h"
#include "FWCore/Utilities/interface/RegexMatch.h"
#include "FWCore/Utilities/interface/ThreadSafeRegistry.h"
#include "FWCore/ParameterSet/interface/Registry.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Provenance/interface/ProcessHistory.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <boost/regex.hpp>
Go to the source code of this file.
Functions | |
static const HLTConfigData * | s_dummyHLTConfigData () |
static const bool | useL1EventSetup (true) |
static const bool | useL1GtTriggerMenuLite (false) |
static const HLTConfigData* s_dummyHLTConfigData | ( | ) | [static] |
Definition at line 30 of file HLTConfigProvider.cc.
Referenced by HLTConfigProvider::clear(), HLTConfigProvider::getDataFrom(), and HLTConfigProvider::init().
{ static HLTConfigData dummyHLTConfigData; return &dummyHLTConfigData; }
static const bool useL1EventSetup | ( | true | ) | [static] |
Referenced by HLTConfigProvider::init(), HLTConfigProvider::prescaleSet(), and HLTConfigProvider::prescaleValues().
static const bool useL1GtTriggerMenuLite | ( | false | ) | [static] |
Referenced by HLTConfigProvider::init(), HLTConfigProvider::prescaleSet(), and HLTConfigProvider::prescaleValues().